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

Template class for a 7D vector for floating point types, derived from FloatingPointVector. More...

Go to the source code of this file.

Classes

class  ml::Tvec7< DT >
 An seven dimensional vector class for floating point types. More...

Namespaces

namespace  ml
 

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


Typedefs

Specializations for float, double and long double.
typedef Tvec7< MLfloatml::Vector7f
 A vector with 7 components of type float.
typedef Tvec7< MLdoubleml::Vector7d
 A vector with 7 components of type double.
typedef Tvec7< MLldoubleml::Vector7ld
 A vector with 7 components of type long double.
typedef Tvec7< MLdoubleml::Vector7
 A vector with 7 components of type double.
Deprecated
typedef Tvec7< MLfloatml::vecf7
typedef Tvec7< MLdoubleml::vecd7
typedef Tvec7< MLldoubleml::vecld7
typedef Tvec7< MLdoubleml::vec7

Detailed Description

Template class for a 7D vector for floating point types, derived from FloatingPointVector.

Author:
Wolf Spindler
Date:
09/2007

Definition in file mlVector7.h.