MeVisLab Toolbox Reference
mlIntegerVector.h File Reference
#include "mlLinearAlgebra.h"
#include <mlTypeTraits.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

namespace  ml
 Main documentation file for ML users and developers.
 
namespace  std
 STL namespace.
 

Typedefs

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

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.