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