42#include "vtkParallelCoreModule.h"
a simple class to control print indentation
Multiprocessing communication superclass.
abstract base class for most VTK objects
a process that can be launched by a vtkMultiProcessController
vtkMultiProcessController * GetController()
Give access to the controller that launched the process.
virtual void Execute()=0
Entry point of the process.
void SetController(vtkMultiProcessController *aController)
This method should not be called directly but set by the controller itself.
int GetReturnValue()
Value set at the end of a call to Execute.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMultiProcessController * Controller