65 #ifndef vtkPartitionBalancer_h
66 #define vtkPartitionBalancer_h
68 #include "vtkFiltersParallelModule.h"
103 vtkGetMacro(Mode,
int);
Superclass for algorithms that produce vtkPartitionedDataSetAlgorithm.
Mode
Modes defining the layout of the output.
Balances input partitioned data sets so each rank has the same number of data sets.
vtkMultiProcessController * Controller
Local controller.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
void SetModeToExpand()
Sets filter to expand mode.
void SetModeToSquash()
Sets filter to squash mode.
static vtkAlgorithm * New()
Multiprocessing communication superclass.