#include "main.h"#include <QtCore/QVector>#include <Eigen/Geometry>#include <Eigen/QtAlignedMalloc>
Go to the source code of this file.
Macros | |
| #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 () |
| #define EIGEN_WORK_AROUND_QT_BUG_CALLING_WRONG_OPERATOR_NEW_FIXED_IN_QT_4_5 |
Definition at line 11 of file qtvector.cpp.
| void check_qtvector_matrix | ( | const MatrixType & | m | ) |
Definition at line 19 of file qtvector.cpp.
| void check_qtvector_quaternion | ( | const QuaternionType & | ) |
Definition at line 94 of file qtvector.cpp.
| void check_qtvector_transform | ( | const TransformType & | ) |
Definition at line 59 of file qtvector.cpp.
| void test_qtvector | ( | ) |
Definition at line 128 of file qtvector.cpp.