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