#include <FeatureSetMatcherPresenter.h>

Public Slots | |
| void | changeAcceptanceThreshold (double value) |
| void | changeParameter (const QString &name) |
Signals | |
| void | featureSetMatcherChanged () |
Public Member Functions | |
| virtual void | activate () |
| virtual void | deactivate () |
| FeatureSetMatcherPresenter (AbstractFeatureSetMatcher *featureSetMatcher, ParameterWidget *featureSetMatcherParameter) | |
| AbstractFeatureSetMatcher * | getFeatureSetMatcher () |
| const AbstractFeatureSetMatcher * | getFeatureSetMatcher () const |
| ParameterWidget * | getFeatureSetMatcherParameter () |
| const ParameterWidget * | getFeatureSetMatcherParameter () const |
| virtual void | setFeatureSetMatcher (AbstractFeatureSetMatcher *featureSetMatcher)=0 |
| virtual void | setFeatureSetMatcherParameter (ParameterWidget *peakParameter)=0 |
Protected Member Functions | |
| virtual void | reconnect () |
| virtual void | syncronize () |
Protected Attributes | |
| AbstractFeatureSetMatcher * | m_featureSetMatcher |
| ParameterWidget * | m_featureSetMatcherParameter |
Definition at line 31 of file FeatureSetMatcherPresenter.h.
| FeatureSetMatcherPresenter::FeatureSetMatcherPresenter | ( | AbstractFeatureSetMatcher * | featureSetMatcher, | |
| ParameterWidget * | featureSetMatcherParameter | |||
| ) |
Definition at line 6 of file FeatureSetMatcherPresenter.cpp.
| virtual void FeatureSetMatcherPresenter::activate | ( | ) | [inline, virtual] |
Definition at line 37 of file FeatureSetMatcherPresenter.h.
| void FeatureSetMatcherPresenter::changeAcceptanceThreshold | ( | double | value | ) | [slot] |
Definition at line 38 of file FeatureSetMatcherPresenter.cpp.
| void FeatureSetMatcherPresenter::changeParameter | ( | const QString & | name | ) | [slot] |
Reimplemented in RansacPresenter.
Definition at line 29 of file FeatureSetMatcherPresenter.cpp.
| virtual void FeatureSetMatcherPresenter::deactivate | ( | ) | [inline, virtual] |
Definition at line 39 of file FeatureSetMatcherPresenter.h.
| void FeatureSetMatcherPresenter::featureSetMatcherChanged | ( | ) | [signal] |
| AbstractFeatureSetMatcher* FeatureSetMatcherPresenter::getFeatureSetMatcher | ( | ) | [inline] |
Definition at line 52 of file FeatureSetMatcherPresenter.h.
| const AbstractFeatureSetMatcher* FeatureSetMatcherPresenter::getFeatureSetMatcher | ( | ) | const [inline] |
Definition at line 47 of file FeatureSetMatcherPresenter.h.
| ParameterWidget* FeatureSetMatcherPresenter::getFeatureSetMatcherParameter | ( | ) | [inline] |
Definition at line 54 of file FeatureSetMatcherPresenter.h.
| const ParameterWidget* FeatureSetMatcherPresenter::getFeatureSetMatcherParameter | ( | ) | const [inline] |
Definition at line 49 of file FeatureSetMatcherPresenter.h.
| void FeatureSetMatcherPresenter::reconnect | ( | ) | [protected, virtual] |
Reimplemented in RansacPresenter.
Definition at line 54 of file FeatureSetMatcherPresenter.cpp.
| void FeatureSetMatcherPresenter::setFeatureSetMatcher | ( | AbstractFeatureSetMatcher * | featureSetMatcher | ) | [pure virtual] |
Implemented in RansacPresenter.
Definition at line 15 of file FeatureSetMatcherPresenter.cpp.
| void FeatureSetMatcherPresenter::setFeatureSetMatcherParameter | ( | ParameterWidget * | peakParameter | ) | [pure virtual] |
Implemented in RansacPresenter.
Definition at line 20 of file FeatureSetMatcherPresenter.cpp.
| void FeatureSetMatcherPresenter::syncronize | ( | ) | [protected, virtual] |
Reimplemented in RansacPresenter.
Definition at line 49 of file FeatureSetMatcherPresenter.cpp.
Definition at line 68 of file FeatureSetMatcherPresenter.h.
Definition at line 69 of file FeatureSetMatcherPresenter.h.