ML Reference
|
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 |
Main documentation file for ML users and developers. | |
namespace | std |
STL namespace. | |
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. | |
Functions | |
template<typename intT > | |
ostream & | std::operator<< (ostream &s, const ml::TSubImageBox< intT > &box) |
Overload "<<" operator for stream output of SubImageBox objects. | |