predictor_with_score.h
Go to the documentation of this file.
1 
18 #ifndef PREDICTOR_WITH_SCORE_H
19 #define PREDICTOR_WITH_SCORE_H
21 
22 namespace pose_prediction_ism
23 {
25 {
26 public:
27  PredictorWithScore(std::string database_filename,
28  std::string name_space,
29  PredictorType predictor_type);
30 
31 protected:
32  typedef std::pair<IsmObjects, double> PathWithScore;
33  virtual double calculatePathScore(IsmObjects path) = 0;
34 };
36 }
37 
38 
39 #endif // PREDICTOR_WITH_SCORE_H
std::pair< IsmObjects, double > PathWithScore
PredictorWithScore(std::string database_filename, std::string name_space, PredictorType predictor_type)
std::vector< IsmObject > IsmObjects
virtual double calculatePathScore(IsmObjects path)=0
SharedPtr< PredictorWithScore > PredictorWithScorePtr


asr_lib_pose_prediction_ism
Author(s): Heizmann Heinrich, Heller Florian, Meißner Pascal, Stöckle Patrick
autogenerated on Thu Jan 9 2020 07:19:56