MeVisLab Toolbox Reference
mlSubImageBox.h File Reference
#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

 ml
 Main documentation file for ML users and developers.
 

Typedefs

typedef TSubImageBox< MLintml::SubImageBox
 Define the standard SubImageBox type used in the ML. Its size varies with the size of the MLint type. More...
 

Functions

template<typename intT >
ostream & std::operator<< (ostream &s, const ml::TSubImageBox< intT > &box)
 Overload "<<" operator for stream output of SubImageBox objects. More...
 

Function Documentation

◆ operator<<()

template<typename intT >
ostream& std::operator<< ( ostream &  s,
const ml::TSubImageBox< intT > &  box 
)
inline

Overload "<<" operator for stream output of SubImageBox objects.

Definition at line 274 of file mlSubImageBox.h.

References std::operator<<().