29 #ifndef vtkCommandOptionsXMLParser_h 30 #define vtkCommandOptionsXMLParser_h 37 class vtkCommandOptionsXMLParserInternal;
54 void AddBooleanArgument(
const char* longarg,
int* var,
int type = 0);
55 void AddArgument(
const char* longarg,
int* var,
int type = 0);
56 void AddArgument(
const char* longarg,
char** var,
int type = 0);
82 void HandleOption(
const char** atts);
84 void HandleProcessType(
const char** atts);
85 virtual void SetProcessType(
const char* ptype);
86 void SetProcessTypeInt(
int ptype);
93 vtkCommandOptionsXMLParserInternal* Internals;
96 #endif // #ifndef vtkCommandOptionsXMLParser_h #define PARAVIEW_DEPRECATED_IN_5_12_0(reason)
#define VTKPVVTKEXTENSIONSCORE_EXPORT
virtual void StartElement(const char *name, const char **atts)
ParaView options storage.
void PrintSelf(ostream &os, vtkIndent indent)
virtual void EndElement(const char *name)
void SetPVOptions(vtkCommandOptions *o)
Add arguments to the xml parser.
static vtkXMLParser * New()
void operator=(const vtkObjectBase &)
ParaView options storage.