47 #ifndef __vtkProcessGroup_h
48 #define __vtkProcessGroup_h
85 vtkGetMacro(NumberOfProcessIds,
int);
96 int GetLocalProcessId();
102 int FindProcessId(
int processId);
106 int AddProcessId(
int processId);
112 int RemoveProcessId(
int processId);
116 void RemoveAllProcessIds();
135 #endif //__vtkProcessGroup_h
abstract base class for most VTK objects
vtkCommunicator * Communicator
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
int GetProcessId(int pos)
A subgroup of processes from a communicator.
Used to send/receive messages in a multiprocess environment.
Multiprocessing communication superclass.