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

Method GetNumberOfLevels

Common/DataModel/vtkAMRMetaData.cxx:65–68  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

63
64//------------------------------------------------------------------------------
65unsigned int vtkAMRMetaData::GetNumberOfLevels() const
66{
67 return static_cast<unsigned int>(this->NumBlocks.size() - 1);
68}
69
70//------------------------------------------------------------------------------
71unsigned int vtkAMRMetaData::GetNumberOfBlocks(unsigned int level) const

Callers 15

GetNumberOfBlocksMethod · 0.95
GetAbsoluteBlockIndexMethod · 0.95
GenerateBlockLevelMethod · 0.95
IntersectWithLineMethod · 0.45
StripGhostLayersMethod · 0.45
BlankCellsMethod · 0.45
PrintSelfMethod · 0.45
CheckValidityMethod · 0.45
SetRefinementRatioMethod · 0.45

Calls 1

sizeMethod · 0.45