#include "main.h"
#include <QtCore/QVector>
#include <Eigen/Geometry>
#include <Eigen/QtAlignedMalloc>
Go to the source code of this file.
Defines | |
#define | EIGEN_WORK_AROUND_QT_BUG_CALLING_WRONG_OPERATOR_NEW_FIXED_IN_QT_4_5 |
Functions | |
template<typename MatrixType > | |
void | check_qtvector_matrix (const MatrixType &m) |
template<typename QuaternionType > | |
void | check_qtvector_quaternion (const QuaternionType &) |
template<typename TransformType > | |
void | check_qtvector_transform (const TransformType &) |
void | test_qtvector () |
Definition at line 26 of file qtvector.cpp.
void check_qtvector_matrix | ( | const MatrixType & | m | ) |
Definition at line 34 of file qtvector.cpp.
void check_qtvector_quaternion | ( | const QuaternionType & | ) |
Definition at line 111 of file qtvector.cpp.
void check_qtvector_transform | ( | const TransformType & | ) |
Definition at line 76 of file qtvector.cpp.
void test_qtvector | ( | ) |
Definition at line 145 of file qtvector.cpp.