24 #ifndef vtkCPTestDriver_h 25 #define vtkCPTestDriver_h 28 #include "vtkPVCatalystTestDriverModule.h" 48 vtkSetMacro(NumberOfTimeSteps,
unsigned long);
49 vtkGetMacro(NumberOfTimeSteps,
unsigned long);
57 virtual double GetTime(
unsigned long timeStep);
71 vtkSetMacro(StartTime,
double);
72 vtkGetMacro(StartTime,
double);
73 vtkSetMacro(EndTime,
double);
74 vtkGetMacro(EndTime,
double);
94 unsigned long NumberOfTimeSteps;
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Abstract class for creating grids.
Class for creating a co-processor test driver.
int Run(int processType, int argc, char *argv[])
void operator=(const vtkObjectBase &)