Vicinity traits class specialization for vectors. More...
#include <mrpt/math/CMatrixTemplate.h>
Static Public Member Functions | |
| static void | initialize (std::vector< T > &vec, size_t N) |
| static void | insertInContainer (std::vector< T > &vec, size_t, size_t, const T &t) |
Vicinity traits class specialization for vectors.
It ignores the spatial distribution, inserting elements at the end of the vector.
Definition at line 74 of file CMatrixTemplate.h.
| static void mrpt::math::detail::VicinityTraits< std::vector< T > >::initialize | ( | std::vector< T > & | vec, | |
| size_t | N | |||
| ) | [inline, static] |
Definition at line 76 of file CMatrixTemplate.h.
| static void mrpt::math::detail::VicinityTraits< std::vector< T > >::insertInContainer | ( | std::vector< T > & | vec, | |
| size_t | , | |||
| size_t | , | |||
| const T & | t | |||
| ) | [inline, static] |
Definition at line 79 of file CMatrixTemplate.h.
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |