3 #ifndef vtkCPAdaptorAPI_h 4 #define vtkCPAdaptorAPI_h 22 static void CoProcessorInitialize();
25 static void CoProcessorFinalize();
29 static void RequestDataDescription(
int* timeStep,
double* time,
int* coprocessThisTimeStep);
34 static void NeedToCreateGrid(
int* needGrid);
38 static void CoProcess();
static vtkCPProcessor * CoProcessor
vtkCPAdaptorAPI provides the implementation for API exposed to typical adaptor, such as C...
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
static vtkCPDataDescription * GetCoProcessorData()
provides access to the vtkCPDataDescription instance.
static vtkCPDataDescription * CoProcessorData
#define VTKPVCATALYST_EXPORT
There are 3 distinct phases for the operation of a co-processor.
static vtkCPProcessor * GetCoProcessor()
provides access to the vtkCPProcessor instance.
void operator=(const vtkObjectBase &)
This class provides the description of the data for the coprocessor pipelines.
static bool IsTimeDataSet