My Project
attribute_type< T3DVector< T > > Struct Template Reference

#include <mia/3d/vector.hh>

Inheritance diagram for attribute_type< T3DVector< T > >:
[legend]
Collaboration diagram for attribute_type< T3DVector< T > >:
[legend]

Static Public Attributes

static const int value = attribute_type<T>::value | vector_3d_bit
Static Public Attributes inherited from EAttributeType
static const int attr_bool = 1
static const int attr_double = 11
static const int attr_float = 10
static const int attr_schar = 3
static const int attr_sint = 7
static const int attr_slong = 9
static const int attr_sshort = 5
static const int attr_string = 12
static const int attr_uchar = 2
static const int attr_uint = 6
static const int attr_ulong = 8
static const int attr_unknown = 0
static const int attr_ushort = 4
static const int vector_bit = 0x80000000
Static Public Attributes inherited from EAttributeType_3d
static const int vector_3d_bit = 0x40000

Additional Inherited Members

Static Public Member Functions inherited from EAttributeType
static bool is_vector (int type)
static int scalar_type (int type)
Static Public Member Functions inherited from EAttributeType_3d
static bool is_vector3d (int type)

Detailed Description

template<typename T>
struct attribute_type< T3DVector< T > >

Definition at line 360 of file 3d/vector.hh.

Field Documentation

◆ value

template<typename T>
const int attribute_type< T3DVector< T > >::value = attribute_type<T>::value | vector_3d_bit
static

Definition at line 361 of file 3d/vector.hh.


The documentation for this struct was generated from the following file: