Show / Hide Table of Contents

Class Potree2RwBase

Inheritance
System.Object
Potree2RwBase
Potree2Reader
Potree2Writer
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.Potree.V2
Assembly: Fusee.PointCloud.Potree.dll
Syntax
public abstract class Potree2RwBase

Constructors

Potree2RwBase(ref PotreeData)

Declaration
public Potree2RwBase(ref PotreeData potreeData)
Parameters
Type Name Description
PotreeData potreeData

Fields

_potreeData

Declaration
protected PotreeData _potreeData
Field Value
Type Description
PotreeData

cachedMetadata

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
Type Description
IPointAccessor

PointType

Returns the point type.

Declaration
public PointType PointType { get; }
Property Value
Type Description
PointType

Methods

CacheMetadata()

Declaration
protected void CacheMetadata()

FindNode(ref PotreeHierarchy, OctantId)

Declaration
public static PotreeNode FindNode(ref PotreeHierarchy potreeHierarchy, OctantId id)
Parameters
Type Name Description
PotreeHierarchy potreeHierarchy
OctantId id
Returns
Type Description
PotreeNode
Generated by DocFX
GitHub Repo
Back to top