 |
VTK
9.1.0
|
Go to the documentation of this file.
26 #ifndef vtkDummyController_h
27 #define vtkDummyController_h
30 #include "vtkParallelCoreModule.h"
Used to send/receive messages in a multiprocess environment.
void SingleMethodExecute() override
Directly calls the single method.
Dummy controller for single process applications.
int GetLocalProcessId()
This method always returns 0.
~vtkDummyController() override
void Initialize(int *, char ***) override
Multiprocessing communication superclass.
void Finalize() override
This method is for cleaning up.
static vtkDummyController * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetRMICommunicator(vtkCommunicator *)
If you don't need any special functionality from the controller, you can swap out the dummy communica...
void CreateOutputWindow() override
Does nothing.
void Finalize(int) override
This method is for cleaning up.
void Initialize(int *, char ***, int) override
This method is for setting up the processes.
virtual void SetCommunicator(vtkCommunicator *)
If you don't need any special functionality from the controller, you can swap out the dummy communica...
void MultipleMethodExecute() override
Directly calls multiple method 0.