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 
   15 #include <vtkm/filter/density_estimate/vtkm_filter_density_estimate_export.h> 
   21 namespace density_estimate
 
   79   bool InExecutePartitions = 
false;
 
   85 #endif // vtk_m_filter_density_estimate_Histogram_h 
  
vtkm::Range ComputedRange
Definition: Histogram.h:77
 
Groups connected points that have the same field value.
Definition: Atomic.h:19
 
VTKM_CONT vtkm::Id GetNumberOfBins() const
Definition: Histogram.h:38
 
VTKM_CONT void SetRange(const vtkm::Range &range)
Definition: Histogram.h:45
 
vtkm::Range Range
Definition: Histogram.h:78
 
VTKM_CONT vtkm::Float64 GetBinDelta() const
Returns the bin delta of the last computed field.
Definition: Histogram.h:53
 
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
 
VTKM_CONT vtkm::Range GetComputedRange() const
Returns the range used for most recent execute.
Definition: Histogram.h:59
 
Definition: FilterField.h:21
 
#define VTKM_CONT
Definition: ExportMacros.h:57
 
Construct the histogram of a given Field.
Definition: Histogram.h:27
 
VTKM_CONT void SetNumberOfBins(vtkm::Id count)
Definition: Histogram.h:35
 
double Float64
Definition: Types.h:155
 
const VTKM_CONT vtkm::Range & GetRange() const
Definition: Histogram.h:48
 
Definition: PartitionedDataSet.h:25
 
Represent a continuous scalar range of values.
Definition: Range.h:31