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

Method SetVerticalLevel

IO/NetCDF/vtkMPASReader.cxx:2929–2932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2927//------------------------------------------------------------------------------
2928
2929void vtkMPASReader::SetVerticalLevel(int level)
2930{
2931 this->SetDimensionCurrentIndex(this->VerticalDimension, level);
2932}
2933
2934//------------------------------------------------------------------------------
2935int vtkMPASReader::GetVerticalLevel()

Callers 1

TestMPASReaderFunction · 0.80

Calls 1

Tested by 1

TestMPASReaderFunction · 0.64