Struct Argos::KDTree::Node
Public Attributes
| Type | Name |
|---|---|
| int | axis |
| size_t | index |
| Node * | left |
| Node * | right |
Public Attributes Documentation
variable axis
Splitting axis (0 = x, 1 = y, 2 = z).
variable index
Index of the point stored at this node.
variable left
Left subtree (points with coordinate < split).
variable right
Right subtree (points with coordinate >= split).
The documentation for this class was generated from the following file include/structure/KDTree.h