Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
StaticPredictor.hpp
00001 /* $Id$ */
00002 
00003 #include <dseg/Predictor.hpp>
00004 
00005 namespace jafar {
00006   namespace dseg {
00011     class StaticPredictor : public Predictor {
00012       public:
00013         StaticPredictor( double _posError, double _angleError );
00014         virtual SegmentHypothesis* predictionFor( const SegmentHypothesis* ) const;
00015       private:
00016         double m_posError, m_angleError;
00017     };
00018   }
00019 }
 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