MeVisLab Toolbox Reference
mlIntegerVector.h File Reference
#include "mlLinearAlgebra.h"
#include <mlUtilsSystemC.h>

Go to the source code of this file.

Classes

class  ml::TVectorNDBase< CompIntType, NumDim >
 Declaration of integer vector type traits: More...
 
class  ml::TVector< TVectorBase >
 ML integer image vector class to be specialized for different purposes. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Typedefs

typedef int ml::VectorDimIdxType
 Signed integer type used as count and index type to traverse the array of the TVector. More...
 

Functions

template<class TVectorBase >
ostream & std::operator<< (ostream &s, const ml::TVector< TVectorBase > &v)
 Implements the stream output operator "<<" for TVector objects; the vector is printed in round parentheses and array elements are separated by commas. More...
 

Function Documentation

◆ operator<<()

template<class TVectorBase >
ostream& std::operator<< ( ostream &  s,
const ml::TVector< TVectorBase > &  v 
)

Implements the stream output operator "<<" for TVector objects; the vector is printed in round parentheses and array elements are separated by commas.

Definition at line 628 of file mlIntegerVector.h.

References std::operator<<().