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

Method GetDimensionName

IO/NetCDF/vtkMPASReader.cxx:2870–2874  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2868
2869//------------------------------------------------------------------------------
2870std::string vtkMPASReader::GetDimensionName(int idx)
2871{
2872 this->UpdateDimensions();
2873 return this->Internals->extraDims->GetValue(idx);
2874}
2875
2876//------------------------------------------------------------------------------
2877vtkStringArray* vtkMPASReader::GetAllDimensions()

Callers

nothing calls this directly

Calls 2

UpdateDimensionsMethod · 0.95
GetValueMethod · 0.45

Tested by

no test coverage detected