Jafar
|
00001 #ifndef RTSLAMPREDICTOR_HPP 00002 #define RTSLAMPREDICTOR_HPP 00003 00004 #include <dseg/Predictor.hpp> 00005 00006 namespace jafar { 00007 namespace dseg { 00012 class RtslamPredictor : public Predictor { 00013 public: 00014 RtslamPredictor(); 00015 virtual SegmentHypothesis* predictionFor( const SegmentHypothesis* ) const; 00016 }; 00017 } 00018 } 00019 00020 #endif // RTSLAMPREDICTOR_HPP
Generated on Wed Oct 15 2014 00:37:18 for Jafar by doxygen 1.7.6.1 |