Class Potree2RwBase
  
  
  
  
    Inheritance
    System.Object
    Potree2RwBase
      
      
   
  
    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()
    
   
  
  Assembly: Fusee.PointCloud.Potree.dll
  Syntax
  
    public abstract class Potree2RwBase
   
  Constructors
  
  
  Potree2RwBase(ref PotreeData)
  
  
  Declaration
  
    public Potree2RwBase(ref PotreeData potreeData)
   
  Parameters
  
  Fields
  
  _potreeData
  
  
  Declaration
  
    protected PotreeData _potreeData
   
  Field Value
  
  
  
  
  Declaration
  
    protected bool cachedMetadata
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  offsetClassification
  
  
  Declaration
  
    protected int offsetClassification
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  offsetColor
  
  
  Declaration
  
    protected int offsetColor
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  offsetIntensity
  
  
  Declaration
  
    protected int offsetIntensity
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  offsetNumberOfReturns
  
  
  Declaration
  
    protected int offsetNumberOfReturns
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  offsetPointSourceId
  
  
  Declaration
  
    protected int offsetPointSourceId
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  offsetPosition
  
  
  Declaration
  
    protected int offsetPosition
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  offsetReturnNumber
  
  
  Declaration
  
    protected int offsetReturnNumber
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  offsetScanAngleRank
  
  
  Declaration
  
    protected int offsetScanAngleRank
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  offsetUserData
  
  
  Declaration
  
    protected int offsetUserData
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Properties
  
  
  OctreeFilePath
  
  
  Declaration
  
    protected string OctreeFilePath { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  PointAccessor
  A PointAccessor allows access to the point information (position, color, ect.) without casting it to a specific PointType.
Declaration
  
    public IPointAccessor PointAccessor { get; protected set; }
   
  Property Value
  
  
  PointType
  
  
  Declaration
  
    public PointType PointType { get; }
   
  Property Value
  
  Methods
  
  
  
  
  
  Declaration
  
    protected void CacheMetadata()
   
  
  FindNode(ref PotreeHierarchy, OctantId)
  
  
  Declaration
  
    public static PotreeNode FindNode(ref PotreeHierarchy potreeHierarchy, OctantId id)
   
  Parameters
  
  Returns