|
TR-mbed 1.0
|
#include "main.h"#include <QtCore/QVector>#include <Eigen/Geometry>#include <Eigen/QtAlignedMalloc>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 TransformType > | |
| void | check_qtvector_transform (const TransformType &) |
| template<typename QuaternionType > | |
| void | check_qtvector_quaternion (const QuaternionType &) |
| EIGEN_DECLARE_TEST (qtvector) | |
| #define EIGEN_WORK_AROUND_QT_BUG_CALLING_WRONG_OPERATOR_NEW_FIXED_IN_QT_4_5 |
| void check_qtvector_matrix | ( | const MatrixType & | m | ) |
| void check_qtvector_quaternion | ( | const QuaternionType & | ) |
| void check_qtvector_transform | ( | const TransformType & | ) |
| EIGEN_DECLARE_TEST | ( | qtvector | ) |