45 #ifndef __vtkSubCommunicator_h
46 #define __vtkSubCommunicator_h
68 int remoteHandle,
int tag);
70 int remoteHandle,
int tag);
84 #endif //__vtkSubCommunicator_h
virtual int ReceiveVoidArray(void *data, vtkIdType maxlength, int type, int remoteHandle, int tag)=0
a simple class to control print indentation
A subgroup of processes from a communicator.
virtual int SendVoidArray(const void *data, vtkIdType length, int type, int remoteHandle, int tag)=0
void PrintSelf(ostream &os, vtkIndent indent)
Used to send/receive messages in a multiprocess environment.
Provides communication on a process group.