Struct KDTree::Node

Nested Relationships

This struct is a nested type of Template Class KDTree.

Struct Documentation

struct Node

Public Functions

inline Node(unsigned int b_, unsigned int n_)
Node() = default
inline bool is_leaf() const

Public Members

std::array<int, 2> children
unsigned int begin
unsigned int n