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

Method GetNumberOfLevels

Common/DataModel/vtkHyperTreeGrid.cxx:657–661  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

655
656//------------------------------------------------------------------------------
657unsigned int vtkHyperTreeGrid::GetNumberOfLevels(vtkIdType index)
658{
659 vtkHyperTree* tree = GetHyperTreeFromThisMacro(index);
660 return tree ? tree->GetNumberOfLevels() : 0;
661}
662
663//------------------------------------------------------------------------------
664unsigned int vtkHyperTreeGrid::GetNumberOfLevels()

Callers

nothing calls this directly

Calls 3

GetNextTreeMethod · 0.80
maxFunction · 0.50

Tested by

no test coverage detected