#include <KdTree.hpp>
Public Types | |
using | ContainerType = TContainer |
using | DistCompType = typename NodeDataType::template DistanceComp< DistSqType > |
using | DistSqType = EuclideanDistSq |
using | PrioQueue = KNearestPrioQueue< ContainerType, DistCompType > |
Definition at line 2137 of file KdTree.hpp.
using ApproxMVBB::KdTree::Tree< TTraits >::KNNTraits< TDistSq, TContainer >::ContainerType = TContainer |
Definition at line 2139 of file KdTree.hpp.
using ApproxMVBB::KdTree::Tree< TTraits >::KNNTraits< TDistSq, TContainer >::DistCompType = typename NodeDataType::template DistanceComp<DistSqType> |
Definition at line 2140 of file KdTree.hpp.
using ApproxMVBB::KdTree::Tree< TTraits >::KNNTraits< TDistSq, TContainer >::DistSqType = EuclideanDistSq |
Definition at line 2138 of file KdTree.hpp.
using ApproxMVBB::KdTree::Tree< TTraits >::KNNTraits< TDistSq, TContainer >::PrioQueue = KNearestPrioQueue< ContainerType, DistCompType > |
Definition at line 2144 of file KdTree.hpp.