MeVisLab Toolbox Reference
|
#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 | ml::AlgorithmModule |
ML-Module base class to simplify development of modules encapsulating an algorithm with dedicated input and output interface. More... | |
class | ml::AlgorithmModule::Error |
Data structure to indicate an error within an AlgorithmModule derivative's implementation of interface methods. More... | |
class | ml::AlgorithmModule::InputObjectError |
Data structure indicating an error because of an invalid input object. More... | |
class | ml::AlgorithmModule::InputParameterError |
Data structure indicating an error because of an invalid input parameter. More... | |
class | ml::AlgorithmModule::InternalError |
Data structure indicating an internally caused error. More... | |
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |