ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccPointCloudLOD::Node Struct Reference

Octree 'tree' node. More...

#include <ecvPointCloudLOD.h>

Collaboration diagram for ccPointCloudLOD::Node:

Public Member Functions

 Node (uint8_t _level=0)
 Default constructor. More...
 

Public Attributes

uint32_t pointCount
 
float radius
 
CCVector3f center
 
std::array< int32_t, 8 > childIndexes
 
uint32_t firstCodeIndex
 
uint32_t displayedPointCount
 
uint8_t level
 
uint8_t childCount
 
uint8_t intersection
 

Detailed Description

Octree 'tree' node.

Definition at line 104 of file ecvPointCloudLOD.h.

Constructor & Destructor Documentation

◆ Node()

ccPointCloudLOD::Node::Node ( uint8_t  _level = 0)
inline

Default constructor.

Definition at line 121 of file ecvPointCloudLOD.h.

References childIndexes.

Member Data Documentation

◆ center

◆ childCount

◆ childIndexes

◆ displayedPointCount

uint32_t ccPointCloudLOD::Node::displayedPointCount

◆ firstCodeIndex

◆ intersection

◆ level

◆ pointCount

◆ radius


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