15#ifndef vtkAggregateDataSetFilter_h
16#define vtkAggregateDataSetFilter_h
18#include "vtkFiltersParallelModule.h"
21VTK_ABI_NAMESPACE_BEGIN
44 vtkGetMacro(NumberOfTargetProcesses,
int);
54 vtkSetMacro(MergePoints,
bool);
55 vtkGetMacro(MergePoints,
bool);
56 vtkBooleanMacro(MergePoints,
bool);
69 bool MergePoints =
true;
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.