Class PosD3NorF3InUsAccessor
PointAccessor<TPoint> for Point Clouds which position, normal vectors 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 PosD3NorF3InUsAccessor : PointAccessor<PosD3NorF3InUs>, IPointAccessor
  Constructors
PosD3NorF3InUsAccessor()
Creates a new instance.
Declaration
public PosD3NorF3InUsAccessor()
  Methods
GetIntensityUInt_16(ref PosD3NorF3InUs)
Returns the intensity of a point cloud point if UShort is true.
Declaration
public override ref ushort GetIntensityUInt_16(ref PosD3NorF3InUs point)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3NorF3InUs | point | The point cloud point.  | 
      
Returns
| Type | Description | 
|---|---|
| System.UInt16 | 
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3NorF3InUs>.GetIntensityUInt_16(Fusee.PointCloud.Common.Accessors.PosD3NorF3InUs)
  
  GetNormalFloat3_32(ref PosD3NorF3InUs)
Returns the normal vector of a point cloud point if Double3 is true.
Declaration
public override ref float3 GetNormalFloat3_32(ref PosD3NorF3InUs point)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3NorF3InUs | point | The point cloud point.  | 
      
Returns
| Type | Description | 
|---|---|
| float3 | 
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3NorF3InUs>.GetNormalFloat3_32(Fusee.PointCloud.Common.Accessors.PosD3NorF3InUs)
  
  GetPositionFloat3_64(ref PosD3NorF3InUs)
Returns the position of a point cloud point if Double3 is true.
Declaration
public override ref double3 GetPositionFloat3_64(ref PosD3NorF3InUs point)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3NorF3InUs | point | The point cloud point.  | 
      
Returns
| Type | Description | 
|---|---|
| double3 | 
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3NorF3InUs>.GetPositionFloat3_64(Fusee.PointCloud.Common.Accessors.PosD3NorF3InUs)
  
  SetIntensityUInt_16(ref PosD3NorF3InUs, UInt16)
Sets the intensity of a point cloud point if UShort is true.
Declaration
public override void SetIntensityUInt_16(ref PosD3NorF3InUs point, ushort val)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3NorF3InUs | point | The point cloud point.  | 
      
| System.UInt16 | val | The new intensity value.  | 
      
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3NorF3InUs>.SetIntensityUInt_16(Fusee.PointCloud.Common.Accessors.PosD3NorF3InUs, System.UInt16)
  
  SetNormalFloat3_32(ref PosD3NorF3InUs, float3)
Sets the normal vector of a point cloud point if Double3 is true.
Declaration
public override void SetNormalFloat3_32(ref PosD3NorF3InUs point, float3 val)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3NorF3InUs | point | The point cloud point.  | 
      
| float3 | val | The new normal vector.  | 
      
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3NorF3InUs>.SetNormalFloat3_32(Fusee.PointCloud.Common.Accessors.PosD3NorF3InUs, float3)
  
  SetPositionFloat3_64(ref PosD3NorF3InUs, double3)
Sets the position of a point cloud point if Double3 is true.
Declaration
public override void SetPositionFloat3_64(ref PosD3NorF3InUs point, double3 val)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PosD3NorF3InUs | point | The point cloud point.  | 
      
| double3 | val | The new position value.  | 
      
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3NorF3InUs>.SetPositionFloat3_64(Fusee.PointCloud.Common.Accessors.PosD3NorF3InUs, double3)