MRPT
1.9.9
mrpt
poses
CPose.h
Go to the documentation of this file.
1
/* +------------------------------------------------------------------------+
2
| Mobile Robot Programming Toolkit (MRPT) |
3
| https://www.mrpt.org/ |
4
| |
5
| Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6
| See: https://www.mrpt.org/Authors - All rights reserved. |
7
| Released under BSD License. See: https://www.mrpt.org/License |
8
+------------------------------------------------------------------------+ */
9
#pragma once
10
11
#include <
mrpt/poses/CPoseOrPoint.h
>
12
13
namespace
mrpt::poses
14
{
15
/** A base class for representing a pose in 2D or 3D.
16
* For more information refer to the <a
17
* href="http://www.mrpt.org/2D_3D_Geometry"> 2D/3D Geometry tutorial</a>
18
* online.
19
* \note This class is based on the CRTP design pattern
20
* \sa CPoseOrPoint, CPoint
21
* \ingroup poses_grp
22
*/
23
template
<
class
DERIVEDCLASS, std::
size_t
DIM>
24
class
CPose
:
public
CPoseOrPoint
<DERIVEDCLASS, DIM>
25
{
26
};
// End of class def.
27
28
}
// namespace mrpt::poses
CPoseOrPoint.h
mrpt::poses::CPose
A base class for representing a pose in 2D or 3D.
Definition:
CPose.h:24
mrpt::poses::CPoseOrPoint
The base template class for 2D & 3D points and poses.
Definition:
CPoseOrPoint.h:123
mrpt::poses
Classes for 2D/3D geometry representation, both of single values and probability density distribution...
Definition:
CHierarchicalMapMHPartition.h:22
Page generated by
Doxygen 1.8.14
for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020