Skip to content

Struct Argos::KDTree::Node

ClassList > Node

Public Attributes

Type Name
int axis
size_t index
Node * left
Node * right

Public Attributes Documentation

variable axis

int Argos::KDTree::Node::axis;

Splitting axis (0 = x, 1 = y, 2 = z).


variable index

size_t Argos::KDTree::Node::index;

Index of the point stored at this node.


variable left

Node* Argos::KDTree::Node::left;

Left subtree (points with coordinate < split).


variable right

Node* Argos::KDTree::Node::right;

Right subtree (points with coordinate >= split).



The documentation for this class was generated from the following file include/structure/KDTree.h