Class PosD3ColF3InUsLblBAccessor
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 PosD3ColF3InUsLblBAccessor : PointAccessor<PosD3ColF3InUsLblB>, IPointAccessor
  Constructors
PosD3ColF3InUsLblBAccessor()
Creates a new instance.
Declaration
public PosD3ColF3InUsLblBAccessor()
  Methods
GetColorFloat3_32(ref PosD3ColF3InUsLblB)
Returns the normal color of a point cloud point.
Declaration
public override ref float3 GetColorFloat3_32(ref PosD3ColF3InUsLblB point)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3ColF3InUsLblB | point | The point cloud point.  | 
      
Returns
| Type | Description | 
|---|---|
| float3 | 
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB>.GetColorFloat3_32(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB)
  
  GetIntensityUInt_16(ref PosD3ColF3InUsLblB)
Returns the intensity of a point cloud point if Byte is true.
Declaration
public override ref ushort GetIntensityUInt_16(ref PosD3ColF3InUsLblB point)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3ColF3InUsLblB | point | The point cloud point.  | 
      
Returns
| Type | Description | 
|---|---|
| System.UInt16 | 
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB>.GetIntensityUInt_16(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB)
  
  GetLabelUInt_8(ref PosD3ColF3InUsLblB)
Returns the label of a point cloud point.
Declaration
public override ref byte GetLabelUInt_8(ref PosD3ColF3InUsLblB point)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3ColF3InUsLblB | point | The point cloud point.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Byte | 
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB>.GetLabelUInt_8(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB)
  
  GetPositionFloat3_64(ref PosD3ColF3InUsLblB)
Returns the position of a point cloud point.
Declaration
public override ref double3 GetPositionFloat3_64(ref PosD3ColF3InUsLblB point)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3ColF3InUsLblB | point | The point cloud point.  | 
      
Returns
| Type | Description | 
|---|---|
| double3 | 
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB>.GetPositionFloat3_64(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB)
  
  SetColorFloat3_32(ref PosD3ColF3InUsLblB, float3)
Sets the color of a point cloud point.
Declaration
public override void SetColorFloat3_32(ref PosD3ColF3InUsLblB point, float3 val)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3ColF3InUsLblB | point | The point cloud point.  | 
      
| float3 | val | The new color.  | 
      
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB>.SetColorFloat3_32(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB, float3)
  
  SetIntensityUInt_16(ref PosD3ColF3InUsLblB, UInt16)
Sets the intensity of a point cloud point if Byte is true.
Declaration
public override void SetIntensityUInt_16(ref PosD3ColF3InUsLblB point, ushort val)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3ColF3InUsLblB | point | The point cloud point.  | 
      
| System.UInt16 | val | The new intensity value.  | 
      
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB>.SetIntensityUInt_16(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB, System.UInt16)
  
  SetLabelUInt_8(ref PosD3ColF3InUsLblB, Byte)
Sets the label of a point cloud point.
Declaration
public override void SetLabelUInt_8(ref PosD3ColF3InUsLblB point, byte val)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3ColF3InUsLblB | point | The point cloud point.  | 
      
| System.Byte | val | The new label.  | 
      
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB>.SetLabelUInt_8(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB, System.Byte)
  
  SetPositionFloat3_64(ref PosD3ColF3InUsLblB, double3)
Sets the position of a point cloud point.
Declaration
public override void SetPositionFloat3_64(ref PosD3ColF3InUsLblB point, double3 val)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3ColF3InUsLblB | point | The point cloud point.  | 
      
| double3 | val | The new position value.  | 
      
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB>.SetPositionFloat3_64(Fusee.PointCloud.Common.Accessors.PosD3ColF3InUsLblB, double3)