36 #include "pqCoreModule.h" 37 #include <QStringList> 50 void PrintSelf(ostream& os, vtkIndent indent);
52 vtkGetStringMacro(TileImagePath);
53 vtkGetStringMacro(BaselineDirectory);
54 vtkGetStringMacro(TestDirectory);
55 vtkGetStringMacro(DataDirectory);
57 vtkGetMacro(ExitAppWhenTestsDone,
int);
60 QStringList GetTestScripts();
66 vtkGetStringMacro(ServerResourceName);
68 vtkSetStringMacro(TileImagePath);
69 vtkSetStringMacro(BaselineDirectory);
70 vtkSetStringMacro(TestDirectory);
71 vtkSetStringMacro(DataDirectory);
74 QString
GetTestScript(
int cc) {
return this->TestScripts[cc].TestFile; }
83 vtkSetMacro(CurrentImageThreshold,
int);
84 vtkGetMacro(CurrentImageThreshold,
int);
88 vtkGetMacro(TestMaster,
int);
89 vtkGetMacro(TestSlave,
int);
95 vtkGetStringMacro(PythonScript);
98 int AddTestScript(
const char*);
99 int SetLastTestBaseline(
const char*);
100 int SetLastTestImageThreshold(
int);
107 virtual int PostProcess(
int argc,
const char*
const* argv);
122 vtkSetStringMacro(PythonScript);
123 vtkSetStringMacro(ServerResourceName);
141 virtual int WrongArgument(
const char* argument);
148 #endif // pqOptions_h virtual int PostProcess(int argc, const char *const *argv)
After parsing, process extra option dependencies.
QList< TestInfo > TestScripts
void PrintSelf(ostream &os, vtkIndent indent)
virtual void Initialize()
Initialize arguments.
char * ServerResourceName
QString GetTestScript(int cc)
int GetTestImageThreshold(int cc)
int CurrentImageThreshold
QString GetTestBaseline(int cc)
int GetNumberOfTestScripts()
ParaView options storage.
Command line options for pqClient.
static vtkPVOptions * New()