QGIS API Documentation 3.41.0-Master (d2aaa9c6e02)
Loading...
Searching...
No Matches
Public Attributes | List of all members
HierarchyEntry Struct Reference

Keeps one entry of COPC hierarchy. More...

Public Attributes

int32_t byteSize
 Size of the data chunk in bytes (compressed size) if the pointCount > 0.
 
QgsPointCloudNodeId key
 Key of the data to which this entry corresponds.
 
uint64_t offset
 Absolute offset to the data chunk if the pointCount > 0.
 
int32_t pointCount
 If > 0, represents the number of points in the data chunk.
 

Detailed Description

Keeps one entry of COPC hierarchy.

Definition at line 32 of file qgscopcupdate.cpp.

Member Data Documentation

◆ byteSize

int32_t HierarchyEntry::byteSize

Size of the data chunk in bytes (compressed size) if the pointCount > 0.

Size of the hierarchy page if the pointCount is -1. 0 if the pointCount is 0.

Definition at line 49 of file qgscopcupdate.cpp.

◆ key

QgsPointCloudNodeId HierarchyEntry::key

Key of the data to which this entry corresponds.

Definition at line 35 of file qgscopcupdate.cpp.

◆ offset

uint64_t HierarchyEntry::offset

Absolute offset to the data chunk if the pointCount > 0.

Absolute offset to a child hierarchy page if the pointCount is -1. 0 if the pointCount is 0.

Definition at line 42 of file qgscopcupdate.cpp.

◆ pointCount

int32_t HierarchyEntry::pointCount

If > 0, represents the number of points in the data chunk.

If -1, indicates the information for this octree node is found in another hierarchy page. If 0, no point data exists for this key, though may exist for child entries.

Definition at line 56 of file qgscopcupdate.cpp.


The documentation for this struct was generated from the following file: