Class PosD3NorF3ColF3Accessor
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 PosD3NorF3ColF3Accessor : PointAccessor<PosD3NorF3ColF3>, IPointAccessor
Constructors
PosD3NorF3ColF3Accessor()
Creates a new instance.
Declaration
public PosD3NorF3ColF3Accessor()
Methods
GetColorFloat3_32(ref PosD3NorF3ColF3)
Returns the normal color of a point cloud point if Float3 is true.
Declaration
public override ref float3 GetColorFloat3_32(ref PosD3NorF3ColF3 point)
Parameters
Type | Name | Description |
---|---|---|
PosD3NorF3ColF3 | point | The point cloud point. |
Returns
Type | Description |
---|---|
float3 |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3NorF3ColF3>.GetColorFloat3_32(Fusee.PointCloud.Common.Accessors.PosD3NorF3ColF3)
GetNormalFloat3_32(ref PosD3NorF3ColF3)
Returns the normal vector of a point cloud point if Float3 is true.
Declaration
public override ref float3 GetNormalFloat3_32(ref PosD3NorF3ColF3 point)
Parameters
Type | Name | Description |
---|---|---|
PosD3NorF3ColF3 | point | The point cloud point. |
Returns
Type | Description |
---|---|
float3 |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3NorF3ColF3>.GetNormalFloat3_32(Fusee.PointCloud.Common.Accessors.PosD3NorF3ColF3)
GetPositionFloat3_64(ref PosD3NorF3ColF3)
Returns the position of a point cloud point if Double3 is true.
Declaration
public override ref double3 GetPositionFloat3_64(ref PosD3NorF3ColF3 point)
Parameters
Type | Name | Description |
---|---|---|
PosD3NorF3ColF3 | point | The point cloud point. |
Returns
Type | Description |
---|---|
double3 |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3NorF3ColF3>.GetPositionFloat3_64(Fusee.PointCloud.Common.Accessors.PosD3NorF3ColF3)
SetColorFloat3_32(ref PosD3NorF3ColF3, float3)
Sets the color of a point cloud point if Float3 is true.
Declaration
public override void SetColorFloat3_32(ref PosD3NorF3ColF3 point, float3 val)
Parameters
Type | Name | Description |
---|---|---|
PosD3NorF3ColF3 | point | The point cloud point. |
float3 | val | The new color. |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3NorF3ColF3>.SetColorFloat3_32(Fusee.PointCloud.Common.Accessors.PosD3NorF3ColF3, float3)
SetNormalFloat3_32(ref PosD3NorF3ColF3, float3)
Sets the normal vector of a point cloud point if Float3 is true.
Declaration
public override void SetNormalFloat3_32(ref PosD3NorF3ColF3 point, float3 val)
Parameters
Type | Name | Description |
---|---|---|
PosD3NorF3ColF3 | point | The point cloud point. |
float3 | val | The new normal vector. |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3NorF3ColF3>.SetNormalFloat3_32(Fusee.PointCloud.Common.Accessors.PosD3NorF3ColF3, float3)
SetPositionFloat3_64(ref PosD3NorF3ColF3, double3)
Sets the position of a point cloud point if Double3 is true.
Declaration
public override void SetPositionFloat3_64(ref PosD3NorF3ColF3 point, double3 val)
Parameters
Type | Name | Description |
---|---|---|
PosD3NorF3ColF3 | point | The point cloud point. |
double3 | val | The new position value. |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3NorF3ColF3>.SetPositionFloat3_64(Fusee.PointCloud.Common.Accessors.PosD3NorF3ColF3, double3)