Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TrackingResult.hpp
00001 /* $Id$ */
00002 
00003 #ifndef _DSEG3D_TRACKING_RESULT_HPP_
00004 #define _DSEG3D_TRACKING_RESULT_HPP_
00005 
00006 #include <geom/Segment.hpp>
00007 #include <list>
00008 
00009 namespace jafar {
00010   namespace dseg3d {
00011     class TrackingResult {
00012       public:
00013         TrackingResult();
00014         ~TrackingResult();
00015       private:
00016     };
00017   }
00018 }
00019 
00020 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

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