|
ParaView
|
help class for python modules More...
#include <vtkInitializationHelper.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkInitializationHelper * | SafeDownCast (vtkObject *o) |
| static void | Initialize (int argc, char **argv, int type, vtkPVOptions *options) |
| static void | Finalize () |
| static void | Initialize (const char *executable, int type) |
| static void | Initialize (const char *executable, int type, vtkPVOptions *options) |
Protected Member Functions | |
| vtkInitializationHelper () | |
| virtual | ~vtkInitializationHelper () |
help class for python modules
This class is used by the python modules when they are loaded from python (as opposed to pvpython). It simply initializes the server manager so that it can be used.
Definition at line 31 of file vtkInitializationHelper.h.
| vtkInitializationHelper::vtkInitializationHelper | ( | ) | [inline, protected] |
Definition at line 53 of file vtkInitializationHelper.h.
| virtual vtkInitializationHelper::~vtkInitializationHelper | ( | ) | [inline, protected, virtual] |
Definition at line 54 of file vtkInitializationHelper.h.
| virtual const char* vtkInitializationHelper::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
| static int vtkInitializationHelper::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkObject.
| virtual int vtkInitializationHelper::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkObject.
| static vtkInitializationHelper* vtkInitializationHelper::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
| static void vtkInitializationHelper::Initialize | ( | const char * | executable, |
| int | type | ||
| ) | [static] |
Initializes the server manager. Do not use the server manager before calling this.
| static void vtkInitializationHelper::Initialize | ( | const char * | executable, |
| int | type, | ||
| vtkPVOptions * | options | ||
| ) | [static] |
Initializes the server manager. Do not use the server manager before calling this.
| static void vtkInitializationHelper::Initialize | ( | int | argc, |
| char ** | argv, | ||
| int | type, | ||
| vtkPVOptions * | options | ||
| ) | [static] |
Alternative API to initialize the server manager. This takes in the command line arguments and the vtkPVOptions instance to use to process the command line options.
| static void vtkInitializationHelper::Finalize | ( | ) | [static] |
Finalizes the server manager. Do not use the server manager after calling this.
1.7.5.1