Vicinity traits class specialization for vectors. More...
#include <mrpt/math/ops_matrices.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 1195 of file ops_matrices.h.
| static void mrpt::math::detail::VicinityTraits< std::vector< T > >::initialize | ( | std::vector< T > & | vec, | |
| size_t | N | |||
| ) | [inline, static] |
Definition at line 1197 of file ops_matrices.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 1200 of file ops_matrices.h.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |