Main Page
Namespaces
Classes
Files
File List
File Members
include
next_best_view
hypothesis_updater
impl
DefaultHypothesisUpdaterFactory.hpp
Go to the documentation of this file.
1
20
#pragma once
21
22
#include "
next_best_view/rating/impl/DefaultRatingModuleFactory.hpp
"
23
#include "
next_best_view/hypothesis_updater/impl/DefaultHypothesisUpdater.hpp
"
24
#include "
next_best_view/hypothesis_updater/HypothesisUpdaterAbstractFactory.hpp
"
25
26
namespace
next_best_view
{
27
28
class
DefaultHypothesisUpdaterFactory
:
public
HypothesisUpdaterAbstractFactory
{
29
private
:
30
31
public
:
32
DefaultHypothesisUpdaterFactory
()
33
{ }
34
35
HypothesisUpdaterPtr
createHypothesisUpdater
() {
36
return
DefaultHypothesisUpdaterPtr
(
new
DefaultHypothesisUpdater
());
37
}
38
};
39
typedef
boost::shared_ptr<DefaultHypothesisUpdaterFactory>
DefaultHypothesisUpdaterFactoryPtr
;
40
}
next_best_view::DefaultHypothesisUpdater
Definition:
DefaultHypothesisUpdater.hpp:26
next_best_view::DefaultHypothesisUpdaterFactory
Definition:
DefaultHypothesisUpdaterFactory.hpp:28
boost::shared_ptr< HypothesisUpdater >
DefaultRatingModuleFactory.hpp
next_best_view
this namespace contains all generally usable classes.
Definition:
CameraModelFilter.hpp:26
next_best_view::DefaultHypothesisUpdaterFactoryPtr
boost::shared_ptr< DefaultHypothesisUpdaterFactory > DefaultHypothesisUpdaterFactoryPtr
Definition:
DefaultHypothesisUpdaterFactory.hpp:39
next_best_view::DefaultHypothesisUpdaterFactory::createHypothesisUpdater
HypothesisUpdaterPtr createHypothesisUpdater()
Definition:
DefaultHypothesisUpdaterFactory.hpp:35
DefaultHypothesisUpdater.hpp
HypothesisUpdaterAbstractFactory.hpp
next_best_view::DefaultHypothesisUpdaterPtr
boost::shared_ptr< DefaultHypothesisUpdater > DefaultHypothesisUpdaterPtr
Definition for the shared pointer type of the class.
Definition:
DefaultHypothesisUpdater.hpp:37
next_best_view::DefaultHypothesisUpdaterFactory::DefaultHypothesisUpdaterFactory
DefaultHypothesisUpdaterFactory()
Definition:
DefaultHypothesisUpdaterFactory.hpp:32
next_best_view::HypothesisUpdaterAbstractFactory
Definition:
HypothesisUpdaterAbstractFactory.hpp:26
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