|
ParaView
|
Command line options for pqClient. More...
#include <pqOptions.h>
Inherits vtkPVOptions.
Classes | |
| struct | TestInfo |
Public Types | |
| typedef vtkPVOptions | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual char * | GetTileImagePath () |
| virtual char * | GetBaselineDirectory () |
| virtual char * | GetTestDirectory () |
| virtual char * | GetDataDirectory () |
| virtual int | GetExitAppWhenTestsDone () |
| QStringList | GetTestScripts () |
| virtual char * | GetServerResourceName () |
| Returns the server resource name specified to load. More... | |
| virtual void | SetTileImagePath (const char *) |
| virtual void | SetBaselineDirectory (const char *) |
| virtual void | SetTestDirectory (const char *) |
| virtual void | SetDataDirectory (const char *) |
| int | GetNumberOfTestScripts () |
| QString | GetTestScript (int cc) |
| QString | GetTestBaseline (int cc) |
| int | GetTestImageThreshold (int cc) |
| virtual void | SetCurrentImageThreshold (int) |
| HACK: When playing back tests, this variable is set to make it easier to locate the test image threshold for the current test. More... | |
| virtual int | GetCurrentImageThreshold () |
| virtual int | GetTestMaster () |
| virtual int | GetTestSlave () |
| virtual char * | GetPythonScript () |
| int | AddTestScript (const char *) |
| int | SetLastTestBaseline (const char *) |
| int | SetLastTestImageThreshold (int) |
Static Public Member Functions | |
| static pqOptions * | New () |
| static int | IsTypeOf (const char *type) |
| static pqOptions * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| pqOptions () | |
| virtual | ~pqOptions () |
| virtual void | Initialize () |
| virtual int | PostProcess (int argc, const char *const *argv) |
| virtual void | SetPythonScript (const char *) |
| virtual void | SetServerResourceName (const char *) |
| virtual int | WrongArgument (const char *argument) |
Protected Attributes | |
| char * | BaselineDirectory |
| char * | TestDirectory |
| char * | DataDirectory |
| char * | ServerResourceName |
| char * | TileImagePath |
| int | ExitAppWhenTestsDone |
| int | DisableRegistry |
| int | CurrentImageThreshold |
| int | TestMaster |
| int | TestSlave |
| char * | PythonScript |
| QList< TestInfo > | TestScripts |
Command line options for pqClient.
pqOptions extends vtkPVOptions to handle pqClient specific command line options.
Definition at line 45 of file pqOptions.h.
| typedef vtkPVOptions pqOptions::Superclass |
Definition at line 49 of file pqOptions.h.
|
protected |
|
protectedvirtual |
|
static |
|
virtual |
|
static |
|
virtual |
|
static |
| void pqOptions::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| QStringList pqOptions::GetTestScripts | ( | ) |
|
virtual |
Returns the server resource name specified to load.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inline |
Definition at line 71 of file pqOptions.h.
|
inline |
Definition at line 73 of file pqOptions.h.
|
inline |
Definition at line 75 of file pqOptions.h.
|
inline |
Definition at line 77 of file pqOptions.h.
|
virtual |
HACK: When playing back tests, this variable is set to make it easier to locate the test image threshold for the current test.
This is updated by the test playback code.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| int pqOptions::AddTestScript | ( | const char * | ) |
| int pqOptions::SetLastTestBaseline | ( | const char * | ) |
| int pqOptions::SetLastTestImageThreshold | ( | int | ) |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
Definition at line 109 of file pqOptions.h.
|
protected |
Definition at line 110 of file pqOptions.h.
|
protected |
Definition at line 111 of file pqOptions.h.
|
protected |
Definition at line 112 of file pqOptions.h.
|
protected |
Definition at line 113 of file pqOptions.h.
|
protected |
Definition at line 115 of file pqOptions.h.
|
protected |
Definition at line 116 of file pqOptions.h.
|
protected |
Definition at line 117 of file pqOptions.h.
|
protected |
Definition at line 118 of file pqOptions.h.
|
protected |
Definition at line 119 of file pqOptions.h.
|
protected |
Definition at line 120 of file pqOptions.h.
|
protected |
Definition at line 133 of file pqOptions.h.
1.8.12