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

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

Go to the source code of this file.

Classes

class  ml::Vector2DataContainer< DT >
 Specialized base class for the FloatingPointVectorDataContainerBase. More...
class  ml::Tvec2< DT >
 A two 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 Tvec2< MLfloatml::Vector2f
 A vector with 2 components of type float.
typedef Tvec2< MLdoubleml::Vector2d
 A vector with 2 components of type double.
typedef Tvec2< MLldoubleml::Vector2ld
 A vector with 2 components of type long double.
typedef Tvec2< MLdoubleml::Vector2
 A vector with 2 components of type double.
Deprecated
typedef Tvec2< MLfloatml::vecf2
typedef Tvec2< MLdoubleml::vecd2
typedef Tvec2< MLldoubleml::vecld2
typedef Tvec2< MLdoubleml::vec2

Detailed Description

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

Author:
Florian Link, Wolf Spindler
Date:
09/2001

Definition in file mlVector2.h.