libnabo  1.0.4
Files | Classes | Macros | Typedefs
public interface

Files

file  nabo.h
 public interface
 

Classes

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

Macros

#define NABO_VERSION   "1.0.4"
 version of the Nabo library as string
 
#define NABO_VERSION_INT   10004
 version of the Nabo library as an int
 

Typedefs

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
 

Detailed Description