37#ifndef OPENGV_TYPES_HPP_
38#define OPENGV_TYPES_HPP_
43#include <Eigen/src/Core/util/DisableStupidWarnings.h>
54typedef Eigen::Vector3d
58typedef std::vector<bearingVector_t, Eigen::aligned_allocator<bearingVector_t> >
62typedef Eigen::Vector3d
66typedef std::vector<translation_t, Eigen::aligned_allocator<translation_t> >
70typedef Eigen::Matrix3d
74typedef std::vector<rotation_t, Eigen::aligned_allocator<rotation_t> >
81typedef Eigen::Matrix<double,3,4>
85typedef std::vector<transformation_t, Eigen::aligned_allocator<transformation_t> >
89typedef Eigen::Vector3d
93typedef Eigen::Vector4d
104typedef Eigen::Matrix3d
108typedef std::vector<essential_t, Eigen::aligned_allocator<essential_t> >
114typedef Eigen::Matrix3cd
118typedef std::vector< complexEssential_t, Eigen::aligned_allocator< complexEssential_t> >
122typedef Eigen::Vector3d
126typedef std::vector<point_t, Eigen::aligned_allocator<point_t> >
132typedef Eigen::Vector3d
138typedef Eigen::Matrix3d
146 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
162 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
The namespace of this library.
Definition AbsoluteAdapterBase.hpp:48
std::vector< essential_t, Eigen::aligned_allocator< essential_t > > essentials_t
Definition types.hpp:109
Eigen::Vector4d quaternion_t
Definition types.hpp:94
std::vector< bearingVector_t, Eigen::aligned_allocator< bearingVector_t > > bearingVectors_t
Definition types.hpp:59
Eigen::Matrix3d eigenvectors_t
Definition types.hpp:139
struct opengv::EigensolverOutput eigensolverOutput_t
std::vector< complexEssential_t, Eigen::aligned_allocator< complexEssential_t > > complexEssentials_t
Definition types.hpp:119
Eigen::Vector3d eigenvalues_t
Definition types.hpp:133
std::vector< transformation_t, Eigen::aligned_allocator< transformation_t > > transformations_t
Definition types.hpp:86
Eigen::Vector3d point_t
Definition types.hpp:123
Eigen::Matrix3d essential_t
Definition types.hpp:105
Eigen::Vector3d cayley_t
Definition types.hpp:90
Eigen::Matrix3d rotation_t
Definition types.hpp:71
std::vector< translation_t, Eigen::aligned_allocator< translation_t > > translations_t
Definition types.hpp:67
Eigen::Vector3d translation_t
Definition types.hpp:63
Eigen::Vector3d bearingVector_t
Definition types.hpp:55
std::vector< rotation_t, Eigen::aligned_allocator< rotation_t > > rotations_t
Definition types.hpp:75
Eigen::Matrix3cd complexEssential_t
Definition types.hpp:115
Eigen::Matrix< double, 3, 4 > transformation_t
Definition types.hpp:82
struct opengv::GeOutput geOutput_t
std::vector< point_t, Eigen::aligned_allocator< point_t > > points_t
Definition types.hpp:127
EIGEN_MAKE_ALIGNED_OPERATOR_NEW translation_t translation
Definition types.hpp:149
eigenvalues_t eigenvalues
Definition types.hpp:153
eigenvectors_t eigenvectors
Definition types.hpp:155
rotation_t rotation
Definition types.hpp:151
Eigen::Matrix4d eigenvectors
Definition types.hpp:171
rotation_t rotation
Definition types.hpp:167
Eigen::Vector4d eigenvalues
Definition types.hpp:169
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector4d translation
Definition types.hpp:165