Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
MapsTransformation.hpp
00001 /* $Id$ */
00002 
00003 #ifndef _MAPS_TRANSFORMATION_HPP_
00004 #define _MAPS_TRANSFORMATION_HPP_
00005 
00006 namespace jafar {
00007   namespace geom {
00008     class T3DEuler;
00009   }
00010   namespace spaf {
00015     class MapsTransformation {
00016       public:
00017         virtual ~MapsTransformation();
00018         virtual jafar::geom::T3DEuler worldToMap(unsigned int _mapId) = 0;
00019         virtual jafar::geom::T3DEuler mapToMap(unsigned int _mapId1, unsigned int _mapId2) = 0;
00020     };
00021   }
00022 }
00023 
00024 #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