Go to the documentation of this file.
19 #ifndef viskores_filter_density_estimate_Histogram_h
20 #define viskores_filter_density_estimate_Histogram_h
29 namespace density_estimate
102 bool InExecutePartitions =
false;
108 #endif // viskores_filter_density_estimate_Histogram_h
viskores::Range ComputedRange
Definition: Histogram.h:100
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
void SetRange(const viskores::Range &range)
Set the range to use to generate the histogram.
Definition: Histogram.h:65
viskores::Range GetComputedRange() const
Returns the range used for most recent execute.
Definition: Histogram.h:82
Construct the histogram of a given field.
Definition: Histogram.h:48
Base class for all filters.
Definition: Filter.h:171
viskores::Range Range
Definition: Histogram.h:101
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
Comprises a set of viskores::cont::DataSet objects.
Definition: PartitionedDataSet.h:34
Represent a continuous scalar range of values.
Definition: Range.h:39
void SetNumberOfBins(viskores::Id count)
Set the number of bins for the resulting histogram.
Definition: Histogram.h:56
viskores::Id GetNumberOfBins() const
Get the number of bins for the resulting histogram.
Definition: Histogram.h:59
viskores::Float64 GetBinDelta() const
Returns the size of bin in the computed histogram.
Definition: Histogram.h:75
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:169
const viskores::Range & GetRange() const
Get the range used to generate the histogram.
Definition: Histogram.h:70