27 #ifndef __vtkDummyCommunicator_h
28 #define __vtkDummyCommunicator_h
30 #include "vtkParallelCoreModule.h"
38 virtual void PrintSelf(ostream &os, vtkIndent indent);
44 vtkWarningMacro(
"There is no one to send to.");
48 vtkWarningMacro(
"There is no one to receive from.");
62 #endif //__vtkDummyCommunicator_h
Dummy controller for single process applications.
virtual int SendVoidArray(const void *, vtkIdType, int, int, int)
void PrintSelf(ostream &os, vtkIndent indent)
Used to send/receive messages in a multiprocess environment.
virtual int ReceiveVoidArray(void *, vtkIdType, int, int, int)