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