|
Jafar
|
Definition at line 12 of file outputManagerAbstract.hpp.

Public Types | |
|
typedef boost::shared_ptr < GraphManagerAbstract > | graph_manager_ptr_t |
|
typedef boost::weak_ptr < GraphManagerAbstract > | graph_manager_wptr_t |
Public Member Functions | |
| OutputManagerAbstract (graph_manager_ptr_t gm) | |
| virtual void | init ()=0 |
| Uses data from the graph to initialize internal atributes. | |
Public Attributes | |
| graph_manager_wptr_t | _gm_weak_ptr |
| virtual void jafar::graphmap::OutputManagerAbstract::init | ( | ) | [pure virtual] |
Uses data from the graph to initialize internal atributes.
Should be called by graphManager after adding an output manager.
Implemented in jafar::graphmap::LocalRobotPoseOutputManager, and jafar::graphmap::GlobalRobotPoseOutputManager.
| Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 |
|