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

help class for python modules More...

#include <vtkInitializationHelper.h>

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

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkInitializationHelperSafeDownCast (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 ()

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


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