22 #ifndef vtkCPFileGridBuilder_h 23 #define vtkCPFileGridBuilder_h 26 #include "vtkPVCatalystTestDriverModule.h" 35 void PrintSelf(ostream& os, vtkIndent indent);
42 virtual vtkDataObject*
GetGrid(
unsigned long timeStep,
double time,
int& builtNewGrid);
48 vtkGetStringMacro(FileName);
49 vtkSetStringMacro(FileName);
56 vtkGetMacro(KeepPointData,
bool);
57 vtkSetMacro(KeepPointData,
bool);
64 vtkGetMacro(KeepCellData,
bool);
65 vtkSetMacro(KeepCellData,
bool);
80 virtual void SetGrid(vtkDataObject*);
void PrintSelf(ostream &os, vtkIndent indent)
Abstract class for creating grids.
Abstract class for specifying fields over grids.
virtual vtkDataObject * GetGrid(unsigned long timeStep, double time, int &builtNewGrid)=0
Return a grid.
Class for creating grids from a VTK file.