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


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) |
| 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 | |
| static vtkCommandOptionsXMLParser * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkCommandOptionsXMLParser * | SafeDownCast (vtkObject *o) |
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) |
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 vtkCommandOptionsXMLParser.h.
| vtkCommandOptionsXMLParser::vtkCommandOptionsXMLParser | ( | ) | [protected] |
Default constructor.
| virtual vtkCommandOptionsXMLParser::~vtkCommandOptionsXMLParser | ( | ) | [protected, virtual] |
Destructor.
| static vtkCommandOptionsXMLParser* vtkCommandOptionsXMLParser::New | ( | ) | [static] |
Reimplemented from vtkXMLParser.
Reimplemented in vtkPVOptionsXMLParser.
| virtual const char* vtkCommandOptionsXMLParser::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkXMLParser.
Reimplemented in vtkPVOptionsXMLParser.
| static int vtkCommandOptionsXMLParser::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkXMLParser.
Reimplemented in vtkPVOptionsXMLParser.
| virtual int vtkCommandOptionsXMLParser::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkXMLParser.
Reimplemented in vtkPVOptionsXMLParser.
| static vtkCommandOptionsXMLParser* vtkCommandOptionsXMLParser::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkXMLParser.
Reimplemented in vtkPVOptionsXMLParser.
| void vtkCommandOptionsXMLParser::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkXMLParser.
Reimplemented in vtkPVOptionsXMLParser.
| 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.
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.
| void vtkCommandOptionsXMLParser::SetPVOptions | ( | vtkCommandOptions * | o | ) | [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 46 of file vtkCommandOptionsXMLParser.h.
| virtual void vtkCommandOptionsXMLParser::StartElement | ( | const char * | name, |
| const char ** | atts | ||
| ) | [protected, virtual] |
Reimplemented from vtkXMLParser.
| virtual void vtkCommandOptionsXMLParser::EndElement | ( | const char * | name | ) | [protected, virtual] |
Reimplemented from vtkXMLParser.
| void vtkCommandOptionsXMLParser::HandleOption | ( | const char ** | atts | ) | [protected] |
| void vtkCommandOptionsXMLParser::HandleProcessType | ( | const char ** | atts | ) | [protected] |
| virtual void vtkCommandOptionsXMLParser::SetProcessType | ( | const char * | ptype | ) | [protected, virtual] |
Reimplemented in vtkPVOptionsXMLParser.
| void vtkCommandOptionsXMLParser::SetProcessTypeInt | ( | int | ptype | ) | [protected] |
1.7.5.1