HypothesisUpdater.hpp
Go to the documentation of this file.
1 
20 #ifndef HYPOTHESISUPDATER_HPP_
21 #define HYPOTHESISUPDATER_HPP_
22 
24 #include "typedef.hpp"
25 
26 namespace next_best_view {
30  class HypothesisUpdater : public CommonClass {
31  public:
33  virtual ~HypothesisUpdater() = 0;
34 
41  virtual unsigned int update(const ObjectTypeSetPtr &objectTypeSetPtr, const ViewportPoint &viewportPoint) = 0;
42  };
43 
48 }
49 
50 #endif /* HYPOTHESISUPDATER_HPP_ */
virtual unsigned int update(const ObjectTypeSetPtr &objectTypeSetPtr, const ViewportPoint &viewportPoint)=0
Updates the point cloud under the assumption that the given viewport was chosen.
HypothesisUpdater is an abstract class for updating the objects in the point cloud.
this namespace contains all generally usable classes.
boost::shared_ptr< HypothesisUpdater > HypothesisUpdaterPtr
Definition for the shared pointer type of the class.


asr_next_best_view
Author(s): Aumann Florian, Borella Jocelyn, Heller Florian, Meißner Pascal, Schleicher Ralf, Stöckle Patrick, Stroh Daniel, Trautmann Jeremias, Walter Milena, Wittenbeck Valerij
autogenerated on Thu Jan 9 2020 07:20:18