13 #ifndef ML_BACKGROUND_TASK_BASE_MODULE_H
14 #define ML_BACKGROUND_TASK_BASE_MODULE_H
#define MLBACKGROUNDTASKS_EXPORT
Base class for ML modules that use background tasks.
BackgroundTaskBaseModule(int n=1, int m=0)
Constructor.
void handleNotification(Field *field) override
Handles changes of the field field.
Base class for all fields used in the ML.
Base class for an image processing module of the ML.
#define ML_ABSTRACT_MODULE_CLASS_HEADER(className)
Similar to ML_ABSTRACT_CLASS_HEADER for the usage of derived classes from Module.