Go to the documentation of this file.
18 #ifndef viskores_filter_density_estimate_NDHistogram_h
19 #define viskores_filter_density_estimate_NDHistogram_h
28 namespace density_estimate
46 void AddFieldAndBin(
const std::string& fieldName,
viskores::Id numOfBins);
70 #endif //viskores_filter_density_estimate_NDHistogram_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
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: NDHistogram.h:61
Generate a N-Dims histogram from input fields.
Definition: NDHistogram.h:42
Represent a continuous scalar range of values.
Definition: Range.h:39
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:169
std::vector< std::string > FieldNames
Definition: NDHistogram.h:62
std::vector< viskores::Float64 > BinDeltas
Definition: NDHistogram.h:63
std::vector< viskores::Range > DataRanges
Definition: NDHistogram.h:64