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

Namespaces

namespace  ml
 Defines the class GetTileJob.
namespace  std
 STL namespace.

Macros

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

Functions

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

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.