16 #ifndef vtkPResampleWithDataSet_h
17 #define vtkPResampleWithDataSet_h
19 #include "vtkFiltersParallelDIY2Module.h"
22 VTK_ABI_NAMESPACE_BEGIN
56 vtkSetMacro(UseBalancedPartitionForPointsLookup,
bool);
57 vtkGetMacro(UseBalancedPartitionForPointsLookup,
bool);
58 vtkBooleanMacro(UseBalancedPartitionForPointsLookup,
bool);
77 #endif // vtkPResampleWithDataSet_h
sample point and cell data of a dataset on points from another dataset.
bool UseBalancedPartitionForPointsLookup
points from another dataset.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMultiProcessController * Controller
a simple class to control print indentation
static vtkResampleWithDataSet * New()
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
Multiprocessing communication superclass.