MCPcopy Create free account
hub / github.com/Kitware/VTK / GetGridDimensions

Method GetGridDimensions

IO/NetCDF/vtkNetCDFCFReader.h:202–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 2

ReadMetaDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected