Class PosD3ColF3LblBAccessor
PointAccessor<TPoint> for Point Clouds which position, color and classification 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 PosD3ColF3LblBAccessor : PointAccessor<PosD3ColF3LblB>, IPointAccessor
Constructors
PosD3ColF3LblBAccessor()
Creates a new instance.
Declaration
public PosD3ColF3LblBAccessor()
Methods
GetColorFloat3_32(ref PosD3ColF3LblB)
Returns the normal color of a point cloud point.
Declaration
public override ref float3 GetColorFloat3_32(ref PosD3ColF3LblB point)
Parameters
Type | Name | Description |
---|---|---|
PosD3ColF3LblB | point | The point cloud point. |
Returns
Type | Description |
---|---|
float3 |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3LblB>.GetColorFloat3_32(Fusee.PointCloud.Common.Accessors.PosD3ColF3LblB)
GetLabelUInt_8(ref PosD3ColF3LblB)
Returns the label of a point cloud point.
Declaration
public override ref byte GetLabelUInt_8(ref PosD3ColF3LblB point)
Parameters
Type | Name | Description |
---|---|---|
PosD3ColF3LblB | point | The point cloud point. |
Returns
Type | Description |
---|---|
System.Byte |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3LblB>.GetLabelUInt_8(Fusee.PointCloud.Common.Accessors.PosD3ColF3LblB)
GetPositionFloat3_64(ref PosD3ColF3LblB)
Returns the position of a point cloud point.
Declaration
public override ref double3 GetPositionFloat3_64(ref PosD3ColF3LblB point)
Parameters
Type | Name | Description |
---|---|---|
PosD3ColF3LblB | point | The point cloud point. |
Returns
Type | Description |
---|---|
double3 |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3LblB>.GetPositionFloat3_64(Fusee.PointCloud.Common.Accessors.PosD3ColF3LblB)
SetColorFloat3_32(ref PosD3ColF3LblB, float3)
Sets the color of a point cloud point.
Declaration
public override void SetColorFloat3_32(ref PosD3ColF3LblB point, float3 val)
Parameters
Type | Name | Description |
---|---|---|
PosD3ColF3LblB | point | The point cloud point. |
float3 | val | The new color. |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3LblB>.SetColorFloat3_32(Fusee.PointCloud.Common.Accessors.PosD3ColF3LblB, float3)
SetLabelUInt_8(ref PosD3ColF3LblB, Byte)
Sets the label of a point cloud point.
Declaration
public override void SetLabelUInt_8(ref PosD3ColF3LblB point, byte val)
Parameters
Type | Name | Description |
---|---|---|
PosD3ColF3LblB | point | The point cloud point. |
System.Byte | val | The new label. |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3LblB>.SetLabelUInt_8(Fusee.PointCloud.Common.Accessors.PosD3ColF3LblB, System.Byte)
SetPositionFloat3_64(ref PosD3ColF3LblB, double3)
Sets the position of a point cloud point.
Declaration
public override void SetPositionFloat3_64(ref PosD3ColF3LblB point, double3 val)
Parameters
Type | Name | Description |
---|---|---|
PosD3ColF3LblB | point | The point cloud point. |
double3 | val | The new position value. |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3LblB>.SetPositionFloat3_64(Fusee.PointCloud.Common.Accessors.PosD3ColF3LblB, double3)