public interface
More...
#include "Eigen/Core"
#include "Eigen/Array"
#include <vector>
#include <map>
#include "third_party/any.hpp"
Go to the source code of this file.
|
typedef NearestNeighbourSearch< float > | Nabo::NNSearchF |
| nearest neighbour search with scalars of type float
|
|
typedef NearestNeighbourSearch< double > | Nabo::NNSearchD |
| nearest neighbour search with scalars of type double
|
|
|
template<typename IndexType > |
constexpr IndexType | Nabo::invalidIndex () |
|
template<typename ValueType > |
constexpr ValueType | Nabo::invalidValue () |
|