#include <configuration.h>
Inherited by TestConfiguration, and ThresholdConfiguration.
Inheritance diagram for Configuration:
Public Member Functions | |
Configuration () | |
virtual | ~Configuration () |
void | registerDataset (config_dataset_id_type input_dataset_id, dataset_pointer_type dataset) |
imedgine::dataset_pointer_type | getDataset (config_dataset_id_type input_dataset_id) const |
Protected Member Functions | |
Configuration (Configuration const &src) |
The abstract configuration interface. This only contains methods for setting input and output datasets, the rest of the configuration has to be added by implementors in subclasses.
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 47 of file configuration.h.
|
Constructor Definition at line 20 of file configuration.cpp. |
|
Destructor Definition at line 33 of file configuration.cpp. |
|
Copy constructor Definition at line 27 of file configuration.cpp. |
|
Return the registered input or output dataset associated with the given dataset key from the algorithm configuration file.
Definition at line 55 of file configuration.cpp. |
|
Register a new dataset that will be accessible with the given dataset ID read from the configuration file.
Definition at line 47 of file configuration.cpp. |