MLAlgorithmModule
|
#include "MLAlgorithmModuleSystem.h"
#include <mlModuleIncludes.h>
#include <FMEException/Exception.h>
#include <FMEThirdPartyWarningsDisable.h>
#include <string>
#include <FMEThirdPartyWarningsRestore.h>
Go to the source code of this file.
Classes | |
class | AlgorithmModule |
ML-Module base class to simplify development of modules encapsulating an algorithm with dedicated input and output interface. More... | |
class | AlgorithmModule::Error |
Data structure to indicate an error within an AlgorithmModule derivative's implementation of interface methods. More... | |
class | AlgorithmModule::InputObjectError |
Data structure indicating an error because of an invalid input object. More... | |
class | AlgorithmModule::InputParameterError |
Data structure indicating an error because of an invalid input parameter. More... | |
class | AlgorithmModule::InternalError |
Data structure indicating an internally caused error. More... | |