11 #define MRPT_NO_WARN_BIG_HDR
15 #include <gtest/gtest.h>
24 TEST(SerializeTestMaps, WriteReadToMem)
52 CSerializablePtr recons;
56 catch(std::exception &e)
59 "Exception during serialization test for class '"<<
lstClasses[i]->
className <<
"':\n" << e.what() << endl;
#define CLASS_ID(class_name)
Access to runtime class ID for a defined class name.
const mrpt::utils::TRuntimeClassId * lstClasses[]
The class for storing individual "beacon landmarks" under a variety of 3D position PDF distributions.
A class for storing a map of 3D probabilistic beacons, using a Montecarlo, Gaussian,...
A map of 2D/3D points with individual colours (RGB).
CGasConcentrationGridMap2D represents a PDF of gas concentrations over a 2D area.
Digital Elevation Model (DEM), a mesh or grid representation of a surface which keeps the estimated h...
A class for storing an occupancy grid map.
A three-dimensional probabilistic occupancy grid, implemented as an octo-tree with the "octomap" C++ ...
CRandomFieldGridMap3D represents a 3D regular grid where each voxel is associated one real-valued pro...
A 2D grid map representing the reflectivity of the environment (for example, measured with an IR prox...
A cloud of points in 2D or 3D, which can be built from a sequence of laser scans.
A cloud of points in 2D or 3D, which can be built from a sequence of laser scans.
CWirelessPowerGridMap2D represents a PDF of wifi concentrations over a 2D area.
This CStream derived class allow using a memory buffer as a CStream.
uint64_t Seek(int64_t Offset, CStream::TSeekOrigin Origin=sFromBeginning) MRPT_OVERRIDE
Introduces a pure virtual method for moving to a specified position in the streamed resource.
The virtual base class which provides a unified interface for all persistent objects in MRPT.
TEST(SerializeTestMaps, WriteReadToMem)
This namespace contains representation of robot actions and observations.
Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values,...
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
A structure that holds runtime class type information.
mrpt::utils::CObject * createObject() const