MeVisLab Toolbox Reference
mlModule.h File Reference
#include "mlInitSystemML.h"
#include "mlRuntimeSubClass.h"
#include "mlBase.h"
#include "mlFields.h"
#include "mlFieldContainer.h"
#include "mlModuleInterfaces.h"
#include "mlProcessAllPagesHandler.h"
#include "mlPagedImage.h"
#include <mlMetaProfilePtr.h>

Go to the source code of this file.

Classes

class  ml::Module
 Base class for an image processing module of the ML. More...
 
class  ml::ModuleDiagnosisStackScope
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Macros

#define ML_ADD_FIELD(NAME_P, TYPE_P, VALUE_P)   (static_cast<TYPE_P##Field*> (this->getFieldContainer()->addField(NAME_P, #TYPE_P, VALUE_P)));
 This Module class is the most important base class to derive new image processing modules from; see class Module. More...