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


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkPVOptionsXMLParser * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVOptionsXMLParser * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVOptionsXMLParser () | |
| ~vtkPVOptionsXMLParser () | |
| virtual void | SetProcessType (const char *ptype) |
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 30 of file vtkPVOptionsXMLParser.h.
| vtkPVOptionsXMLParser::vtkPVOptionsXMLParser | ( | ) | [inline, protected] |
Definition at line 38 of file vtkPVOptionsXMLParser.h.
| vtkPVOptionsXMLParser::~vtkPVOptionsXMLParser | ( | ) | [inline, protected] |
Definition at line 39 of file vtkPVOptionsXMLParser.h.
| static vtkPVOptionsXMLParser* vtkPVOptionsXMLParser::New | ( | ) | [static] |
Reimplemented from vtkCommandOptionsXMLParser.
| virtual const char* vtkPVOptionsXMLParser::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkCommandOptionsXMLParser.
| static int vtkPVOptionsXMLParser::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkCommandOptionsXMLParser.
| virtual int vtkPVOptionsXMLParser::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkCommandOptionsXMLParser.
| static vtkPVOptionsXMLParser* vtkPVOptionsXMLParser::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkCommandOptionsXMLParser.
| void vtkPVOptionsXMLParser::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkCommandOptionsXMLParser.
| virtual void vtkPVOptionsXMLParser::SetProcessType | ( | const char * | ptype | ) | [protected, virtual] |
Reimplemented from vtkCommandOptionsXMLParser.
1.7.5.1