Go to the documentation of this file.
11 #ifndef vtk_m_filter_density_estimate_Histogram_h
12 #define vtk_m_filter_density_estimate_Histogram_h
21 namespace density_estimate
94 bool InExecutePartitions =
false;
100 #endif // vtk_m_filter_density_estimate_Histogram_h
vtkm::Float64 GetBinDelta() const
Returns the size of bin in the computed histogram.
Definition: Histogram.h:67
vtkm::Range ComputedRange
Definition: Histogram.h:92
Groups connected points that have the same field value.
Definition: Atomic.h:19
void SetRange(const vtkm::Range &range)
Set the range to use to generate the histogram.
Definition: Histogram.h:57
vtkm::Range Range
Definition: Histogram.h:93
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
vtkm::Range GetComputedRange() const
Returns the range used for most recent execute.
Definition: Histogram.h:74
Base class for all filters.
Definition: Filter.h:163
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
Construct the histogram of a given field.
Definition: Histogram.h:40
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:161
const vtkm::Range & GetRange() const
Get the range used to generate the histogram.
Definition: Histogram.h:62
vtkm::Id GetNumberOfBins() const
Get the number of bins for the resulting histogram.
Definition: Histogram.h:51
void SetNumberOfBins(vtkm::Id count)
Set the number of bins for the resulting histogram.
Definition: Histogram.h:48
#define VTKM_FILTER_DENSITY_ESTIMATE_EXPORT
Definition: vtkm_filter_density_estimate_export.h:44
Comprises a set of vtkm::cont::DataSet objects.
Definition: PartitionedDataSet.h:26
Represent a continuous scalar range of values.
Definition: Range.h:31