Main MRPT website > C++ reference for MRPT 1.9.9
CPose.h
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2018, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 #ifndef CPOSE_H
10 #define CPOSE_H
11 
13 
14 namespace mrpt
15 {
16 namespace poses
17 {
18 /** A base class for representing a pose in 2D or 3D.
19  * For more information refer to the <a
20  * href="http://www.mrpt.org/2D_3D_Geometry"> 2D/3D Geometry tutorial</a>
21  * online.
22  * \note This class is based on the CRTP design pattern
23  * \sa CPoseOrPoint, CPoint
24  * \ingroup poses_grp
25  */
26 template <class DERIVEDCLASS>
27 class CPose : public CPoseOrPoint<DERIVEDCLASS>
28 {
29 }; // End of class def.
30 
31 } // End of namespace
32 } // End of namespace
33 
34 #endif
mrpt::poses::CPose
A base class for representing a pose in 2D or 3D.
Definition: CPose.h:27
mrpt
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
Definition: CKalmanFilterCapable.h:30
mrpt::poses::CPoseOrPoint
The base template class for 2D & 3D points and poses.
Definition: CPoseOrPoint.h:125
CPoseOrPoint.h



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST