24 void addInputFields();
25 void addOutputFields();
26 void validateInputString();
27 void invertInputString();
28 void clearOutputString();
#define ML_ALGORITHM_MODULE_EXAMPLES_EXPORT
~AlgorithmModuleExample() override final
void clear() override final
Clears the values of module's output fields (object and parameter fields).
void update() override final
Executes the algorithm and updates the values of module's output fields with results.
void validateInput() override final
Validates the values of module's input fields (object and parameter fields).
AlgorithmModule(int numInputImages, int numOutputImages)
Forwards given parameters to base class constructor.
#define ML_MODULE_CLASS_HEADER(className)