EAttributeType Enum

This enumeration contains the possible types for the E3DAttribute. See also EPointCloud::GetAttributeBufferType.

Namespace: Euresys::Open_eVision::Easy3D

EAttributeType_UINT8
Corresponds to an uint8_t.
EAttributeType_UINT16
Corresponds to an uint16_t.
EAttributeType_UINT32
Corresponds to an uint32_t.
EAttributeType_INT32
Corresponds to an int32_t.
EAttributeType_FLOAT
Corresponds to a float.
EAttributeType_DOUBLE
Corresponds to a double.
EAttributeType_EC24A
Corresponds to an EC24A.
EAttributeType_E3DPOINT
Corresponds to an E3DPoint.
EAttributeType_UNDEFINED
Corresponds to a non-defined type.

EAttributeType Enum

This enumeration contains the possible types for the E3DAttribute. See also EPointCloud::GetAttributeBufferType.

Namespace: Euresys.Open_eVision.Easy3D

UINT8
Corresponds to an uint8_t.
UINT16
Corresponds to an uint16_t.
UINT32
Corresponds to an uint32_t.
INT32
Corresponds to an int32_t.
FLOAT
Corresponds to a float.
DOUBLE
Corresponds to a double.
EC24A
Corresponds to an EC24A.
E3DPOINT
Corresponds to an E3DPoint.
UNDEFINED
Corresponds to a non-defined type.