#include "mlInitSystemML.h"
#include "mlImageVector.h"
Go to the source code of this file.
Classes | |
| class | ml::TSubImageBox< intT > |
| This class defines a rectangular subimage region of standard ML dimensions. More... | |
Namespaces | |
| namespace | ml |
Define the namespace name like in the ML. Default is ml. | |
| namespace | std |
| Provide trigonometric etc. | |
Defines | |
Deprecated | |
| #define | TSubImgBox TSubImageBox |
Typedefs | |
| typedef TSubImageBox< MLint > | ml::SubImageBox |
| Define the standard SubImageBox type used in the ML. Its size varies with the size of the MLint type. | |
Deprecated | |
| typedef TSubImageBox< MLint16 > | ml::SubImgBox16 |
| typedef TSubImageBox< MLint32 > | ml::SubImgBox32 |
| typedef TSubImageBox< MLint64 > | ml::SubImgBox64 |
| typedef SubImageBox | ml::SubImgBox |
Functions | |
| template<typename intT > | |
| ostream & | std::operator<< (ostream &s, const ml::TSubImageBox< intT > &box) |
| Overload "<<" operator for stream output of SubImageBox objects. | |
Definition in file mlSubImageBox.h.
| #define TSubImgBox TSubImageBox |
1.5.8