#include <interfaces.h>
Inherited by TestAlgorithmPlugin, and ThresholdPlugin.
Inheritance diagram for AlgorithmInterface:
Public Member Functions | |
virtual | ~AlgorithmInterface () |
virtual Algorithm * | getAlgorithm () const =0 |
virtual ConfigWidget * | getConfigWidget () const =0 |
virtual Configuration * | getConfiguration () const =0 |
to conform to Implementing subclasses have to provide implementations of the purely virtual methods getAlgorithm
, getConfigWidget
and getConfiguration
.
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 42 of file interfaces.h.
|
Virtual destructor to please certain compilers Definition at line 49 of file interfaces.h. |
|
Getter for the algorithm
Implemented in TestAlgorithmPlugin, and ThresholdPlugin. |
|
Getter for the Configuration
Implemented in TestAlgorithmPlugin, and ThresholdPlugin. |
|
Getter for the ConfigWidget
Implemented in TestAlgorithmPlugin, and ThresholdPlugin. |