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

Method GetNumberOfNonEmptyTrees

Common/DataModel/vtkHyperTreeGrid.cxx:682–685  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

680
681//------------------------------------------------------------------------------
682vtkIdType vtkHyperTreeGrid::GetNumberOfNonEmptyTrees()
683{
684 return this->HyperTrees.size();
685}
686
687//------------------------------------------------------------------------------
688vtkIdType vtkHyperTreeGrid::GetNumberOfCells()

Callers 6

WriteTrees_2Method · 0.80
IntersectWithLineMethod · 0.80
TestSourceBoundingBoxFunction · 0.80
CollectLocalTreeIdsMethod · 0.80
CheckRedistributeResultFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 3

TestSourceBoundingBoxFunction · 0.64
CheckRedistributeResultFunction · 0.64