#include "mlInitSystemML.h"
#include "mlLinearAlgebra.h"
#include "mlImageVector.h"
#include "mlBase.h"
#include "mlFieldSensor.h"
#include "mlFields.h"
#include "mlSubImageBox.h"
Go to the source code of this file.
Classes | |
| class | ml::FieldContainer |
| Defines the class FieldContainer to encapsulate a vector of fields for (see class Field). More... | |
Namespaces | |
| namespace | ml |
Define the namespace name like in the ML. Default is ml. | |
| namespace | std |
| Provide trigonometric etc. | |
Defines | |
| #define | ML_DEPRECATED_FIELDS_WITH_VALUE_POINTER ML_DEPRECATED |
Functions | |
| MLEXPORT std::ostream & | std::operator<< (std::ostream &s, const ml::FieldContainer &fc) |
| Overloading the operator "<<" for stream output of FieldContainer objects. | |
It is usually used as a parameter interface for the Module class. In its constructor a Module usually adds all the interface parameters to its field container.
Definition in file mlFieldContainer.h.
| #define ML_DEPRECATED_FIELDS_WITH_VALUE_POINTER ML_DEPRECATED |
Definition at line 43 of file mlFieldContainer.h.
1.5.8