Classes | Files | Defines | Typedefs
public interface

Classes

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

Files

file  nabo.h
 

public interface


Defines

#define NABO_VERSION   "1.0.1"
 version of the Nabo library as string
#define NABO_VERSION_INT   10001
 version of the Nabo library as an int

Typedefs

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

Define Documentation

#define NABO_VERSION   "1.0.1"

version of the Nabo library as string

Definition at line 213 of file nabo.h.

#define NABO_VERSION_INT   10001

version of the Nabo library as an int

Definition at line 215 of file nabo.h.


Typedef Documentation

typedef NearestNeighbourSearch<double> Nabo::NNSearchD

nearest neighbour search with scalars of type double

Definition at line 389 of file nabo.h.

typedef NearestNeighbourSearch<float> Nabo::NNSearchF

nearest neighbour search with scalars of type float

Definition at line 387 of file nabo.h.



libnabo
Author(s): Stéphane Magnenat
autogenerated on Thu Jan 2 2014 11:15:54