3 #ifndef vtkCPDataDescription_h
4 #define vtkCPDataDescription_h
7 #include "vtkPVCatalystModule.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;