|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   25 #ifndef vtkPResampleWithDataSet_h 
   26 #define vtkPResampleWithDataSet_h 
   28 #include "vtkFiltersParallelDIY2Module.h"  
   64   vtkSetMacro(UseBalancedPartitionForPointsLookup, 
bool);
 
   65   vtkGetMacro(UseBalancedPartitionForPointsLookup, 
bool);
 
   66   vtkBooleanMacro(UseBalancedPartitionForPointsLookup, 
bool);
 
   84 #endif // vtkPResampleWithDataSet_h 
  
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...
bool UseBalancedPartitionForPointsLookup
vtkMultiProcessController * Controller
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
Multiprocessing communication superclass.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
sample point and cell data of a dataset on points from another dataset.