28 #ifndef vtkDummyCommunicator_h 29 #define vtkDummyCommunicator_h 31 #include "vtkParallelCoreModule.h" 47 vtkWarningMacro(
"There is no one to send to.");
51 vtkWarningMacro(
"There is no one to receive from.");
65 #endif //vtkDummyCommunicator_h Dummy controller for single process applications.
int SendVoidArray(const void *, vtkIdType, int, int, int) override
Since there is no one to communicate with, these methods just report an error.
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
int ReceiveVoidArray(void *, vtkIdType, int, int, int) override
Since there is no one to communicate with, these methods just report an error.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Used to send/receive messages in a multiprocess environment.