RobWorkProject  23.9.11-
Public Member Functions | Public Attributes | List of all members
KDTreeQ< VALUE_TYPE >::KDNode Struct Reference

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

#include <KDTreeQ.hpp>

Public Member Functions

 KDNode (rw::math::Q k, VALUE_TYPE val)
 

Public Attributes

rw::math::Q key
 
VALUE_TYPE value
 

Detailed Description

template<class VALUE_TYPE>
struct rwlibs::algorithms::KDTreeQ< VALUE_TYPE >::KDNode

a struct for the node in the tree


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