#include <nanoflann.hpp>
Public Types | |
typedef std::array< T, DIM > | container_t |
Used to declare fixed-size arrays when DIM>0, dynamically-allocated vectors when DIM=-1. Fixed size version for a generic DIM:
Definition at line 715 of file nanoflann.hpp.
typedef std::array<T, DIM> nanoflann::array_or_vector_selector< DIM, T >::container_t |
Definition at line 716 of file nanoflann.hpp.