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

Method GetAllDimensions

IO/NetCDF/vtkMPASReader.cxx:2877–2881  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2875
2876//------------------------------------------------------------------------------
2877vtkStringArray* vtkMPASReader::GetAllDimensions()
2878{
2879 this->UpdateDimensions();
2880 return this->Internals->extraDims;
2881}
2882
2883//------------------------------------------------------------------------------
2884int vtkMPASReader::GetDimensionCurrentIndex(const std::string& dim)

Callers

nothing calls this directly

Calls 1

UpdateDimensionsMethod · 0.95

Tested by

no test coverage detected