25 #ifndef vtkPVPythonOptions_h 26 #define vtkPVPythonOptions_h 35 void PrintSelf(ostream& os, vtkIndent indent);
41 vtkGetStringMacro(PythonScriptName);
63 virtual int PostProcess(
int argc,
const char*
const* argv);
72 vtkSetStringMacro(PythonScriptName);
80 #endif // #ifndef vtkPVPythonOptions_h virtual int PostProcess(int argc, const char *const *argv)
After parsing, process extra option dependencies.
virtual int WrongArgument(const char *argument)
This method is called when wrong argument is found.
void PrintSelf(ostream &os, vtkIndent indent)
ParaView options storage.
ParaView options storage.
static vtkPVOptions * New()