Helper types for STL containers with Eigen memory allocators.
Definition at line 135 of file CColouredPointsMap.h.
#include <mrpt/slam/CColouredPointsMap.h>

Public Types | |
| typedef std::pair< TYPE1, TYPE2 > | pair_t |
| typedef std::vector< TYPE1, Eigen::aligned_allocator < TYPE1 > > | vector_t |
| typedef std::deque< TYPE1, Eigen::aligned_allocator < TYPE1 > > | deque_t |
| typedef std::list< TYPE1, Eigen::aligned_allocator < TYPE1 > > | list_t |
| typedef std::map< TYPE1, TYPE2, std::less< TYPE1 > , Eigen::aligned_allocator < std::pair< const TYPE1, TYPE2 > > > | map_t |
| typedef std::multimap< TYPE1, TYPE2, std::less< TYPE1 > , Eigen::aligned_allocator < std::pair< const TYPE1, TYPE2 > > > | multimap_t |
| typedef std::pair< TYPE1, TYPE2 > | pair_t |
| typedef std::vector< TYPE1, Eigen::aligned_allocator < TYPE1 > > | vector_t |
| typedef std::deque< TYPE1, Eigen::aligned_allocator < TYPE1 > > | deque_t |
| typedef std::list< TYPE1, Eigen::aligned_allocator < TYPE1 > > | list_t |
| typedef std::map< TYPE1, TYPE2, std::less< TYPE1 > , Eigen::aligned_allocator < std::pair< const TYPE1, TYPE2 > > > | map_t |
| typedef std::multimap< TYPE1, TYPE2, std::less< TYPE1 > , Eigen::aligned_allocator < std::pair< const TYPE1, TYPE2 > > > | multimap_t |
| typedef std::deque<TYPE1, Eigen::aligned_allocator<TYPE1> > mrpt::mrpt::aligned_containers< TYPE1, TYPE2 >::deque_t |
Definition at line 139 of file CColouredPointsMap.h.
| typedef std::deque<TYPE1, Eigen::aligned_allocator<TYPE1> > mrpt::mrpt::aligned_containers< TYPE1, TYPE2 >::deque_t |
Definition at line 139 of file CColouredPointsMap.h.
| typedef std::list<TYPE1, Eigen::aligned_allocator<TYPE1> > mrpt::mrpt::aligned_containers< TYPE1, TYPE2 >::list_t |
Definition at line 140 of file CColouredPointsMap.h.
| typedef std::list<TYPE1, Eigen::aligned_allocator<TYPE1> > mrpt::mrpt::aligned_containers< TYPE1, TYPE2 >::list_t |
Definition at line 140 of file CColouredPointsMap.h.
| typedef std::map<TYPE1,TYPE2,std::less<TYPE1>,Eigen::aligned_allocator<std::pair<const TYPE1,TYPE2> > > mrpt::mrpt::aligned_containers< TYPE1, TYPE2 >::map_t |
Definition at line 141 of file CColouredPointsMap.h.
| typedef std::map<TYPE1,TYPE2,std::less<TYPE1>,Eigen::aligned_allocator<std::pair<const TYPE1,TYPE2> > > mrpt::mrpt::aligned_containers< TYPE1, TYPE2 >::map_t |
Definition at line 141 of file CColouredPointsMap.h.
| typedef std::multimap<TYPE1,TYPE2,std::less<TYPE1>,Eigen::aligned_allocator<std::pair<const TYPE1,TYPE2> > > mrpt::mrpt::aligned_containers< TYPE1, TYPE2 >::multimap_t |
Definition at line 142 of file CColouredPointsMap.h.
| typedef std::multimap<TYPE1,TYPE2,std::less<TYPE1>,Eigen::aligned_allocator<std::pair<const TYPE1,TYPE2> > > mrpt::mrpt::aligned_containers< TYPE1, TYPE2 >::multimap_t |
Definition at line 142 of file CColouredPointsMap.h.
| typedef std::pair<TYPE1,TYPE2> mrpt::mrpt::aligned_containers< TYPE1, TYPE2 >::pair_t |
Definition at line 137 of file CColouredPointsMap.h.
| typedef std::pair<TYPE1,TYPE2> mrpt::mrpt::aligned_containers< TYPE1, TYPE2 >::pair_t |
Definition at line 137 of file CColouredPointsMap.h.
| typedef std::vector<TYPE1, Eigen::aligned_allocator<TYPE1> > mrpt::mrpt::aligned_containers< TYPE1, TYPE2 >::vector_t |
Definition at line 138 of file CColouredPointsMap.h.
| typedef std::vector<TYPE1, Eigen::aligned_allocator<TYPE1> > mrpt::mrpt::aligned_containers< TYPE1, TYPE2 >::vector_t |
Definition at line 138 of file CColouredPointsMap.h.
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |