RobWorkProject  23.9.11-
Public Member Functions | Public Attributes | List of all members
KDTree< KEY, DIM >::KDNode Struct Reference

a struct for the node in the tree More...

#include <KDTree.hpp>

Public Member Functions

 KDNode (const KEY &k, boost::any val)
 

Public Attributes

KEY key
 
boost::any value
 

Detailed Description

template<class KEY, size_t DIM>
struct rwlibs::algorithms::KDTree< KEY, DIM >::KDNode

a struct for the node in the tree


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