27 #ifndef __vtkDummyCommunicator_h
28 #define __vtkDummyCommunicator_h
43 vtkWarningMacro(
"There is no one to send to.");
47 vtkWarningMacro(
"There is no one to receive from.");
61 #endif //__vtkDummyCommunicator_h
Dummy controller for single process applications.
virtual int SendVoidArray(const void *, vtkIdType, int, int, int)
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Used to send/receive messages in a multiprocess environment.
virtual int ReceiveVoidArray(void *, vtkIdType, int, int, int)