PointCloudAttributeValueType enum

An enumeration of the various data types supported for point value attributes.

See the i3s-spec for more information on supported value types.

Inheritance
Available extensions

Values

int8 → const PointCloudAttributeValueType

Signed 8-bit integer value.

uint8 → const PointCloudAttributeValueType

Unsigned 8-bit integer value.

int16 → const PointCloudAttributeValueType

Signed 16-bit integer value.

uint16 → const PointCloudAttributeValueType

Unsigned 16-bit integer value.

int32 → const PointCloudAttributeValueType

Signed 32-bit integer value.

uint32 → const PointCloudAttributeValueType

Unsigned 32-bit integer value.

float32 → const PointCloudAttributeValueType

32-bit floating point value.

float64 → const PointCloudAttributeValueType

64-bit floating point value.

Properties

coreValue → RT_PointCloudAttributeValueType
Convert to internal value.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PointCloudAttributeValueType>
A constant List of the values in this enum, in order of their declaration.