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

Method HasTree

Common/DataModel/vtkHyperTreeGridNonOrientedSuperCursorLight.cxx:69–72  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

67
68//------------------------------------------------------------------------------
69bool vtkHyperTreeGridNonOrientedSuperCursorLight::HasTree()
70{
71 return this->CentralCursor->HasTree();
72}
73
74//------------------------------------------------------------------------------
75bool vtkHyperTreeGridNonOrientedSuperCursorLight::HasTree(unsigned int icursor)

Callers

nothing calls this directly

Calls 2

HasTreeFunction · 0.70
GetIndiceEntryMethod · 0.45

Tested by

no test coverage detected