Show / Hide Table of Contents

Enum PointLabelType

Declares valid data types for a point cloud's label data.

Namespace: Fusee.PointCloud.Common.Accessors
Assembly: Fusee.PointCloud.Common.dll
Syntax
public enum PointLabelType

Fields

Name Description
Byte

A point cloud point has a label with a value of type System.Byte.

Double

A point cloud point has a label with a value of type System.Double.

Float

A point cloud point has a label with a value of type System.Single.

Int

A point cloud point has a label with a value of type System.Int32.

Long

A point cloud point has a label with a value of type System.Int64.

None

A point cloud without a label.

SByte

A point cloud point has a label with a value of type System.SByte.

Short

A point cloud point has a label with a value of type System.Int16.

UInt

A point cloud point has a label with a value of type System.UInt32.

ULong

A point cloud point has a label with a value of type System.UInt64.

UShort

A point cloud point has a label with a value of type System.UInt16.

Generated by DocFX
GitHub Repo
Back to top