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

Method GetNumberOfLevels

IO/AMR/vtkAMReXGridReader.cxx:249–252  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

247
248//------------------------------------------------------------------------------
249int vtkAMReXGridReader::GetNumberOfLevels()
250{
251 return this->Internal->headersAreRead ? this->Internal->Header->finestLevel : -1;
252}
253
254//------------------------------------------------------------------------------
255int vtkAMReXGridReader::GetNumberOfBlocks()

Callers 5

PrintSelfMethod · 0.95
FillMetaDataMethod · 0.95
GetNumberOfBlocksMethod · 0.95
GetBlockLevelMethod · 0.95
GetLevelBlockIDMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected