47 #ifndef vtkProcessGroup_h 48 #define vtkProcessGroup_h 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
#define vtkGetMacro(name, type)
#define vtkTypeMacro(thisClass, superclass)
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.
#define vtkGetObjectMacro(name, type)
Used to send/receive messages in a multiprocess environment.
Multiprocessing communication superclass.