35  Engine(
int numInputImages=0, 
int numOutputImages=0) : 
Module(numInputImages, numOutputImages)
 
   37    if ((numInputImages!=0) || (numOutputImages!=0))
 
   40                           "Engines currently does not support input or output images.");
 
 
 
Base class for all ML Engines that are derived from Module, and have no inputs or outputs but impleme...
 
Engine(int numInputImages=0, int numOutputImages=0)
Constructor.
 
bool _valid
Implements the runtime system interface for this class.
 
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.
 
#define ML_PROGRAMMING_ERROR
A case occurred that should not appear and there are a variety of reasons, typically it is a programm...
 
#define ML_PRINT_FATAL_ERROR(FUNC_NAME, REASON, HANDLING)
Like ML_PRINT_FATAL_ERROR_DUMP(FUNC_NAME, REASON, HANDLING, RT_OBJ) without a runtime object to be du...
 
#define MLEXPORT
To export symbols from a DLL/shared object, we need to mark them with the MLEXPORT symbol.