24 void addInputFields();
25 void addOutputFields();
26 void validateInputString();
27 void invertInputString();
28 void clearOutputString();
Example to demonstrate the development of an ML module based on AlgorithmModule.
~AlgorithmModuleExample() override final
ML-Module base class to simplify development of modules encapsulating an algorithm with dedicated inp...
Field to encapsulate a string value.
#define ML_MODULE_CLASS_HEADER(className)
Like ML_CLASS_HEADER for the usage of derived classes from Module.
#define ML_ALGORITHM_MODULE_EXAMPLES_EXPORT
Target mlrange_cast(Source arg)
Generic version of checked ML casts.