11 #define MRPT_NO_WARN_BIG_HDR // Yes, we really want to include all classes. 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;
Digital Elevation Model (DEM), a mesh or grid representation of a surface which keeps the estimated h...
Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL.
The virtual base class which provides a unified interface for all persistent objects in MRPT...
A cloud of points in 2D or 3D, which can be built from a sequence of laser scans. ...
const mrpt::utils::TRuntimeClassId * lstClasses[]
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.
mrpt::utils::CObject * createObject() const
This CStream derived class allow using a memory buffer as a CStream.
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).
A three-dimensional probabilistic occupancy grid, implemented as an octo-tree with the "octomap" C++ ...
A map of 2D/3D points with individual colours (RGB).
#define CLASS_ID(class_name)
Access to runtime class ID for a defined class name.
A class for storing an occupancy grid map.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
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. ...
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...
CGasConcentrationGridMap2D represents a PDF of gas concentrations over a 2D area. ...
A structure that holds runtime class type information.
TEST(SerializeTestMaps, WriteReadToMem)
The class for storing individual "beacon landmarks" under a variety of 3D position PDF distributions...