ML Reference
MeVis/Foundation/Sources/ML/include/mlModule.h File Reference

This Module class is the most important base class to derive new image processing modules from; see class Module. More...

#include "mlInitSystemML.h"
#include "mlRuntimeSubClass.h"
#include "mlBasics.h"
#include "mlBase.h"
#include "mlInputSubImageProperties.h"
#include "mlFields.h"
#include "mlFieldContainer.h"
#include "mlModuleInterfaces.h"
#include "mlProcessAllPagesHandler.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::BaseOp

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Defines

#define ML_ADD_FIELD(NAME_P, TYPE_P, VALUE_P)   ((TYPE_P##Field*) this->getFieldContainer()->addField(NAME_P, #TYPE_P, VALUE_P));
 Macro to add a field in the constructor of an ML module.
Deprecated
#define calcOutImageProps   calculateOutputImageProperties
#define calcInSubImageBox   calculateInputSubImageBox
#define calcOutSubImage   calculateOutputSubImage
#define typedCalcOutSubImage   typedCalculateOutputSubImage

Detailed Description

This Module class is the most important base class to derive new image processing modules from; see class Module.

Author:
Wolf Spindler, Dirk Selle
Date:
10/2000

Definition in file mlModule.h.


Define Documentation

#define calcInSubImageBox   calculateInputSubImageBox
Deprecated:
Use calculateInputSubImageBox instead of calcInSubImageBox.

(MACRO_RENAME)

Definition at line 1053 of file mlModule.h.

#define calcOutImageProps   calculateOutputImageProperties
Deprecated:
Use calculateOutputImageProperties instead of calcOutImageProps.

(MACRO_RENAME)

Definition at line 1050 of file mlModule.h.

#define calcOutSubImage   calculateOutputSubImage
Deprecated:
Use calculateOutputSubImage instead of calcOutSubImage.

(MACRO_RENAME)

Definition at line 1056 of file mlModule.h.

#define typedCalcOutSubImage   typedCalculateOutputSubImage
Deprecated:
Use typedCalculateOutputSubImage instead of typedCalcOutSubImage.

(MACRO_RENAME)

Definition at line 1059 of file mlModule.h.