Files | Classes | Macros | Typedefs | Functions
public interface

Files

file  nabo.h
 public interface
 

Classes

struct  Nabo::NearestNeighbourSearch< T, Cloud_T >
 Nearest neighbour search interface, templatized on scalar type. More...
 
struct  Nabo::Parameters
 Parameter vector. More...
 

Macros

#define NABO_VERSION   "1.0.7"
 version of the Nabo library as string More...
 
#define NABO_VERSION_INT   10007
 version of the Nabo library as an int More...
 

Typedefs

typedef NearestNeighbourSearch< double > Nabo::NNSearchD
 nearest neighbour search with scalars of type double More...
 
typedef NearestNeighbourSearch< float > Nabo::NNSearchF
 nearest neighbour search with scalars of type float More...
 

Functions

template<typename IndexType >
constexpr IndexType Nabo::invalidIndex ()
 
template<typename ValueType >
constexpr ValueType Nabo::invalidValue ()
 

Detailed Description

Macro Definition Documentation

◆ NABO_VERSION

#define NABO_VERSION   "1.0.7"

version of the Nabo library as string

Definition at line 211 of file nabo.h.

◆ NABO_VERSION_INT

#define NABO_VERSION_INT   10007

version of the Nabo library as an int

Definition at line 213 of file nabo.h.

Typedef Documentation

◆ NNSearchD

nearest neighbour search with scalars of type double

Definition at line 448 of file nabo.h.

◆ NNSearchF

nearest neighbour search with scalars of type float

Definition at line 446 of file nabo.h.

Function Documentation

◆ invalidIndex()

template<typename IndexType >
constexpr IndexType Nabo::invalidIndex ( )
inline

Definition at line 217 of file nabo.h.

◆ invalidValue()

template<typename ValueType >
constexpr ValueType Nabo::invalidValue ( )
inline

Definition at line 223 of file nabo.h.



libnabo
Author(s): Stéphane Magnenat
autogenerated on Mon Feb 28 2022 22:41:38