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

Method GetAMRGridData

IO/AMR/vtkAMRFlashReader.cxx:238–242  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

236
237//------------------------------------------------------------------------------
238void vtkAMRFlashReader::GetAMRGridData(int blockIdx, vtkUniformGrid* block, const char* field)
239{
240 assert("pre: AMR block is nullptr" && (block != nullptr));
241 this->Internal->GetBlockAttribute(field, blockIdx, block);
242}
243
244//------------------------------------------------------------------------------
245void vtkAMRFlashReader::SetUpDataArraySelections()

Callers

nothing calls this directly

Calls 2

assertFunction · 0.50
GetBlockAttributeMethod · 0.45

Tested by

no test coverage detected