#include <KdTree.hpp>
Public Member Functions | |
| DistanceComp () | |
| template<typename T > | |
| DistanceComp (const T &ref) | |
| template<typename T > | |
| bool | operator() (const T &p1, const T &p2) |
| template<typename T > | |
| PREC | operator() (const T &p1) |
Public Attributes | |
| TPoint | m_ref |
Definition at line 82 of file KdTree.hpp.
| ApproxMVBB::KdTree::DistanceComp< TPoint, TPointGetter, DistSq >::DistanceComp | ( | ) | [inline] |
Definition at line 83 of file KdTree.hpp.
| ApproxMVBB::KdTree::DistanceComp< TPoint, TPointGetter, DistSq >::DistanceComp | ( | const T & | ref | ) | [inline] |
Definition at line 87 of file KdTree.hpp.
| bool ApproxMVBB::KdTree::DistanceComp< TPoint, TPointGetter, DistSq >::operator() | ( | const T & | p1, |
| const T & | p2 | ||
| ) | [inline] |
Definition at line 90 of file KdTree.hpp.
| PREC ApproxMVBB::KdTree::DistanceComp< TPoint, TPointGetter, DistSq >::operator() | ( | const T & | p1 | ) | [inline] |
Definition at line 96 of file KdTree.hpp.
| TPoint ApproxMVBB::KdTree::DistanceComp< TPoint, TPointGetter, DistSq >::m_ref |
Definition at line 100 of file KdTree.hpp.