Go to the documentation of this file.
10 #ifndef vtk_m_filter_density_estimate_NDHistogram_h
11 #define vtk_m_filter_density_estimate_NDHistogram_h
14 #include <vtkm/filter/density_estimate/vtkm_filter_density_estimate_export.h>
20 namespace density_estimate
38 void AddFieldAndBin(
const std::string& fieldName,
vtkm::Id numOfBins);
62 #endif //vtk_m_filter_density_estimate_NDHistogram_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
std::vector< std::string > FieldNames
Definition: NDHistogram.h:54
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
Definition: FilterField.h:21
std::vector< vtkm::Range > DataRanges
Definition: NDHistogram.h:56
std::vector< vtkm::Id > NumOfBins
Definition: NDHistogram.h:53
#define VTKM_CONT
Definition: ExportMacros.h:57
Generate a N-Dims histogram from input fields.
Definition: NDHistogram.h:34
double Float64
Definition: Types.h:155
std::vector< vtkm::Float64 > BinDeltas
Definition: NDHistogram.h:55
Represent a continuous scalar range of values.
Definition: Range.h:31