Go to the documentation of this file.
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
Used to send/receive messages in a multiprocess environment.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
int ReceiveVoidArray(void *, vtkIdType, int, int, int) override
Subclasses have to supply this method to receive various arrays of data.
int SendVoidArray(const void *, vtkIdType, int, int, int) override
Since there is no one to communicate with, these methods just report an error.
Dummy controller for single process applications.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.