MeVisLab Toolbox Reference
|
Specialized base class for the FloatingPointVectorDataContainerBase. More...
#include <mlVector2.h>
Public Attributes | ||
union { | ||
struct { | ||
DT x | ||
X-component of the vector, same as _buffer[0]. More... | ||
DT y | ||
Y-component of the vector, same as _buffer[1]. More... | ||
} | ||
DT _buffer [2] | ||
Data members as vector to provide array access, same as x and y members. More... | ||
}; | ||
Specialized base class for the FloatingPointVectorDataContainerBase.
Definition at line 28 of file mlVector2.h.
union { ... } ml::Vector2DataContainer< DT > |
DT ml::Vector2DataContainer< DT >::_buffer[2] |
Data members as vector to provide array access, same as x and y members.
Definition at line 39 of file mlVector2.h.
DT ml::Vector2DataContainer< DT >::x |
X-component of the vector, same as _buffer[0].
Definition at line 34 of file mlVector2.h.
DT ml::Vector2DataContainer< DT >::y |
Y-component of the vector, same as _buffer[1].
Definition at line 36 of file mlVector2.h.