#include "mlInitSystemML.h"
#include "mlBasics.h"
#include "mlPagedImage.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. | |
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.
Definition in file mlHost.h.
1.5.8