Enum PointIntensityType
Declares valid data types for a point cloud's intensity data.
Namespace: Fusee.PointCloud.Common.Accessors
Assembly: Fusee.PointCloud.Common.dll
Syntax
public enum PointIntensityType
Fields
Name | Description |
---|---|
Byte | A point cloud point has a intensity value of type System.Byte. |
Double | Returns a bool that tells if a point cloud point has a intensity value of type System.Double. |
Float | Returns a bool that tells if a point cloud point has a intensity value of type System.Single. |
Int | A point cloud point has a intensity value of type System.Int32. |
Long | A point cloud point has a intensity value of type System.Int64. |
None | A point cloud point without an intensity value. |
SByte | A point cloud point has a intensity value of type System.SByte. |
Short | A point cloud point has a intensity value of type System.Int16. |
UInt | A point cloud point has a intensity value of type System.UInt32. |
ULong | Returns a bool that tells if a point cloud point has a intensity value of type System.UInt64. |
UShort | A point cloud point has a intensity value of type System.UInt16. |