SpiecsEngine
 
Loading...
Searching...
No Matches
scl::kd_tree< K >::Node Struct Referencefinal

Structure representing a node in the kd tree. More...

#include <KDTree.h>

Public Member Functions

 Node (const item &pt)
 Constructor Function.
 
virtual ~Node ()
 Destructor Function.
 

Public Attributes

item m_Point
 Array to store the coordinates.
 
Nodem_Left
 Pointer to left child.
 
Nodem_Right
 Pointer to right child.
 

Detailed Description

template<uint32_t K>
struct scl::kd_tree< K >::Node

Structure representing a node in the kd tree.

Definition at line 38 of file KDTree.h.


The documentation for this struct was generated from the following file: