ML 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

namespace  ml
 Main documentation file for ML users and developers.
 
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.