Main MRPT website > C++ reference for MRPT 1.9.9
Variables
CSimpleMap.cpp File Reference
#include "obs-precomp.h"
#include <mrpt/maps/CSimpleMap.h>
#include <mrpt/io/CFileGZInputStream.h>
#include <mrpt/io/CFileGZOutputStream.h>
#include <mrpt/serialization/CArchive.h>
#include <mrpt/serialization/metaprogramming_serialization.h>
Include dependency graph for CSimpleMap.cpp:

Go to the source code of this file.

Variables

const auto fn_pair_make_unique
 

Variable Documentation

◆ fn_pair_make_unique

const auto fn_pair_make_unique
Initial value:
= [](auto& ptr) {
ptr.first.reset(dynamic_cast<mrpt::poses::CPose3DPDF*>(ptr.first->clone()));
ptr.second.reset(
dynamic_cast<mrpt::obs::CSensoryFrame*>(ptr.second->clone()));
}

Definition at line 28 of file CSimpleMap.cpp.

Referenced by mrpt::maps::CSimpleMap::CSimpleMap(), and mrpt::maps::CSimpleMap::operator=().

mrpt::poses::CPose3DPDF
Declares a class that represents a Probability Density Function (PDF) of a 3D pose (6D actually).
Definition: CPose3DPDF.h:42
mrpt::obs::CSensoryFrame
Declares a class for storing a "sensory frame", a set of "observations" taken by the robot approximat...
Definition: CSensoryFrame.h:54



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST