|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   25 #ifndef vtkPainterCommunicator_h 
   26 #define vtkPainterCommunicator_h 
   28 #include "vtkRenderingLICOpenGL2Module.h"  
   44     this->Copy(&other, 
false);
 
  
virtual void Duplicate(const vtkPainterCommunicator *)
Duplicate the communicator.
virtual ~vtkPainterCommunicator()
virtual bool GetMPIFinalized()
virtual int GetWorldSize()
virtual void Copy(const vtkPainterCommunicator *, bool)
Copy the communicator, the flag indicates if ownership should be assumed.
vtkPainterCommunicator(const vtkPainterCommunicator &other)
Copy and assignment operators.
virtual int GetRank()
Querry MPI about the communicator.
A communicator that can safely be used inside a painter.
virtual int GetWorldRank()
Querry MPI about the world communicator.
vtkPainterCommunicator & operator=(const vtkPainterCommunicator &other)
virtual bool GetMPIInitialized()
Querry MPI about its state.