ML Reference
MeVis/Foundation/Sources/MLLinearAlgebra/mlIntegerVector.h File Reference

Template class TVector for integer types. More...

#include "mlLinearAlgebra.h"

Go to the source code of this file.

Classes

class  ml::TVectorNDBase< CompIntType, NumDim >
 TVectorNDBase is the data container class for the TVector template providing ND functionality for integer vectors. More...
class  ml::TVector< TVectorBase >
 ML integer image vector class to be specialized for different purposes. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


namespace  std
 

Provide trigonometric etc.


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.

Detailed Description

Template class TVector for integer types.

Author:
Wolf Spindler, Dirk Selle
Date:
07/2003

Definition in file mlIntegerVector.h.