Go to the documentation of this file.
10 #ifndef vtk_m_filter_density_estimate_NDEntropy_h
11 #define vtk_m_filter_density_estimate_NDEntropy_h
14 #include <vtkm/filter/density_estimate/vtkm_filter_density_estimate_export.h>
20 namespace density_estimate
30 void AddFieldAndBin(
const std::string& fieldName,
vtkm::Id numOfBins);
42 #endif //vtk_m_filter_density_estimate_NDEntropy_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
Calculate the entropy of input N-Dims fields.
Definition: NDEntropy.h:26
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
Definition: FilterField.h:21
#define VTKM_CONT
Definition: ExportMacros.h:57
std::vector< std::string > FieldNames
Definition: NDEntropy.h:36
std::vector< vtkm::Id > NumOfBins
Definition: NDEntropy.h:35