Class PosD3ColF3InUsAccessor
PointAccessor<TPoint> for Point Clouds which position, color and intensity values.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.PointCloud.Core.Accessors
Assembly: Fusee.PointCloud.Core.dll
Syntax
public class PosD3ColF3InUsAccessor : PointAccessor<PosD3ColF3InUs>, IPointAccessor
Constructors
PosD3ColF3InUsAccessor()
Creates a new instance.
Declaration
public PosD3ColF3InUsAccessor()
Methods
GetColorFloat3_32(ref PosD3ColF3InUs)
Returns the normal color of a point cloud point if Float3 is true.
Declaration
public override ref float3 GetColorFloat3_32(ref PosD3ColF3InUs point)
Parameters
Type | Name | Description |
---|---|---|
PosD3ColF3InUs | point | The point cloud point. |
Returns
Type | Description |
---|---|
float3 |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUs>.GetColorFloat3_32(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUs)
GetIntensityUInt_16(ref PosD3ColF3InUs)
Returns the intensity of a point cloud point if Byte is true.
Declaration
public override ref ushort GetIntensityUInt_16(ref PosD3ColF3InUs point)
Parameters
Type | Name | Description |
---|---|---|
PosD3ColF3InUs | point | The point cloud point. |
Returns
Type | Description |
---|---|
System.UInt16 |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUs>.GetIntensityUInt_16(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUs)
GetPositionFloat3_64(ref PosD3ColF3InUs)
Returns the position of a point cloud point if Double3 is true.
Declaration
public override ref double3 GetPositionFloat3_64(ref PosD3ColF3InUs point)
Parameters
Type | Name | Description |
---|---|---|
PosD3ColF3InUs | point | The point cloud point. |
Returns
Type | Description |
---|---|
double3 |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUs>.GetPositionFloat3_64(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUs)
SetColorFloat3_32(ref PosD3ColF3InUs, float3)
Sets the color of a point cloud point if Float3 is true.
Declaration
public override void SetColorFloat3_32(ref PosD3ColF3InUs point, float3 val)
Parameters
Type | Name | Description |
---|---|---|
PosD3ColF3InUs | point | The point cloud point. |
float3 | val | The new color. |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUs>.SetColorFloat3_32(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUs, float3)
SetIntensityUInt_16(ref PosD3ColF3InUs, UInt16)
Sets the intensity of a point cloud point if Byte is true.
Declaration
public override void SetIntensityUInt_16(ref PosD3ColF3InUs point, ushort val)
Parameters
Type | Name | Description |
---|---|---|
PosD3ColF3InUs | point | The point cloud point. |
System.UInt16 | val | The new intensity value. |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUs>.SetIntensityUInt_16(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUs, System.UInt16)
SetPositionFloat3_64(ref PosD3ColF3InUs, double3)
Sets the position of a point cloud point if Double3 is true.
Declaration
public override void SetPositionFloat3_64(ref PosD3ColF3InUs point, double3 val)
Parameters
Type | Name | Description |
---|---|---|
PosD3ColF3InUs | point | The point cloud point. |
double3 | val | The new position value. |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUs>.SetPositionFloat3_64(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUs, double3)