![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
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... | |
Internal structure used to perform a top-down scan of the octree.
STRUCTURES
Definition at line 1210 of file DgmOctree.h.
| unsigned cloudViewer::DgmOctree::octreeTopDownScanStruct::elements |
Number of points in cell.
Definition at line 1217 of file DgmOctree.h.
| unsigned char cloudViewer::DgmOctree::octreeTopDownScanStruct::level |
Subdivision level.
Definition at line 1219 of file DgmOctree.h.
| unsigned cloudViewer::DgmOctree::octreeTopDownScanStruct::pos |
Cell position inside subdivision level.
Definition at line 1215 of file DgmOctree.h.