Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

NameDescription
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

NameDescription
PointSplitBounds()

Bounding boxes default initialise themselves to empty.


Anchor
a9c46dddeedb8f8f7de50117146325e67
a9c46dddeedb8f8f7de50117146325e67

Geo::PointSplitBounds::PointSplitBounds

...

public: PointSplitBounds()

...

Bounding boxes default initialise themselves to empty.