25 #ifndef vtkPResampleWithDataSet_h
26 #define vtkPResampleWithDataSet_h
28 #include "vtkFiltersParallelDIY2Module.h"
65 vtkSetMacro(UseBalancedPartitionForPointsLookup,
bool);
66 vtkGetMacro(UseBalancedPartitionForPointsLookup,
bool);
77 vtkInformationVector *) VTK_OVERRIDE;
80 bool UseBalancedPartitionForPointsLookup;
87 #endif // vtkPResampleWithDataSet_h
points from another dataset.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static vtkResampleWithDataSet * New()
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
Multiprocessing communication superclass.