ParaView
|
ParaView options storage. More...
#include <vtkPVOptionsXMLParser.h>
Public Types | |
typedef vtkCommandOptionsXMLParser | Superclass |
![]() | |
typedef vtkXMLParser | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddBooleanArgument (const char *longarg, int *var, int type=0) |
Add arguments to the xml parser. More... | |
void | AddArgument (const char *longarg, int *var, int type=0) |
Add arguments to the xml parser. More... | |
void | AddArgument (const char *longarg, char **var, int type=0) |
Add arguments to the xml parser. More... | |
void | SetPVOptions (vtkCommandOptions *o) |
Add arguments to the xml parser. More... | |
Static Public Member Functions | |
static vtkPVOptionsXMLParser * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVOptionsXMLParser * | SafeDownCast (vtkObject *o) |
![]() | |
static vtkCommandOptionsXMLParser * | New () |
static int | IsTypeOf (const char *type) |
static vtkCommandOptionsXMLParser * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPVOptionsXMLParser () | |
~vtkPVOptionsXMLParser () | |
virtual void | SetProcessType (const char *ptype) |
![]() | |
vtkCommandOptionsXMLParser () | |
Default constructor. More... | |
virtual | ~vtkCommandOptionsXMLParser () |
Destructor. More... | |
virtual void | StartElement (const char *name, const char **atts) |
virtual void | EndElement (const char *name) |
void | HandleOption (const char **atts) |
void | HandleProcessType (const char **atts) |
void | SetProcessTypeInt (int 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 32 of file vtkPVOptionsXMLParser.h.
Definition at line 36 of file vtkPVOptionsXMLParser.h.
|
inlineprotected |
Definition at line 40 of file vtkPVOptionsXMLParser.h.
|
inlineprotected |
Definition at line 41 of file vtkPVOptionsXMLParser.h.
|
static |
|
virtual |
Reimplemented from vtkCommandOptionsXMLParser.
|
static |
|
virtual |
Reimplemented from vtkCommandOptionsXMLParser.
|
static |
void vtkPVOptionsXMLParser::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
protectedvirtual |
Reimplemented from vtkCommandOptionsXMLParser.