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

Method IsLeaf

Common/DataModel/vtkHyperTreeGridNonOrientedSuperCursor.cxx:286–289  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

284
285//------------------------------------------------------------------------------
286bool vtkHyperTreeGridNonOrientedSuperCursor::IsLeaf()
287{
288 return this->CentralCursor->IsLeaf();
289}
290
291//------------------------------------------------------------------------------
292bool vtkHyperTreeGridNonOrientedSuperCursor::IsLeaf(unsigned int icursor)

Callers 2

ToChildMethod · 0.95
GetInformationMethod · 0.45

Calls 1

GetIndiceEntryMethod · 0.95

Tested by

no test coverage detected