MeVisLab Toolbox Reference
mlVector2.h File Reference

Go to the source code of this file.

Classes

class  ml::Vector2DataContainer< DT >
 Specialized base class for the FloatingPointVectorDataContainerBase. More...
 
class  ml::Tvec2< DT >
 Declaration of float vector type traits. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Typedefs

Specializations for float, double, and long double.
typedef Tvec2< MLfloatml::Vector2f
 A vector with two components of type float. More...
 
typedef Tvec2< MLdoubleml::Vector2d
 A vector with two components of type double. More...
 
typedef Tvec2< MLldoubleml::Vector2ld
 A vector with two components of type long double. More...
 
typedef Tvec2< MLdoubleml::Vector2
 A vector with two components of type double. More...