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

Method ReadMetaData

IO/AMR/vtkAMRFlashReader.cxx:88–92  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

86
87//------------------------------------------------------------------------------
88void vtkAMRFlashReader::ReadMetaData()
89{
90 assert("pre: Internal Flash Reader is nullptr" && (this->Internal != nullptr));
91 this->Internal->ReadMetaData();
92}
93
94//------------------------------------------------------------------------------
95int vtkAMRFlashReader::GetBlockLevel(int blockIdx)

Callers 5

GetBlockLevelMethod · 0.45
GetNumberOfBlocksMethod · 0.45
GetNumberOfLevelsMethod · 0.45
FillMetaDataMethod · 0.45

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected