Go to the documentation of this file.
18 #ifndef viskores_filter_density_estimate_NDEntropy_h
19 #define viskores_filter_density_estimate_NDEntropy_h
28 namespace density_estimate
38 void AddFieldAndBin(
const std::string& fieldName,
viskores::Id numOfBins);
50 #endif //viskores_filter_density_estimate_NDEntropy_h
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
Base class for all filters.
Definition: Filter.h:171
Calculate the entropy of input N-Dims fields.
Definition: NDEntropy.h:34
viskores::Int64 Id
Base type to use to index arrays.
Definition: Types.h:235
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
std::vector< viskores::Id > NumOfBins
Definition: NDEntropy.h:43
std::vector< std::string > FieldNames
Definition: NDEntropy.h:44