MRPT  2.0.1
registerAllClasses.cpp
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 
10 #include "poses-precomp.h"
11 
12 #include <mrpt/poses/CPoint2D.h>
13 #include <mrpt/poses/CPoint3D.h>
14 #include <mrpt/poses/CPointPDF.h>
18 #include <mrpt/poses/CPose2D.h>
20 #include <mrpt/poses/CPose3D.h>
22 #include <mrpt/poses/CPose3DPDF.h>
28 #include <mrpt/poses/CPose3DQuat.h>
32 #include <mrpt/poses/CPosePDF.h>
37 #include <mrpt/poses/CPosePDFSOG.h>
40 
41 #include <mrpt/core/initializer.h>
42 
43 using namespace mrpt::poses;
44 
45 MRPT_INITIALIZER(registerAllClasses_mrpt_poses)
46 {
47 #if !defined(DISABLE_MRPT_AUTO_CLASS_REGISTRATION)
55 
62 
67 
76 
80 
83 #endif
84 }
This class stores a sequence of relative, incremental 2D poses.
This class stores a time-stamped trajectory in SE(2) (mrpt::math::TPose2D poses). ...
Declares a class that represents a Probability Density function (PDF) of a 2D pose ...
Definition: CPosePDFSOG.h:34
Declares a class that represents a Probability Density function (PDF) of a 3D pose using a quaternion...
Declares a class that represents a Probability Density function (PDF) of a 3D point ...
Definition: CPointPDFSOG.h:33
Declares a class that represents a Probability Density function (PDF) of a 3D(6D) pose ...
Definition: CPose3DPDFSOG.h:32
#define MRPT_INITIALIZER(f)
Definition: initializer.h:45
Declares a class that represents a Probability Density function (PDF) of a 3D pose using a quaternion...
#define CLASS_ID(T)
Access to runtime class ID for a defined class name.
Definition: CObject.h:102
Declares a class that represents a Probability Density function (PDF) of a 2D pose ...
Declares a class that represents a Probability Density Function (PDF) over a 2D pose (x...
A class used to store a 3D pose as a translation (x,y,z) and a quaternion (qr,qx,qy,qz).
Definition: CPose3DQuat.h:45
A class used to store a 2D point.
Definition: CPoint2D.h:32
A class used to store a 3D point.
Definition: CPoint3D.h:31
Declares a class that represents a probability density function (pdf) of a 2D pose (x...
Definition: CPosePDF.h:38
Classes for 2D/3D geometry representation, both of single values and probability density distribution...
This class stores a sequence of relative, incremental 3D poses.
A Probability Density function (PDF) of a 2D pose as a Gaussian with a mean and the inverse of the c...
A class used to store a 2D pose, including the 2D coordinate point and a heading (phi) angle...
Definition: CPose2D.h:39
Declares a class that represents a Probability Density Function (PDF) of a 3D pose (6D actually)...
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
Definition: CPose3D.h:85
Declares a class that represents a Probability Density function (PDF) of a 3D pose as a Gaussian des...
Declares a class that represents a Probability Distribution function (PDF) of a SE(3) pose (x...
Declares a class that represents a Probability Density function (PDF) of a 3D pose ...
void registerClass(const mrpt::rtti::TRuntimeClassId *pNewClass)
Register a class into the MRPT internal list of "CObject" descendents.
This class stores a time-stamped trajectory in SE(3) (CPose3D poses).
Declares a class that represents a Probability Distribution function (PDF) of a 2D pose (x...
Definition: CPosePDFGrid.h:24
Declares a class that represents a Probability Distribution function (PDF) of a 3D point (x...
Definition: CPointPDF.h:36
A probability distribution of a 2D/3D point, represented as a set of random samples (particles)...
Declares a class that represents a Probability Density Function (PDF) of a 3D pose (6D actually)...
Definition: CPose3DPDF.h:39
A gaussian distribution for 3D points.
Declares a class that represents a Probability Density function (PDF) of a 3D pose.



Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020