|
aimstil
5.0.5
|
#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) |
| typedef TKDTree::Collection til::KDTreeFactory< TKDTree >::Collection |
| typedef TKDTree::index_type til::KDTreeFactory< TKDTree >::index_type |
| typedef TKDTree::indexed_type til::KDTreeFactory< TKDTree >::indexed_type |
| typedef KDTreeFactory<TKDTree> til::KDTreeFactory< TKDTree >::Self |
|
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().
| void til::KDTreeFactory< TKDTree >::build | ( | TKDTree & | res | ) |
Referenced by til::makeKDTree().