Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SlammmMapsTransformation.hpp
00001 /* $Id$ */
00002 
00003 #ifndef _SLAMMM_MAPS_TRANSFORMATION_HPP_
00004 #define _SLAMMM_MAPS_TRANSFORMATION_HPP_
00005 
00006 #include "spaf/MapsTransformation.hpp"
00007 
00008 namespace jafar {
00009   namespace slammm {
00010     class MapsPoseManager;
00011   }
00012   namespace splamf {
00017     class SlammmMapsTransformation : public spaf::MapsTransformation {
00018       public:
00019         SlammmMapsTransformation(const slammm::MapsPoseManager* manager);
00020         virtual ~SlammmMapsTransformation();
00021         virtual jafar::geom::T3DEuler worldToMap(unsigned int _mapId) const;
00022         virtual jafar::geom::T3DEuler mapToMap(unsigned int _mapId1, unsigned int _mapId2) const;
00023       private:
00024         const slammm::MapsPoseManager* m_mapsPoseManager;
00025     };
00026   }
00027 }
00028 
00029 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:28 for Jafar by doxygen 1.7.6.1
LAAS-CNRS