aimstil  5.0.5
til::KDTreeFactory< TKDTree > Class Template Reference

#include <cathier/kdtree.h>

Public Types

typedef KDTreeFactory< TKDTree > Self
 
typedef TKDTree::index_type index_type
 
typedef TKDTree::indexed_type indexed_type
 
typedef TKDTree::Collection Collection
 

Public Member Functions

 KDTreeFactory (const Collection &v)
 Initialize the factory with the collection of which we want to compute the KDTree. More...
 
void build (TKDTree &res)
 

Detailed Description

template<typename TKDTree>
class til::KDTreeFactory< TKDTree >

Definition at line 113 of file kdtree.h.

Member Typedef Documentation

◆ Collection

template<typename TKDTree>
typedef TKDTree::Collection til::KDTreeFactory< TKDTree >::Collection

Definition at line 120 of file kdtree.h.

◆ index_type

template<typename TKDTree>
typedef TKDTree::index_type til::KDTreeFactory< TKDTree >::index_type

Definition at line 118 of file kdtree.h.

◆ indexed_type

template<typename TKDTree>
typedef TKDTree::indexed_type til::KDTreeFactory< TKDTree >::indexed_type

Definition at line 119 of file kdtree.h.

◆ Self

template<typename TKDTree>
typedef KDTreeFactory<TKDTree> til::KDTreeFactory< TKDTree >::Self

Definition at line 117 of file kdtree.h.

Constructor & Destructor Documentation

◆ KDTreeFactory()

template<typename TKDTree>
til::KDTreeFactory< TKDTree >::KDTreeFactory ( const Collection v)
inline

Initialize the factory with the collection of which we want to compute the KDTree.

Definition at line 128 of file kdtree.h.

References til::getIndex().

Member Function Documentation

◆ build()

template<typename TKDTree>
void til::KDTreeFactory< TKDTree >::build ( TKDTree &  res)

Referenced by til::makeKDTree().


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