24 #ifndef vtkCPTestDriver_h 25 #define vtkCPTestDriver_h 27 #include "vtkObject.h" 28 #include "vtkPVCatalystTestDriverModule.h" 37 void PrintSelf(ostream& os, vtkIndent indent);
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;
Abstract class for creating grids.
Class for creating a co-processor test driver.