Show / Hide Table of Contents

Class PotreeNode

Inheritance
System.Object
PotreeNode
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.Data
Assembly: Fusee.PointCloud.Potree.dll
Syntax
public class PotreeNode

Constructors

PotreeNode()

Declaration
public PotreeNode()

Fields

Children

Declaration
public PotreeNode[] Children
Field Value
Type Description
PotreeNode[]

IsLoaded

Declaration
public bool IsLoaded
Field Value
Type Description
System.Boolean

Name

Declaration
public string Name
Field Value
Type Description
System.String

NodeType

Declaration
public NodeType NodeType
Field Value
Type Description
NodeType

Properties

Aabb

Declaration
public AABBd Aabb { get; set; }
Property Value
Type Description
AABBd

ByteOffset

Declaration
public long ByteOffset { get; set; }
Property Value
Type Description
System.Int64

ByteSize

Declaration
public long ByteSize { get; set; }
Property Value
Type Description
System.Int64

NumPoints

Declaration
public long NumPoints { get; set; }
Property Value
Type Description
System.Int64

Parent

Declaration
public PotreeNode Parent { get; set; }
Property Value
Type Description
PotreeNode

Methods

Level()

Declaration
public int Level()
Returns
Type Description
System.Int32

Traverse(Action<PotreeNode>)

Declaration
public void Traverse(Action<PotreeNode> callback)
Parameters
Type Name Description
System.Action<PotreeNode> callback
Generated by DocFX
GitHub Repo
Back to top