15#ifndef vtkmHistogramSampling_h
16#define vtkmHistogramSampling_h
18#include "vtkAcceleratorsVTKmFiltersModule.h"
22VTK_ABI_NAMESPACE_BEGIN
34 vtkSetMacro(SampleFraction,
double);
35 vtkGetMacro(SampleFraction,
double);
58 double SampleFraction = 0.1;
Superclass for algorithms that produce output of the same type as input.
a simple class to control print indentation
Accelerated point to cell interpolation filter.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkmHistogramSampling() override=default
static vtkmHistogramSampling * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks the algorithm to create empty output data ob...