MRPT  2.0.2
Namespaces
point_poses2vectors.h File Reference
#include <cstddef>
#include <type_traits>
Include dependency graph for point_poses2vectors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mrpt::math
 This base provides a set of functions for maths stuff.
 

Container initializer from pose classes

#define MRPT_MATRIX_CONSTRUCTORS_FROM_POSES(_CLASS_)
 
template<class CONTAINER , class POINT_OR_POSE >
CONTAINER & mrpt::math::containerFromPoseOrPoint (CONTAINER &C, const POINT_OR_POSE &p)
 Conversion of poses to MRPT containers (vector/matrix) More...
 

Macro Definition Documentation

◆ MRPT_MATRIX_CONSTRUCTORS_FROM_POSES

#define MRPT_MATRIX_CONSTRUCTORS_FROM_POSES (   _CLASS_)
Value:
template < \
class TPOSE, typename = std::enable_if_t< \
std::is_base_of_v<mrpt::math::TPoseOrPoint, TPOSE>>> \
explicit inline _CLASS_(const TPOSE& p) \
{ \
} \
template <class CPOSE, int = CPOSE::is_3D_val> \
explicit inline _CLASS_(const CPOSE& p) \
{ \
}
CONTAINER & containerFromPoseOrPoint(CONTAINER &C, const POINT_OR_POSE &p)
Conversion of poses to MRPT containers (vector/matrix)

Definition at line 33 of file point_poses2vectors.h.




Page generated by Doxygen 1.8.14 for MRPT 2.0.2 Git: 9b4fd2465 Mon May 4 16:59:08 2020 +0200 at lun may 4 17:26:07 CEST 2020