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

Defines the base class Field from which many classes are derived like StringField and IntField for unified access to image processing parameters of ML Module subclasses. More...

#include "mlInitSystemML.h"
#include "mlRuntimeSubClass.h"
#include "mlFieldSensor.h"

Go to the source code of this file.

Classes

class  ml::Field
 Base class for all fields used in the ML. More...
struct  ml::Field::Flags
 Flags for internal usage. More...

Namespaces

namespace  ml
 

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


namespace  std
 

Provide trigonometric etc.


Defines

Deprecated

Implements the runtime type system interface for this class.

#define notifyAttachments   touch

Functions

MLEXPORT std::ostream & std::operator<< (std::ostream &s, const ml::Field &v)
 Overloads the operator "<<" for stream output of Field objects.

Detailed Description

Defines the base class Field from which many classes are derived like StringField and IntField for unified access to image processing parameters of ML Module subclasses.

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

Definition in file mlField.h.


Define Documentation

#define notifyAttachments   touch
Deprecated:
Use touch() instead.

(MACRO_RENAME)

Definition at line 303 of file mlField.h.