ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkCPPythonHelper Class Reference

Singleton class for python interpretor. More...

#include <vtkCPPythonHelper.h>

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

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
vtkPVPythonInterpretorGetPythonInterpretor ()
 Get the interpretor that has been setup.

Static Public Member Functions

static vtkCPPythonHelperNew ()
static int IsTypeOf (const char *type)
static vtkCPPythonHelperSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkCPPythonHelper ()
virtual ~vtkCPPythonHelper ()

Detailed Description

Singleton class for python interpretor.

Definition at line 26 of file vtkCPPythonHelper.h.


Constructor & Destructor Documentation

vtkCPPythonHelper::vtkCPPythonHelper ( ) [protected]
virtual vtkCPPythonHelper::~vtkCPPythonHelper ( ) [protected, virtual]

Member Function Documentation

static vtkCPPythonHelper* vtkCPPythonHelper::New ( ) [static]

Reimplemented from vtkObject.

virtual const char* vtkCPPythonHelper::GetClassName ( ) [virtual]

Reimplemented from vtkObject.

static int vtkCPPythonHelper::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkObject.

virtual int vtkCPPythonHelper::IsA ( const char *  type) [virtual]

Reimplemented from vtkObject.

static vtkCPPythonHelper* vtkCPPythonHelper::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkObject.

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

Reimplemented from vtkObject.

vtkPVPythonInterpretor* vtkCPPythonHelper::GetPythonInterpretor ( )

Get the interpretor that has been setup.


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