Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
MMSegments.hpp
00001 /* $Id$ */
00002 
00003 #ifndef _GEOMSLAM_MMSEGMENTS_HPP_
00004 #define _GEOMSLAM_MMSEGMENTS_HPP_
00005 
00006 #include <geomslam/Segments.hpp>
00007 
00008 namespace jafar {
00009   namespace geomslam {
00016     class MMSegmentDriver : public SlamSegmentDriver {
00017       public:
00018         MMSegmentDriver( const slam::SegmentFeature* feature, const geom::Repere3D* _reference);
00019         virtual ~MMSegmentDriver();
00020         virtual const geom::Repere3D* reference( ) const;
00021       private:
00022         const geom::Repere3D* m_reference;
00023     };
00024   }
00025 }
00026 
00027 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

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