16#ifndef vtkDummyCommunicator_h 
   17#define vtkDummyCommunicator_h 
   20#include "vtkParallelCoreModule.h"  
   22VTK_ABI_NAMESPACE_BEGIN
 
   37    vtkWarningMacro(
"There is no one to send to.");
 
   42    vtkWarningMacro(
"There is no one to receive from.");
 
Used to send/receive messages in a multiprocess environment.
 
Dummy controller for single process applications.
 
~vtkDummyCommunicator() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int SendVoidArray(const void *, vtkIdType, int, int, int) override
Since there is no one to communicate with, these methods just report an error.
 
static vtkDummyCommunicator * New()
 
int ReceiveVoidArray(void *, vtkIdType, int, int, int) override
Since there is no one to communicate with, these methods just report an error.
 
a simple class to control print indentation