Public Member Functions | Private Attributes | List of all members
rtabmap::RtabmapGlobalPathEvent Class Reference

#include <RtabmapEvent.h>

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

Public Member Functions

virtual std::string getClassName () const
 
int getGoal () const
 
const std::string & getGoalLabel () const
 
double getPlanningTime () const
 
const std::vector< std::pair< int, Transform > > & getPoses () const
 
 RtabmapGlobalPathEvent ()
 
 RtabmapGlobalPathEvent (int goalId, const std::vector< std::pair< int, Transform > > &poses, double planningTime)
 
 RtabmapGlobalPathEvent (int goalId, const std::string &goalLabel, const std::vector< std::pair< int, Transform > > &poses, double planningTime)
 
virtual ~RtabmapGlobalPathEvent ()
 
- Public Member Functions inherited from UEvent
int getCode () const
 
virtual ~UEvent ()
 

Private Attributes

std::string _goalLabel
 
double _planningTime
 
std::vector< std::pair< int, Transform > > _poses
 

Additional Inherited Members

- Protected Member Functions inherited from UEvent
 UEvent (int code=0)
 

Detailed Description

Definition at line 197 of file RtabmapEvent.h.

Constructor & Destructor Documentation

rtabmap::RtabmapGlobalPathEvent::RtabmapGlobalPathEvent ( )
inline

Definition at line 200 of file RtabmapEvent.h.

rtabmap::RtabmapGlobalPathEvent::RtabmapGlobalPathEvent ( int  goalId,
const std::vector< std::pair< int, Transform > > &  poses,
double  planningTime 
)
inline

Definition at line 203 of file RtabmapEvent.h.

rtabmap::RtabmapGlobalPathEvent::RtabmapGlobalPathEvent ( int  goalId,
const std::string &  goalLabel,
const std::vector< std::pair< int, Transform > > &  poses,
double  planningTime 
)
inline

Definition at line 210 of file RtabmapEvent.h.

virtual rtabmap::RtabmapGlobalPathEvent::~RtabmapGlobalPathEvent ( )
inlinevirtual

Definition at line 220 of file RtabmapEvent.h.

Member Function Documentation

virtual std::string rtabmap::RtabmapGlobalPathEvent::getClassName ( ) const
inlinevirtual

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 225 of file RtabmapEvent.h.

int rtabmap::RtabmapGlobalPathEvent::getGoal ( ) const
inline

Definition at line 221 of file RtabmapEvent.h.

const std::string& rtabmap::RtabmapGlobalPathEvent::getGoalLabel ( ) const
inline

Definition at line 222 of file RtabmapEvent.h.

double rtabmap::RtabmapGlobalPathEvent::getPlanningTime ( ) const
inline

Definition at line 223 of file RtabmapEvent.h.

const std::vector<std::pair<int, Transform> >& rtabmap::RtabmapGlobalPathEvent::getPoses ( ) const
inline

Definition at line 224 of file RtabmapEvent.h.

Member Data Documentation

std::string rtabmap::RtabmapGlobalPathEvent::_goalLabel
private

Definition at line 228 of file RtabmapEvent.h.

double rtabmap::RtabmapGlobalPathEvent::_planningTime
private

Definition at line 230 of file RtabmapEvent.h.

std::vector<std::pair<int, Transform> > rtabmap::RtabmapGlobalPathEvent::_poses
private

Definition at line 229 of file RtabmapEvent.h.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:43:43