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