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

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

Go to the source code of this file.

Classes

class  ml::Tvec32< DT >
 A 32 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 Tvec32< MLfloatml::Vector32f
 A vector with 32 components of type float.
typedef Tvec32< MLdoubleml::Vector32d
 A vector with 32 components of type double.
typedef Tvec32< MLldoubleml::Vector32ld
 A vector with 32 components of type long double.
typedef Tvec32< MLdoubleml::Vector32
 A vector with 32 components of type double.
Deprecated
typedef Tvec32< MLfloatml::vecf32
typedef Tvec32< MLdoubleml::vecd32
typedef Tvec32< MLldoubleml::vecld32
typedef Tvec32< MLdoubleml::vec32

Detailed Description

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

Author:
Wolf Spindler
Date:
11/2003

Definition in file mlVector32.h.