MeVisLab Toolbox Reference
mlHost.h File Reference
#include "mlInitSystemML.h"
#include "mlPagedImage.h"
#include "mlSubImage.h"
#include "mlFields.h"
#include "mlWaitCondition.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

 ml
 Main documentation file for ML users and developers.
 

Macros

#define ML_HOST_UPDATE_PROGRESS_INTERVAL   0.3
 Interval in which the host calls the updateProgress() method. More...
 

Functions

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

Macro Definition Documentation

◆ ML_HOST_UPDATE_PROGRESS_INTERVAL

#define ML_HOST_UPDATE_PROGRESS_INTERVAL   0.3

Interval in which the host calls the updateProgress() method.

Definition at line 49 of file mlHost.h.

Function Documentation

◆ operator<<()

MLEXPORT ostream& std::operator<< ( ostream &  s,
const ml::Host host 
)

Overloading the operator "<<" for stream output of Host objects.

References std::operator<<().