53 #ifndef vtkPartitionBalancer_h
54 #define vtkPartitionBalancer_h
56 #include "vtkFiltersParallelModule.h"
59 VTK_ABI_NAMESPACE_BEGIN
92 vtkGetMacro(Mode,
int);
143 VTK_ABI_NAMESPACE_END
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.