VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkMPI4PyCommunicator Class Reference

Class for bridging MPI4Py with vtkMPICommunicator. More...

#include <vtkMPI4PyCommunicator.h>

Inheritance diagram for vtkMPI4PyCommunicator:
Inheritance graph
[legend]
Collaboration diagram for vtkMPI4PyCommunicator:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkMPI4PyCommunicatorNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
 vtkMPI4PyCommunicator ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkMPI4PyCommunicatorSafeDownCast (vtkObjectBase *o)
static vtkMPI4PyCommunicatorNew ()
static PyObjectConvertToPython (vtkMPICommunicator *comm)
static vtkMPICommunicatorConvertToVTK (PyObject *comm)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const

Detailed Description

Class for bridging MPI4Py with vtkMPICommunicator.

This class can be used to convert between VTK and MPI4Py communicators.

See also:
vtkMPICommunicator

Definition at line 35 of file vtkMPI4PyCommunicator.h.


Member Typedef Documentation

Reimplemented from vtkObject.

Definition at line 39 of file vtkMPI4PyCommunicator.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkMPI4PyCommunicator::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

virtual int vtkMPI4PyCommunicator::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented from vtkObject.

virtual vtkObjectBase* vtkMPI4PyCommunicator::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkObject.

Reimplemented from vtkObject.

void vtkMPI4PyCommunicator::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObject.

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

Convert a VTK communicator into an mpi4py communicator.

Convert an mpi4py communicator into a VTK communicator.


The documentation for this class was generated from the following file: