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

Method GetLeftChildIndex

Common/DataModel/vtkCellTreeLocator.cxx:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 return (this->Index & 3) != 3; // For a leaf 2 LSBs in index is 3
146 }
147 T GetLeftChildIndex() const { return (this->Index >> 2); }
148 T GetRightChildIndex() const
149 {
150 // Right child node is adjacent to the Left child node in the data structure

Callers 6

NextMethod · 0.80
SplitMethod · 0.80
ReduceMethod · 0.80
ClassifyMethod · 0.80
FindCellsWithinBoundsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected