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

Method HasTree

Common/DataModel/vtkHyperTreeGridNonOrientedSuperCursor.cxx:73–76  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

71
72//------------------------------------------------------------------------------
73bool vtkHyperTreeGridNonOrientedSuperCursor::HasTree()
74{
75 return this->CentralCursor->HasTree();
76}
77
78//------------------------------------------------------------------------------
79bool vtkHyperTreeGridNonOrientedSuperCursor::HasTree(unsigned int icursor)

Callers

nothing calls this directly

Calls 2

GetIndiceEntryMethod · 0.95
HasTreeFunction · 0.70

Tested by

no test coverage detected