24 #ifndef vtkAggregateDataSetFilter_h
25 #define vtkAggregateDataSetFilter_h
27 #include "vtkFiltersParallelModule.h"
52 vtkGetMacro(NumberOfTargetProcesses,
int);
Aggregates data sets to a reduced number of processes.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkAggregateDataSetFilter()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int NumberOfTargetProcesses
static vtkAggregateDataSetFilter * New()
void SetNumberOfTargetProcesses(int)
Number of target processes.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkAggregateDataSetFilter() override
abstract class to specify dataset behavior
a simple class to control print indentation
Multiprocessing communication superclass.