| 200 | bool GetHasBounds() const { return this->HasBounds; } |
| 201 | bool GetCellsUnstructured() const { return this->CellsUnstructured; } |
| 202 | vtkSmartPointer<vtkIntArray> GetGridDimensions() const { return this->GridDimensions; } |
| 203 | vtkSmartPointer<vtkDoubleArray> GetLongitudeCoordinates() const |
| 204 | { |
| 205 | return this->LongitudeCoordinates; |
no outgoing calls
no test coverage detected