3 #ifndef vtkCPDataDescription_h 4 #define vtkCPDataDescription_h 23 void SetTimeData(
double time,
vtkIdType timeStep);
29 vtkGetMacro(Time,
double);
35 vtkSetMacro(ForceOutput,
bool);
41 vtkBooleanMacro(ForceOutput,
bool);
44 vtkGetMacro(ForceOutput,
bool);
49 void AddInput(
const char* gridName);
52 unsigned int GetNumberOfInputDescriptions();
56 void ResetInputDescriptions();
68 const char* GetInputDescriptionName(
unsigned int);
74 bool GetIfGridIsNecessary(
const char*);
77 bool GetIfAnyGridNecessary();
120 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.