MRPT  1.9.9
poses_frwds.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 #pragma once
10 
11 namespace mrpt::poses
12 {
13 // Values:
14 template <class DERIVEDCLASS>
15 class CPoseOrPoint;
16 class CPoint2D;
17 class CPoint3D;
18 class CPose2D;
19 class CPose3D;
20 class CPose3DQuat;
21 class CPose3DRotVec;
22 
23 // PDFs:
24 class CPointPDF;
25 struct CPointPDFPtr;
26 class CPosePDF;
27 struct CPosePDFPtr;
28 class CPose3DPDF;
29 struct CPose3DPDFPtr;
30 class CPose3DQuatPDF;
31 struct CPose3DQuatPDFPtr;
32 class CPosePDFParticles;
33 struct CPosePDFParticlesPtr;
34 class CPosePDFGaussian;
35 struct CPosePDFGaussianPtr;
36 class CPosePDFGaussianInf;
37 struct CPosePDFGaussianInfPtr;
38 class CPosePDFSOG;
39 struct CPosePDFSOGPtr;
40 class CPose3DPDF;
41 struct CPose3DPDFPtr;
42 class CPose3DPDFGaussian;
43 struct CPose3DPDFGaussianPtr;
44 class CPose3DPDFGaussianInf;
45 struct CPose3DPDFGaussianInfPtr;
46 class CPose3DQuatPDFGaussianInf;
47 struct CPose3DQuatPDFGaussianInfPtr;
48 }
49 
Classes for 2D/3D geometry representation, both of single values and probability density distribution...



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020