ParaView
|
ParaView options storage. More...
#include <vtkCommandOptionsXMLParser.h>
Public Types | |
typedef vtkXMLParser | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
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 vtkCommandOptionsXMLParser * | New () |
static int | IsTypeOf (const char *type) |
static vtkCommandOptionsXMLParser * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
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) |
virtual void | SetProcessType (const char *ptype) |
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 35 of file vtkCommandOptionsXMLParser.h.
typedef vtkXMLParser vtkCommandOptionsXMLParser::Superclass |
Definition at line 39 of file vtkCommandOptionsXMLParser.h.
|
protected |
Default constructor.
|
protectedvirtual |
Destructor.
|
static |
|
virtual |
Reimplemented in vtkPVOptionsXMLParser.
|
static |
|
virtual |
Reimplemented in vtkPVOptionsXMLParser.
|
static |
void vtkCommandOptionsXMLParser::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
void vtkCommandOptionsXMLParser::AddBooleanArgument | ( | const char * | longarg, |
int * | var, | ||
int | type = 0 |
||
) |
Add arguments to the xml parser.
These should be the long arguments from the vtkCommandOptions class of the form –foo, and pass in the variable that needs to be set with the value.
void vtkCommandOptionsXMLParser::AddArgument | ( | const char * | longarg, |
int * | var, | ||
int | type = 0 |
||
) |
Add arguments to the xml parser.
These should be the long arguments from the vtkCommandOptions class of the form –foo, and pass in the variable that needs to be set with the value.
void vtkCommandOptionsXMLParser::AddArgument | ( | const char * | longarg, |
char ** | var, | ||
int | type = 0 |
||
) |
Add arguments to the xml parser.
These should be the long arguments from the vtkCommandOptions class of the form –foo, and pass in the variable that needs to be set with the value.
|
inline |
Add arguments to the xml parser.
These should be the long arguments from the vtkCommandOptions class of the form –foo, and pass in the variable that needs to be set with the value.
Definition at line 51 of file vtkCommandOptionsXMLParser.h.
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented in vtkPVOptionsXMLParser.
|
protected |