#include <vtkCommandOptionsXMLParser.h>
Inheritance diagram for vtkCommandOptionsXMLParser:
Public Member Functions | |
vtkTypeRevisionMacro (vtkCommandOptionsXMLParser, vtkXMLParser) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddBooleanArgument (const char *longarg, int *var, int type=0) |
void | AddArgument (const char *longarg, int *var, int type=0) |
void | AddArgument (const char *longarg, char **var, int type=0) |
void | SetPVOptions (vtkCommandOptions *o) |
Static Public Member Functions | |
vtkCommandOptionsXMLParser * | New () |
Protected Member Functions | |
vtkCommandOptionsXMLParser () | |
virtual | ~vtkCommandOptionsXMLParser () |
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) |
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 vtkCommandOptionsXMLParser.h.
|
Default constructor. |
|
Destructor. |
|
Reimplemented in vtkPVOptionsXMLParser. |
|
|
|
|
|
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. |
|
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. |
|
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. |
|
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 46 of file vtkCommandOptionsXMLParser.h. |
|
|
|
|
|
|
|
|
|
Reimplemented in vtkPVOptionsXMLParser. |
|
|