Main MRPT website > C++ reference for MRPT 1.3.2
Classes | Enumerations
Auxiliary metaprogramming stuff

Detailed Description

Collaboration diagram for Auxiliary metaprogramming stuff:

Classes

class  nanoflann::CArray< T, N >
 A STL container (as wrapper) for arrays of constant size defined at compile time (class imported from the MRPT project) This code is an adapted version from Boost, modifed for its integration within MRPT (JLBC, Dec/2009) (Renamed array -> CArray to avoid possible potential conflicts). More...
 
struct  nanoflann::array_or_vector_selector< DIM, T >
 Used to declare fixed-size arrays when DIM>0, dynamically-allocated vectors when DIM=-1. More...
 
struct  nanoflann::array_or_vector_selector<-1, T >
 Dynamic size version. More...
 

Enumerations

enum  { nanoflann::CArray< T, N >::static_size = N }
 

Enumeration Type Documentation

template<typename T, std::size_t N>
anonymous enum
Enumerator
static_size 

Definition at line 658 of file nanoflann.hpp.




Page generated by Doxygen 1.8.9.1 for MRPT 1.3.2 SVN:Unversioned directory at Tue Dec 8 09:49:21 UTC 2015