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

Defines the class Host for the processing of image processing graphs (see class PagedImage and Module). More...

#include "mlInitSystemML.h"
#include "mlBasics.h"
#include "mlPagedImage.h"
#include "mlSubImage.h"
#include "mlFields.h"
#include "mlWaitCondition.h"
#include "mlBarrier.h"
#include "mlThread.h"

Go to the source code of this file.

Classes

class  ml::Host
 The Host is the central image processing class in the ML. More...

Namespaces

namespace  ml
 

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


namespace  std
 

Provide trigonometric etc.


Functions

MLEXPORT ostream & std::operator<< (ostream &s, const ml::Host &host)
 Overloading the operator "<<" for stream output of Host objects.

Detailed Description

Defines the class Host for the processing of image processing graphs (see class PagedImage and Module).

Note that this file needs to be included explicitly, because it is part of the hidden C++ API of the ML. Do not use it, because it is part of the ML internals. If you need functionality see wrapped functionality in Module and PagedImage.

Author:
Wolf Spindler, Dirk Selle
Date:
01/2001

Thread-safety: This class is not thread-safe and should only be used from the main thread.

Definition in file mlHost.h.