Class PotreeData
Contains information about the Potree file's meta data and hierarchy/octree.
Inheritance
System.Object
PotreeData
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 class PotreeData
Constructors
PotreeData(String)
Declaration
public PotreeData(string folderPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | folderPath |
Fields
Hierarchy
The hierarchy as linear list of PotreeNodes.
Declaration
public PotreeHierarchy Hierarchy
Field Value
Type | Description |
---|---|
PotreeHierarchy |
Metadata
The meta data of the file.
Declaration
public PotreeMetadata Metadata
Field Value
Type | Description |
---|---|
PotreeMetadata |