gr::KdTree< _Scalar, _Index >::QueryNode Struct Reference
element of the stack More...
#include <kdtree.h>
Collaboration diagram for gr::KdTree< _Scalar, _Index >::QueryNode:Public Member Functions | |
| QueryNode () | |
| QueryNode (unsigned int id) | |
Public Attributes | |
| unsigned int | nodeId |
| id of the next node More... | |
| Scalar | sq |
| squared distance to the next node More... | |
Detailed Description
template<typename _Scalar, typename _Index = int>
struct gr::KdTree< _Scalar, _Index >::QueryNode
element of the stack
Constructor & Destructor Documentation
template<typename _Scalar, typename _Index = int>
|
inline |
template<typename _Scalar, typename _Index = int>
|
inline |
Member Data Documentation
template<typename _Scalar, typename _Index = int>
| unsigned int gr::KdTree< _Scalar, _Index >::QueryNode::nodeId |
id of the next node
template<typename _Scalar, typename _Index = int>
| Scalar gr::KdTree< _Scalar, _Index >::QueryNode::sq |
squared distance to the next node
The documentation for this struct was generated from the following file:
- /home/travis/build/STORM-IRIT/OpenGR/src/gr/accelerators/kdtree.h

1.8.11