27 #ifndef vtkDummyCommunicator_h
28 #define vtkDummyCommunicator_h
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.
#define VTKPARALLELCORE_EXPORT
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)