|
ParaView
|
Singleton class for python interpretor. More...
#include <vtkCPPythonHelper.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkPVPythonInterpretor * | GetPythonInterpretor () |
| Get the interpretor that has been setup. | |
Static Public Member Functions | |
| static vtkCPPythonHelper * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkCPPythonHelper * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkCPPythonHelper () | |
| virtual | ~vtkCPPythonHelper () |
Singleton class for python interpretor.
Definition at line 26 of file vtkCPPythonHelper.h.
| vtkCPPythonHelper::vtkCPPythonHelper | ( | ) | [protected] |
| virtual vtkCPPythonHelper::~vtkCPPythonHelper | ( | ) | [protected, virtual] |
| static vtkCPPythonHelper* vtkCPPythonHelper::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* vtkCPPythonHelper::GetClassName | ( | ) | [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.
1.7.5.1