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 "maps-precomp.h"
11 
12 #define MRPT_NO_WARN_BIG_HDR
13 #include <mrpt/core/initializer.h>
14 #include <mrpt/maps.h>
17 
18 using namespace mrpt::maps;
19 using namespace mrpt::obs;
20 using namespace mrpt::opengl;
21 
22 MRPT_INITIALIZER(registerAllClasses_mrpt_maps)
23 {
24 #if !defined(DISABLE_MRPT_AUTO_CLASS_REGISTRATION)
27 
41 
44 
47 
50 
52 
53 #endif
54 }
Digital Elevation Model (DEM), a mesh or grid representation of a surface which keeps the estimated h...
A mesh built from a set of 2D laser scan observations.
An observation from any sensor that can be summarized as a pointcloud.
A cloud of points in 2D or 3D, which can be built from a sequence of laser scans. ...
CHeightGridMap2D_MRF represents digital-elevation-model over a 2D area, with uncertainty, based on a Markov-Random-Field (MRF) estimator.
#define MRPT_INITIALIZER(f)
Definition: initializer.h:45
A 2D grid map representing the reflectivity of the environment (for example, measured with an IR prox...
CWirelessPowerGridMap2D represents a PDF of wifi concentrations over a 2D area.
A cloud of points in 2D or 3D, which can be built from a sequence of laser scans or other sensors...
Definition: CPointsMap.h:65
#define CLASS_ID(T)
Access to runtime class ID for a defined class name.
Definition: CObject.h:102
This namespace contains representation of robot actions and observations.
A class for storing a map of 3D probabilistic beacons, using a Montecarlo, Gaussian, or Sum of Gaussians (SOG) representation (for range-only SLAM).
Definition: CBeaconMap.h:43
This object renders a 2D laser scan by means of three elements: the points, the line along end-points...
A three-dimensional probabilistic occupancy grid, implemented as an octo-tree with the "octomap" C++ ...
Definition: COctoMap.h:40
A map of 2D/3D points with individual colours (RGB).
A map of 3D points with reflectance/intensity (float).
A 3D occupancy grid map with a regular, even distribution of voxels.
A class for storing an occupancy grid map.
CRandomFieldGridMap3D represents a 3D regular grid where each voxel is associated one real-valued pro...
A cloud of points in 2D or 3D, which can be built from a sequence of laser scans. ...
The namespace for 3D scene representation and rendering.
Definition: CGlCanvasBase.h:13
void registerClass(const mrpt::rtti::TRuntimeClassId *pNewClass)
Register a class into the MRPT internal list of "CObject" descendents.
CGasConcentrationGridMap2D represents a PDF of gas concentrations over a 2D area. ...
A CObservation-derived class for raw range data from a 2D or 3D rotating scanner. ...
This class stores any customizable set of metric maps.
A three-dimensional probabilistic occupancy grid, implemented as an octo-tree with the "octomap" C++ ...
The class for storing individual "beacon landmarks" under a variety of 3D position PDF distributions...
Definition: CBeacon.h:35



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