47 #ifndef vtkProcessGroup_h
48 #define vtkProcessGroup_h
86 vtkGetMacro(NumberOfProcessIds,
int);
97 int GetLocalProcessId();
103 int FindProcessId(
int processId);
107 int AddProcessId(
int processId);
113 int RemoveProcessId(
int processId);
117 void RemoveAllProcessIds();
136 #endif //vtkProcessGroup_h
abstract base class for most VTK objects
#define VTKPARALLELCORE_EXPORT
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.