#include <vtkPVBatchOptions.h>
Inheritance diagram for vtkPVBatchOptions:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVBatchOptions, vtkPVOptions) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual char * | GetBatchScriptName () |
Static Public Member Functions | |
vtkPVBatchOptions * | New () |
Protected Member Functions | |
vtkPVBatchOptions () | |
virtual | ~vtkPVBatchOptions () |
virtual void | Initialize () |
virtual int | PostProcess (int argc, const char *const *argv) |
virtual int | WrongArgument (const char *argument) |
virtual void | SetBatchScriptName (const char *) |
Protected Attributes | |
char * | BatchScriptName |
int | RequireBatchScript |
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 29 of file vtkPVBatchOptions.h.
|
Default constructor. |
|
Destructor. |
|
Reimplemented from vtkPVOptions. |
|
|
|
Reimplemented from vtkPVOptions. |
|
|
|
Initialize arguments. Reimplemented from vtkPVOptions. |
|
After parsing, process extra option dependencies. Reimplemented from vtkPVOptions. |
|
This method is called when wrong argument is found. If it returns 0, then the parsing will fail. Reimplemented from vtkPVOptions. |
|
|
|
Definition at line 57 of file vtkPVBatchOptions.h. |
|
Definition at line 59 of file vtkPVBatchOptions.h. |