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

Method GetAMRBlock

IO/AMR/vtkAMRDataSetCache.cxx:142–149  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

140
141//------------------------------------------------------------------------------
142vtkUniformGrid* vtkAMRDataSetCache::GetAMRBlock(int compositeIdx)
143{
144 if (this->HasAMRBlock(compositeIdx))
145 {
146 return this->Cache[compositeIdx];
147 }
148 return nullptr;
149}
150
151//------------------------------------------------------------------------------
152bool vtkAMRDataSetCache::HasAMRBlockCellData(int compositeIdx, const char* name)

Callers 6

GetAMRBlockCellDataMethod · 0.95
GetAMRBlockPointDataMethod · 0.95
HasAMRBlockCellDataMethod · 0.95
HasAMRBlockPointDataMethod · 0.95

Calls 1

HasAMRBlockMethod · 0.95

Tested by

no test coverage detected