ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::DgmOctree::octreeTopDownScanStruct Struct Reference

Internal structure used to perform a top-down scan of the octree. More...

#include <DgmOctree.h>

Public Attributes

unsigned pos
 Cell position inside subdivision level. More...
 
unsigned elements
 Number of points in cell. More...
 
unsigned char level
 Subdivision level. More...
 

Detailed Description

Internal structure used to perform a top-down scan of the octree.

STRUCTURES

Definition at line 1210 of file DgmOctree.h.

Member Data Documentation

◆ elements

unsigned cloudViewer::DgmOctree::octreeTopDownScanStruct::elements

Number of points in cell.

Definition at line 1217 of file DgmOctree.h.

◆ level

unsigned char cloudViewer::DgmOctree::octreeTopDownScanStruct::level

Subdivision level.

Definition at line 1219 of file DgmOctree.h.

◆ pos

unsigned cloudViewer::DgmOctree::octreeTopDownScanStruct::pos

Cell position inside subdivision level.

Definition at line 1215 of file DgmOctree.h.


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