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

Method HasTree

Common/DataModel/vtkHyperTreeGridOrientedCursor.cxx:66–69  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

64
65//------------------------------------------------------------------------------
66bool vtkHyperTreeGridOrientedCursor::HasTree() const
67{
68 return vtk::hypertreegrid::HasTree(*this);
69}
70
71//------------------------------------------------------------------------------
72vtkHyperTree* vtkHyperTreeGridOrientedCursor::GetTree() const

Callers 15

GenerateGhostArrayMethod · 0.45
CollectLocalTreeIdsMethod · 0.45
CheckTreeDepthsFunction · 0.45
CountMaskedTreesFunction · 0.45
ShouldAddEdge2DMethod · 0.45
ShouldAddEdge3DMethod · 0.45

Calls 1

HasTreeFunction · 0.70

Tested by 2

CheckTreeDepthsFunction · 0.36
CountMaskedTreesFunction · 0.36