TR-mbed 1.0
Loading...
Searching...
No Matches
Macros | Functions
qtvector.cpp File Reference
#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)
 

Macro Definition Documentation

◆ EIGEN_WORK_AROUND_QT_BUG_CALLING_WRONG_OPERATOR_NEW_FIXED_IN_QT_4_5

#define EIGEN_WORK_AROUND_QT_BUG_CALLING_WRONG_OPERATOR_NEW_FIXED_IN_QT_4_5

Function Documentation

◆ check_qtvector_matrix()

template<typename MatrixType >
void check_qtvector_matrix ( const MatrixType m)

◆ check_qtvector_quaternion()

template<typename QuaternionType >
void check_qtvector_quaternion ( const QuaternionType &  )

◆ check_qtvector_transform()

template<typename TransformType >
void check_qtvector_transform ( const TransformType &  )

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( qtvector  )