Go to the documentation of this file.
28 #ifndef vtkPResampleWithDataSet_h
29 #define vtkPResampleWithDataSet_h
31 #include "vtkFiltersParallelDIY2Module.h"
68 vtkSetMacro(UseBalancedPartitionForPointsLookup,
bool);
69 vtkGetMacro(UseBalancedPartitionForPointsLookup,
bool);
70 vtkBooleanMacro(UseBalancedPartitionForPointsLookup,
bool);
90 #endif // vtkPResampleWithDataSet_h
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkPResampleWithDataSet()
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
bool UseBalancedPartitionForPointsLookup
vtkMultiProcessController * Controller
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPResampleWithDataSet * New()
Multiprocessing communication superclass.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
a simple class to control print indentation
~vtkPResampleWithDataSet()
sample point and cell data of a dataset on points from another dataset.
points from another dataset.