|
typedef std::map< std::string, Eigen::Affine3d, std::less< std::string >, Eigen::aligned_allocator< std::pair< const std::string, Eigen::Affine3d > > > | map_string_Affine3d |
|
typedef std::map< std::string, Eigen::Affine3f, std::less< std::string >, Eigen::aligned_allocator< std::pair< const std::string, Eigen::Affine3f > > > | map_string_Affine3f |
|
typedef std::map< std::string, Eigen::Vector3d, std::less< std::string >, Eigen::aligned_allocator< std::pair< const std::string, Eigen::Vector3d > > > | map_string_Vector3d |
|
typedef std::map< std::string, Eigen::Vector3f, std::less< std::string >, Eigen::aligned_allocator< std::pair< const std::string, Eigen::Vector3f > > > | map_string_Vector3f |
|
typedef std::vector< Eigen::Affine3d, Eigen::aligned_allocator< Eigen::Affine3d > > | vector_Affine3d |
|
typedef std::vector< Eigen::Affine3f, Eigen::aligned_allocator< Eigen::Affine3f > > | vector_Affine3f |
|
typedef std::vector< Eigen::Isometry3d, Eigen::aligned_allocator< Eigen::Isometry3d > > | vector_Isometry3d |
|
typedef std::vector< Eigen::Isometry3f, Eigen::aligned_allocator< Eigen::Isometry3f > > | vector_Isometry3f |
|
typedef std::vector< Eigen::Vector3d, Eigen::aligned_allocator< Eigen::Vector3d > > | vector_Vector3d |
|
typedef std::vector< Eigen::Vector3f, Eigen::aligned_allocator< Eigen::Vector3f > > | vector_Vector3f |
|
typedef std::vector< Eigen::Vector3i, Eigen::aligned_allocator< Eigen::Vector3i > > | vector_Vector3i |
|
typedef std::vector< Eigen::Vector4d, Eigen::aligned_allocator< Eigen::Vector4d > > | vector_Vector4d |
|
typedef std::vector< Eigen::Vector4f, Eigen::aligned_allocator< Eigen::Vector4f > > | vector_Vector4f |
|