/
class Geo PointSplitBounds
This is the documentation for Enlighten.
class Geo PointSplitBounds
class Geo::PointSplitBounds
A bounding box for both branches of a PointSplit node.
In the special case where a kd-tree has no actual splits nodes and only 1 leaf and 1 'special' split node, both boxes will contain the same range.
Variables
Name | Description |
---|---|
Geo::GeoBoundingBox m_BoxGreaterIncl | Bounding box for the child tree on the greater-equals side. |
Geo::GeoBoundingBox m_BoxLess | Bounding box for the child tree on the less side. |
Functions
Name | Description |
---|---|
PointSplitBounds() | Bounding boxes default initialise themselves to empty. |
Geo::PointSplitBounds::PointSplitBounds
public: PointSplitBounds()
Bounding boxes default initialise themselves to empty.
, multiple selections available,
Related content
class Geo PointSplitState
class Geo PointSplitState
More like this
class Geo PointSplitState
class Geo PointSplitState
More like this
class Geo PointLeaf
class Geo PointLeaf
More like this
class Geo TreeNode
class Geo TreeNode
More like this
class Geo TreeNode
class Geo TreeNode
More like this
class Geo TreeNode
class Geo TreeNode
More like this