ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPVPythonOptions Class Reference

ParaView options storage. More...

#include <vtkPVPythonOptions.h>

Inheritance diagram for vtkPVPythonOptions:
Inheritance graph
[legend]
Collaboration diagram for vtkPVPythonOptions:
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)
virtual char * GetPythonScriptName ()

Static Public Member Functions

static vtkPVPythonOptionsNew ()
static int IsTypeOf (const char *type)
static vtkPVPythonOptionsSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPVPythonOptions ()
virtual ~vtkPVPythonOptions ()
void Synchronize ()
virtual int PostProcess (int argc, const char *const *argv)
virtual int WrongArgument (const char *argument)
virtual void SetPythonScriptName (const char *)

Protected Attributes

char * PythonScriptName

Detailed Description

ParaView options storage.

An object of this class represents a storage for ParaView options

These options can be retrieved during run-time, set using configuration file or using Command Line Arguments.

Definition at line 29 of file vtkPVPythonOptions.h.


Constructor & Destructor Documentation

vtkPVPythonOptions::vtkPVPythonOptions ( ) [protected]

Default constructor.

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

Destructor.


Member Function Documentation

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

Reimplemented from vtkPVOptions.

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

Reimplemented from vtkPVOptions.

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

Reimplemented from vtkPVOptions.

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

Reimplemented from vtkPVOptions.

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

Reimplemented from vtkPVOptions.

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

Reimplemented from vtkPVOptions.

virtual char* vtkPVPythonOptions::GetPythonScriptName ( ) [virtual]

Get the python script name.

void vtkPVPythonOptions::Synchronize ( ) [protected]

Synchronizes the options among root and satellites.

virtual int vtkPVPythonOptions::PostProcess ( int  argc,
const char *const *  argv 
) [protected, virtual]

After parsing, process extra option dependencies.

Reimplemented from vtkPVOptions.

virtual int vtkPVPythonOptions::WrongArgument ( const char *  argument) [protected, virtual]

This method is called when wrong argument is found. If it returns 0, then the parsing will fail.

Reimplemented from vtkPVOptions.

virtual void vtkPVPythonOptions::SetPythonScriptName ( const char *  ) [protected, virtual]

Member Data Documentation

Definition at line 59 of file vtkPVPythonOptions.h.


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