#include "nabo/nabo.h"#include <chrono>#include <limits>#include <iostream>#include <fstream>#include <cstdint>

Go to the source code of this file.
| Classes | |
| struct | timer | 
| Functions | |
| template<typename T > | |
| NearestNeighbourSearch< T >::Matrix | createQuery (const typename NearestNeighbourSearch< T >::Matrix &d, const int itCount, const int method) | 
| template<typename T > | |
| NearestNeighbourSearch< T >::Vector | createQuery (const typename NearestNeighbourSearch< T >::Matrix &d, const NearestNeighbourSearch< T > &kdt, const int i, const int method) | 
| template<typename T > | |
| NearestNeighbourSearch< T >::Matrix | load (const char *fileName) | 
| NearestNeighbourSearch<T>::Matrix createQuery | ( | const typename NearestNeighbourSearch< T >::Matrix & | d, | 
| const int | itCount, | ||
| const int | method | ||
| ) | 
| NearestNeighbourSearch<T>::Vector createQuery | ( | const typename NearestNeighbourSearch< T >::Matrix & | d, | 
| const NearestNeighbourSearch< T > & | kdt, | ||
| const int | i, | ||
| const int | method | ||
| ) | 
| NearestNeighbourSearch<T>::Matrix load | ( | const char * | fileName | ) |