13#ifndef ML_BACKGROUND_TASK_BASE_MODULE_H
14#define ML_BACKGROUND_TASK_BASE_MODULE_H
#define MLBACKGROUNDTASKS_EXPORT
Project global and OS specific declarations.
Base class for ML modules that use background tasks.
BackgroundTaskBaseModule(int n=1, int m=0)
Constructor.
void handleNotification(Field *field) override
Handle field 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)
Like ML_ABSTRACT_CLASS_HEADER for the usage of derived classes from Module.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.