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

Method ReadMetaData

IO/AMR/vtkAMREnzoReader.cxx:255–265  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

253
254//------------------------------------------------------------------------------
255void vtkAMREnzoReader::ReadMetaData()
256{
257 assert("pre: Internal Enzo Reader is nullptr" && (this->Internal != nullptr));
258
259 if (!this->IsReady)
260 {
261 return;
262 }
263
264 this->Internal->ReadMetaData();
265}
266
267//------------------------------------------------------------------------------
268int vtkAMREnzoReader::GetBlockLevel(int blockIdx)

Callers 9

SetFileNameMethod · 0.45
GetBlockLevelMethod · 0.45
GetNumberOfBlocksMethod · 0.45
GetNumberOfLevelsMethod · 0.45
FillMetaDataMethod · 0.45
GetAMRGridMethod · 0.45
SetupBlockRequestMethod · 0.45
RequestDataMethod · 0.45

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected