|
typedef TypedAttribute< bool > | Ufe::AttributeBool |
| Specialized typed attribute for boolean values. More...
|
|
typedef TypedAttribute< int > | Ufe::AttributeInt |
| Specialized typed attribute for integer values. More...
|
|
typedef TypedAttribute< float > | Ufe::AttributeFloat |
| Specialized typed attribute for float values. More...
|
|
typedef TypedAttribute< double > | Ufe::AttributeDouble |
| Specialized typed attribute for double values. More...
|
|
typedef TypedAttribute< std::string > | Ufe::AttributeString |
| Specialized typed attribute for string values. More...
|
|
typedef TypedAttribute< Color3f > | Ufe::AttributeColorFloat3 |
| Specialized typed attribute for color (3 float) values. More...
|
|
typedef TypedAttribute< Color4f > | Ufe::AttributeColorFloat4 |
| Specialized typed attribute for color (4 float) values. More...
|
|
typedef TypedAttribute< Vector3i > | Ufe::AttributeInt3 |
| Specialized typed attribute for 3 integer (vector) values. More...
|
|
typedef TypedAttribute< Vector2f > | Ufe::AttributeFloat2 |
| Specialized typed attribute for 2 float (vector) values. More...
|
|
typedef TypedAttribute< Vector3f > | Ufe::AttributeFloat3 |
| Specialized typed attribute for 3 float (vector) values. More...
|
|
typedef TypedAttribute< Vector4f > | Ufe::AttributeFloat4 |
| Specialized typed attribute for 4 float (vector) values. More...
|
|
typedef TypedAttribute< Vector3d > | Ufe::AttributeDouble3 |
| Specialized typed attribute for 3 double (vector) values. More...
|
|
typedef TypedAttribute< Matrix3d > | Ufe::AttributeMatrix3d |
| Specialized typed attribute for 3x3 double (matrix) values. More...
|
|
typedef TypedAttribute< Matrix4d > | Ufe::AttributeMatrix4d |
| Specialized typed attribute for 4x4 double (matrix) values. More...
|
|