Definition at line 92 of file StdVector.h.
#include <src/StlSupport/StdVector.h>
Private Types | |
typedef vector < EIGEN_WORKAROUND_MSVC_STL_SUPPORT(T), Eigen::aligned_allocator_indirection < EIGEN_WORKAROUND_MSVC_STL_SUPPORT(T)> > | vector_base |
Private Member Functions | |
EIGEN_STD_VECTOR_SPECIALIZATION_BODY void | resize (size_type new_size) |
void | resize (size_type new_size, const value_type &x) |
typedef vector<EIGEN_WORKAROUND_MSVC_STL_SUPPORT(T), Eigen::aligned_allocator_indirection<EIGEN_WORKAROUND_MSVC_STL_SUPPORT(T)> > std::vector< T, EIGEN_ALIGNED_ALLOCATOR< T > >::vector_base [private] |
Definition at line 97 of file StdVector.h.
EIGEN_STD_VECTOR_SPECIALIZATION_BODY void std::vector< T, EIGEN_ALIGNED_ALLOCATOR< T > >::resize | ( | size_type | new_size | ) | [inline, private] |
void std::vector< T, EIGEN_ALIGNED_ALLOCATOR< T > >::resize | ( | size_type | new_size, | |
const value_type & | x | |||
) | [inline, private] |
Definition at line 138 of file StdVector.h.
References begin(), end(), and mrpt::math::size().
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |