SpiecsEngine
 
Loading...
Searching...
No Matches

◆ print()

template<uint32_t K>
void scl::kd_tree< K >::print ( ) const
inline

Public function to print the kd_tree.

Definition at line 672 of file KDTree.h.

673 {
675 }
Node * m_Root
Pointer to the root node of the tree.
Definition KDTree.h:76
void print_recursive(Node *node, int depth) const
Recursive function to print the kd_tree.
Definition KDTree.h:529

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