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

Method HasTree

Common/DataModel/vtkHyperTreeGridNonOrientedCursor.cxx:94–97  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

92
93//------------------------------------------------------------------------------
94bool vtkHyperTreeGridNonOrientedCursor::HasTree() const
95{
96 return vtk::hypertreegrid::HasTree(*this);
97}
98
99//------------------------------------------------------------------------------
100vtkHyperTree* vtkHyperTreeGridNonOrientedCursor::GetTree() const

Callers

nothing calls this directly

Calls 1

HasTreeFunction · 0.70

Tested by

no test coverage detected