#include "nabo_private.h"
#include "index_heap.h"
#include <iostream>
#include <stdexcept>
#include <limits>
#include <queue>
#include <algorithm>
#include <utility>
#include <boost/numeric/conversion/bounds.hpp>
#include <boost/limits.hpp>
#include <boost/format.hpp>
Go to the source code of this file.
Namespaces | |
namespace | Nabo |
Namespace for Nabo. | |
Functions | |
template<typename T > | |
T | Nabo::getStorageBitCount (T v) |
Return the number of bit required to store a value. | |
template<typename T , typename CloudType > | |
size_t | Nabo::argMax (const typename NearestNeighbourSearch< T, CloudType >::Vector &v) |
Return the index of the maximum value of a vector of positive values. |