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
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
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
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
std::vector< std::string > FieldNames
Definition: NDEntropy.h:36
#define VTKM_FILTER_DENSITY_ESTIMATE_EXPORT
Definition: vtkm_filter_density_estimate_export.h:44
std::vector< vtkm::Id > NumOfBins
Definition: NDEntropy.h:35