Public Member Functions | Private Attributes
rtabmap::RtabmapEvent3DMap Class Reference

#include <RtabmapEvent.h>

Inheritance diagram for rtabmap::RtabmapEvent3DMap:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual std::string getClassName () const
const std::multimap< int, Link > & getConstraints () const
const std::map< int, Transform > & getPoses () const
const std::map< int, Signature > & getSignatures () const
 RtabmapEvent3DMap (int codeError=0)
 RtabmapEvent3DMap (const std::map< int, Signature > &signatures, const std::map< int, Transform > &poses, const std::multimap< int, Link > &constraints)
virtual ~RtabmapEvent3DMap ()

Private Attributes

std::multimap< int, Link_constraints
std::map< int, Transform_poses
std::map< int, Signature_signatures

Detailed Description

Definition at line 168 of file RtabmapEvent.h.


Constructor & Destructor Documentation

rtabmap::RtabmapEvent3DMap::RtabmapEvent3DMap ( int  codeError = 0) [inline]

Definition at line 171 of file RtabmapEvent.h.

rtabmap::RtabmapEvent3DMap::RtabmapEvent3DMap ( const std::map< int, Signature > &  signatures,
const std::map< int, Transform > &  poses,
const std::multimap< int, Link > &  constraints 
) [inline]

Definition at line 173 of file RtabmapEvent.h.

virtual rtabmap::RtabmapEvent3DMap::~RtabmapEvent3DMap ( ) [inline, virtual]

Definition at line 183 of file RtabmapEvent.h.


Member Function Documentation

virtual std::string rtabmap::RtabmapEvent3DMap::getClassName ( ) const [inline, virtual]

This method is used to get the class name of the event. For example, if a class MouseEvent inherits from UEvent, it must return the "MouseEvent" string.

Returns:
the class name

Implements UEvent.

Definition at line 189 of file RtabmapEvent.h.

const std::multimap<int, Link>& rtabmap::RtabmapEvent3DMap::getConstraints ( ) const [inline]

Definition at line 187 of file RtabmapEvent.h.

const std::map<int, Transform>& rtabmap::RtabmapEvent3DMap::getPoses ( ) const [inline]

Definition at line 186 of file RtabmapEvent.h.

const std::map<int, Signature>& rtabmap::RtabmapEvent3DMap::getSignatures ( ) const [inline]

Definition at line 185 of file RtabmapEvent.h.


Member Data Documentation

std::multimap<int, Link> rtabmap::RtabmapEvent3DMap::_constraints [private]

Definition at line 194 of file RtabmapEvent.h.

Definition at line 193 of file RtabmapEvent.h.

Definition at line 192 of file RtabmapEvent.h.


The documentation for this class was generated from the following file:


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 21:59:42