45 #ifndef vtkSubCommunicator_h
46 #define vtkSubCommunicator_h
69 int remoteHandle,
int tag);
71 int remoteHandle,
int tag);
85 #endif //vtkSubCommunicator_h
#define VTKPARALLELCORE_EXPORT
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.