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

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

Go to the source code of this file.

Classes

class  ml::Tvec8< DT >
 An eight 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 Tvec8< MLfloatml::Vector8f
 A vector with 8 components of type float.
typedef Tvec8< MLdoubleml::Vector8d
 A vector with 8 components of type double.
typedef Tvec8< MLldoubleml::Vector8ld
 A vector with 8 components of type long double.
typedef Tvec8< MLdoubleml::Vector8
 A vector with 8 components of type double.
Deprecated
typedef Tvec8< MLfloatml::vecf8
typedef Tvec8< MLdoubleml::vecd8
typedef Tvec8< MLldoubleml::vecld8
typedef Tvec8< MLdoubleml::vec8

Detailed Description

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

Author:
Wolf Spindler
Date:
11/2003

Definition in file mlVector8.h.