ParaView
|
Class for creating a co-processor test driver. More...
#include <vtkCPTestDriver.h>
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | Run () |
Run the test driver. More... | |
virtual double | GetTime (unsigned long timeStep) |
Given a TimeStep, return the simulation time corresponding to that time step. More... | |
virtual void | SetNumberOfTimeSteps (unsigned long) |
Set/get NumberOfTimeSteps. More... | |
virtual unsigned long | GetNumberOfTimeSteps () |
Set/get NumberOfTimeSteps. More... | |
void | SetGridBuilder (vtkCPBaseGridBuilder *gridBuilder) |
Set/get GridBuilder. More... | |
vtkCPBaseGridBuilder * | GetGridBuilder () |
Set/get GridBuilder. More... | |
virtual void | SetStartTime (double) |
Set/get the start and end times of the simulation. More... | |
virtual double | GetStartTime () |
Set/get the start and end times of the simulation. More... | |
virtual void | SetEndTime (double) |
Set/get the start and end times of the simulation. More... | |
virtual double | GetEndTime () |
Set/get the start and end times of the simulation. More... | |
Static Public Member Functions | |
static vtkCPTestDriver * | New () |
static int | IsTypeOf (const char *type) |
static vtkCPTestDriver * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCPTestDriver () | |
~vtkCPTestDriver () | |
Class for creating a co-processor test driver.
Class for creating a co-processor test driver. It is intended as a framework for creating custom inputs replicating a simulation for the co-processing library.
Definition at line 32 of file vtkCPTestDriver.h.
typedef vtkObject vtkCPTestDriver::Superclass |
Definition at line 36 of file vtkCPTestDriver.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented in vtkPVCustomTestDriver.
|
static |
|
virtual |
Reimplemented in vtkPVCustomTestDriver.
|
static |
void vtkCPTestDriver::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
|
virtual |
Set/get NumberOfTimeSteps.
|
virtual |
Set/get NumberOfTimeSteps.
|
virtual |
Given a TimeStep, return the simulation time corresponding to that time step.
This implementation has constant time steps between StartTime and EndTime.
void vtkCPTestDriver::SetGridBuilder | ( | vtkCPBaseGridBuilder * | gridBuilder | ) |
Set/get GridBuilder.
vtkCPBaseGridBuilder* vtkCPTestDriver::GetGridBuilder | ( | ) |
Set/get GridBuilder.
|
virtual |
Set/get the start and end times of the simulation.
|
virtual |
Set/get the start and end times of the simulation.
|
virtual |
Set/get the start and end times of the simulation.
|
virtual |
Set/get the start and end times of the simulation.