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.
virtual int SendVoidArray(const void *, vtkIdType, int, int, int)
Since there is no one to communicate with, these methods just report an error.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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.
virtual int ReceiveVoidArray(void *, vtkIdType, int, int, int)
Since there is no one to communicate with, these methods just report an error.