SpiecsEngine
 
Loading...
Searching...
No Matches

◆ kd_tree()

template<uint32_t K>
scl::kd_tree< K >::kd_tree ( )
inline

Constructor to initialize the kd_tree with a null root.

Definition at line 158 of file KDTree.h.

159 : m_Root(nullptr)
160 , m_Size(0)
161 {}
std::atomic_size_t m_Size
Sizes of this kd tree.
Definition KDTree.h:81
Node * m_Root
Pointer to the root node of the tree.
Definition KDTree.h:76

References scl::kd_tree< K >::kd_tree(), and scl::kd_tree< K >::m_Root.

Referenced by scl::kd_tree< K >::kd_tree().