Main MRPT website > C++ reference for MRPT 1.5.6
registerAllClasses.cpp
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2017, 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 
10 #include "base-precomp.h"
11 
12 #define MRPT_NO_WARN_BIG_HDR
13 #include <mrpt/base.h>
14 #include <mrpt/utils/initializer.h>
15 
16 #ifndef MRPT_ENABLE_PRECOMPILED_HDRS
17 # define MRPT_ALWAYS_INCLUDE_ALL_HEADERS
18 # undef mrpt_base_H
19 # include "base-precomp.h"
20 #endif
21 
22 using namespace mrpt::utils;
23 using namespace mrpt::math;
24 using namespace mrpt::poses;
25 
26 MRPT_INITIALIZER(registerAllClasses_mrpt_base)
27 {
28 #if !defined(DISABLE_MRPT_AUTO_CLASS_REGISTRATION)
29  // Abstract classes are not registered since they can not be
30  // instanciated, nor loaded from streams.
35 
36 // Hack to enable compatibility with an older name of this class:
38  registerClassCustomName( "CMRPTImage", CLASS_ID( CImage ) );
39 
46 
54 
55 
62 
67 
75 
79 
81 
86 #endif
87 }
88 
An arbitrary list of "annotations", or named attributes, each being an instance of any CSerializable ...
This class stores a sequence of relative, incremental 2D poses.
Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL.
Definition: zip.h:16
This class is a "CSerializable" wrapper for "CMatrixTemplateNumeric<double>".
Definition: CMatrixD.h:30
Declares a class that represents a Probability Density function (PDF) of a 2D pose ...
Definition: CPosePDFSOG.h:37
A class for storing images as grayscale or RGB bitmaps.
Definition: CImage.h:101
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:35
Declares a class that represents a Probability Density function (PDF) of a 3D(6D) pose ...
Definition: CPose3DPDFSOG.h:34
A wrapper of a TPolygon2D class, implementing CSerializable.
Definition: CPolygon.h:25
#define MRPT_INITIALIZER(f)
Definition: initializer.h:40
void BASE_IMPEXP registerClassCustomName(const char *customName, const TRuntimeClassId *pNewClass)
Mostly for internal use within mrpt sources, to handle exceptional cases with multiple serialization ...
Declares a class that represents a Probability Density function (PDF) of a 3D pose using a quaternion...
Structure to hold the parameters of a pinhole stereo camera model.
Definition: TStereoCamera.h:25
This class implements the tables of databases.
A class for storing a list of text lines.
Definition: CStringList.h:32
An arbitrary list of "annotations", or named attributes, each being an instance of any CSerializable ...
A (persistent) sequence of (x,y) coordinates, allowing queries of intermediate points through spline ...
This base provides a set of functions for maths stuff.
Definition: CArrayNumeric.h:19
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 memory buffer (implements CStream) which can be itself serialized.
Definition: CMemoryChunk.h:27
A class used to store a 3D pose as a translation (x,y,z) and a quaternion (qr,qx,qy,qz).
Definition: CPose3DQuat.h:41
A class used to store a 2D point.
Definition: CPoint2D.h:36
A class used to store a 3D point.
Definition: CPoint3D.h:32
Declares a class that represents a probability density function (pdf) of a 2D pose (x...
Definition: CPosePDF.h:39
This class impements a very simple database system.
Classes for 2D/3D geometry representation, both of single values and probability density distribution...
Definition: CPoint.h:17
This class stores a sequence of relative, incremental 3D poses.
#define CLASS_ID(class_name)
Access to runtime class ID for a defined class name.
Definition: CObject.h:92
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:36
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:72
Declares a class that represents a Probability Density function (PDF) of a 3D pose as a Gaussian des...
This class represents a std::string derived class which is also CSerializable.
Definition: CTypeSelector.h:25
Declares a class that represents a Probability Density function (PDF) of a 3D pose ...
This class is a "CSerializable" wrapper for "CMatrixBool".
Definition: CMatrixB.h:26
This class stores a time-stamped trajectory in SE(3) (CPose3D poses).
void BASE_IMPEXP registerClass(const mrpt::utils::TRuntimeClassId *pNewClass)
Register a class into the MRPT internal list of "CSerializable" descendents.
Declares a class that represents a Probability Distribution function (PDF) of a 2D pose (x...
Definition: CPosePDFGrid.h:30
This class is a "CSerializable" wrapper for "CMatrixFloat".
Definition: CMatrix.h:30
Declares a class that represents a Probability Distribution function (PDF) of a 3D point (x...
Definition: CPointPDF.h:38
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:40
A gaussian distribution for 3D points.
Structure to hold the parameters of a pinhole camera model.
Definition: TCamera.h:31
Declares a class that represents a Probability Density function (PDF) of a 3D pose.



Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019