|
ParaView
|
ParaView options storage. More...
#include <vtkPVPythonOptions.h>


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 vtkPVPythonOptions * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVPythonOptions * | SafeDownCast (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 |
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.
| vtkPVPythonOptions::vtkPVPythonOptions | ( | ) | [protected] |
Default constructor.
| virtual vtkPVPythonOptions::~vtkPVPythonOptions | ( | ) | [protected, virtual] |
Destructor.
| 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] |
char* vtkPVPythonOptions::PythonScriptName [protected] |
Definition at line 59 of file vtkPVPythonOptions.h.
1.7.5.1