Go to the documentation of this file.
10 #ifndef vtk_m_filter_resampling_HistSampling_h
11 #define vtk_m_filter_resampling_HistSampling_h
63 this->SetSampleFraction(samplePercent);
87 #endif // vtk_m_filter_resampling_HistSampling_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
void SetSeed(vtkm::UInt32 seed)
Specify the seed used for random number generation.
Definition: HistSampling.h:72
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
void SetSampleFraction(vtkm::FloatDefault fraction)
Specify the fraction of points to create in the sampled data.
Definition: HistSampling.h:56
vtkm::UInt32 GetSeed()
Specify the seed used for random number generation.
Definition: HistSampling.h:74
vtkm::FloatDefault GetSampleFraction() const
Specify the fraction of points to create in the sampled data.
Definition: HistSampling.h:58
Adaptively sample points to preserve tail features.
Definition: HistSampling.h:40
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
vtkm::Float32 FloatDefault
The floating point type to use when no other precision is specified.
Definition: Types.h:236
uint32_t UInt32
Base type to use for 32-bit unsigned integer numbers.
Definition: Types.h:185
vtkm::Id GetNumberOfBins()
Specify the number of bins used when computing the histogram.
Definition: HistSampling.h:49
#define VTKM_DEPRECATED(...)
Definition: Deprecated.h:145
void SetNumberOfBins(vtkm::Id numberOfBins)
Specify the number of bins used when computing the histogram.
Definition: HistSampling.h:47
#define VTKM_FILTER_RESAMPLING_EXPORT
Definition: vtkm_filter_resampling_export.h:44