MRPT  2.0.4
Variables
CSimpleMap.cpp File Reference
#include "obs-precomp.h"
#include <mrpt/io/CFileGZInputStream.h>
#include <mrpt/io/CFileGZOutputStream.h>
#include <mrpt/maps/CSimpleMap.h>
#include <mrpt/serialization/CArchive.h>
#include <mrpt/serialization/metaprogramming_serialization.h>

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:41
mrpt::obs::CSensoryFrame
Declares a class for storing a "sensory frame", a set of "observations" taken by the robot approximat...
Definition: CSensoryFrame.h:52



Page generated by Doxygen 1.8.18 for MRPT 2.0.4 at Thu Sep 24 07:14:18 UTC 2020