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

Method GetTree

Common/DataModel/vtkHyperTreeGridNonOrientedSuperCursor.cxx:89–92  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

87
88//------------------------------------------------------------------------------
89vtkHyperTree* vtkHyperTreeGridNonOrientedSuperCursor::GetTree()
90{
91 return this->CentralCursor->GetTree();
92}
93
94//------------------------------------------------------------------------------
95vtkHyperTree* vtkHyperTreeGridNonOrientedSuperCursor::GetTree(unsigned int icursor)

Callers 4

GetInformationMethod · 0.45
GetNumberOfChildrenMethod · 0.45
SetMaskMethod · 0.45
ToChildMethod · 0.45

Calls 1

GetIndiceEntryMethod · 0.95

Tested by

no test coverage detected