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

Method GetUnits

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

Source from the content-addressed store, hash-verified

154 NUMBER_OF_UNITS
155 };
156 UnitsEnum GetUnits() const { return this->Units; }
157 vtkSmartPointer<vtkDoubleArray> GetCoordinates() { return this->Coordinates; }
158 vtkSmartPointer<vtkDoubleArray> GetBounds() { return this->Bounds; }
159 bool GetHasRegularSpacing() const { return this->HasRegularSpacing; }

Callers 5

IsTimeDimensionMethod · 0.80
BuildMethod · 0.80
BuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected