#include <vtkPPainterCommunicator.h>
Definition at line 34 of file vtkPPainterCommunicator.h.
vtkPPainterCommunicator::vtkPPainterCommunicator |
( |
| ) |
|
virtual vtkPPainterCommunicator::~vtkPPainterCommunicator |
( |
| ) |
|
|
virtual |
virtual int vtkPPainterCommunicator::GetRank |
( |
| ) |
|
|
virtual |
virtual int vtkPPainterCommunicator::GetSize |
( |
| ) |
|
|
virtual |
virtual bool vtkPPainterCommunicator::GetIsNull |
( |
| ) |
|
|
virtual |
virtual int vtkPPainterCommunicator::GetWorldRank |
( |
| ) |
|
|
virtual |
virtual int vtkPPainterCommunicator::GetWorldSize |
( |
| ) |
|
|
virtual |
virtual bool vtkPPainterCommunicator::GetMPIInitialized |
( |
| ) |
|
|
inlinevirtual |
virtual bool vtkPPainterCommunicator::GetMPIFinalized |
( |
| ) |
|
|
inlinevirtual |
static bool vtkPPainterCommunicator::MPIInitialized |
( |
| ) |
|
|
static |
static bool vtkPPainterCommunicator::MPIFinalized |
( |
| ) |
|
|
static |
void vtkPPainterCommunicator::SetCommunicator |
( |
vtkMPICommunicatorOpaqueComm * |
comm | ) |
|
Set/Get the communicator. Ownership is not assumed thus caller must keep the commuicator alive while this class is in use and free the communicator when finished.
void vtkPPainterCommunicator::GetCommunicator |
( |
vtkMPICommunicatorOpaqueComm * |
comm | ) |
|
Set/Get the communicator. Ownership is not assumed thus caller must keep the commuicator alive while this class is in use and free the communicator when finished.
void* vtkPPainterCommunicator::GetCommunicator |
( |
| ) |
|
Set/Get the communicator. Ownership is not assumed thus caller must keep the commuicator alive while this class is in use and free the communicator when finished.
void vtkPPainterCommunicator::SubsetCommunicator |
( |
vtkMPICommunicatorOpaqueComm * |
comm, |
|
|
int |
include |
|
) |
| |
Creates a new communicator with/without the calling processes as indicated by the passed in flag, if not 0 the calling process is included in the new communicator. The new communicator is accessed via GetCommunicator. In parallel this call is mpi collective on the world communicator. In serial this is a no-op.
static vtkMPICommunicatorOpaqueComm* vtkPPainterCommunicator::GetGlobalCommunicator |
( |
| ) |
|
|
static |
Get VTK's world communicator. Return's a null communictor if MPI was not yet initialized.
The documentation for this class was generated from the following file:
- /home/boeckb/code/depot/group-kitware/vtk/build-release/Utilities/Doxygen/dox/Rendering/ParallelLIC/vtkPPainterCommunicator.h