15 #ifndef vtkCPDataDescription_h 16 #define vtkCPDataDescription_h 35 void SetTimeData(
double time,
vtkIdType timeStep);
41 vtkGetMacro(Time,
double);
47 vtkSetMacro(ForceOutput,
bool);
53 vtkBooleanMacro(ForceOutput,
bool);
56 vtkGetMacro(ForceOutput,
bool);
61 void AddInput(
const char* gridName);
64 unsigned int GetNumberOfInputDescriptions();
68 void ResetInputDescriptions();
80 const char* GetInputDescriptionName(
unsigned int);
86 bool GetIfGridIsNecessary(
const char*);
89 bool GetIfAnyGridNecessary();
132 vtkInternals* Internals;
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKPVCATALYST_EXPORT
void operator=(const vtkObjectBase &)
This class provides the description of the data for the coprocessor pipelines.