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
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
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
std::vector< std::string > FieldNames
Definition: NDHistogram.h:54
std::vector< vtkm::Range > DataRanges
Definition: NDHistogram.h:56
Base class for all filters.
Definition: Filter.h:163
std::vector< vtkm::Id > NumOfBins
Definition: NDHistogram.h:53
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
Generate a N-Dims histogram from input fields.
Definition: NDHistogram.h:34
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:161
std::vector< vtkm::Float64 > BinDeltas
Definition: NDHistogram.h:55
#define VTKM_FILTER_DENSITY_ESTIMATE_EXPORT
Definition: vtkm_filter_density_estimate_export.h:44
Represent a continuous scalar range of values.
Definition: Range.h:31