Go to the documentation of this file.
27 #ifndef vtkAggregateDataSetFilter_h
28 #define vtkAggregateDataSetFilter_h
30 #include "vtkFiltersParallelModule.h"
55 vtkGetMacro(NumberOfTargetProcesses,
int);
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() override
static vtkAggregateDataSetFilter * New()
void SetNumberOfTargetProcesses(int)
Number of target processes.
Multiprocessing communication superclass.
a simple class to control print indentation
abstract class to specify dataset behavior
int NumberOfTargetProcesses
Aggregates data sets to a reduced number of processes.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkAggregateDataSetFilter()