a 3D vector value used in attributes More...
#include <mia/3d/image.hh>
Public Member Functions | |
C3DValueAttribute (const T3DVector< T > &value) | |
operator T3DVector< T > () const | |
const char * | typedescr () const |
![]() | |
std::string | as_string () const |
returns the value as a atring More... | |
bool | is_equal (const CAttribute &other) const |
bool | is_less (const CAttribute &other) const |
virtual | ~CAttribute () |
virtual destructor since derived classes may define dynamic objetcs More... | |
a 3D vector value used in attributes
T | the data type of the vector elements |
Definition at line 471 of file 3d/image.hh.
C3DValueAttribute< T >::C3DValueAttribute | ( | const T3DVector< T > & | value) |
Constructor to initialize the attribute by using a 3D Vector value
value |
C3DValueAttribute< T >::operator T3DVector< T > | ( | ) | const |
|
inlinevirtual |
Obtain a run-time unique type description of the value type
Implements CAttribute.
Definition at line 487 of file 3d/image.hh.