| 197 | vtkDependentDimensionInfo( |
| 198 | vtkNetCDFAccessor* accessor, int ncFD, int varId, vtkNetCDFCFReader* parent); |
| 199 | bool GetValid() const { return this->Valid; } |
| 200 | bool GetHasBounds() const { return this->HasBounds; } |
| 201 | bool GetCellsUnstructured() const { return this->CellsUnstructured; } |
| 202 | vtkSmartPointer<vtkIntArray> GetGridDimensions() const { return this->GridDimensions; } |