![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ecvPointCloudLOD.h>

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 |
Octree 'tree' node.
Definition at line 104 of file ecvPointCloudLOD.h.
|
inline |
| CCVector3f ccPointCloudLOD::Node::center |
Definition at line 109 of file ecvPointCloudLOD.h.
Referenced by PointCloudLODRenderer::render().
| uint8_t ccPointCloudLOD::Node::childCount |
Definition at line 114 of file ecvPointCloudLOD.h.
Referenced by PointCloudLODRenderer::render().
| std::array<int32_t, 8> ccPointCloudLOD::Node::childIndexes |
Definition at line 110 of file ecvPointCloudLOD.h.
Referenced by Node(), and PointCloudLODRenderer::render().
| uint32_t ccPointCloudLOD::Node::displayedPointCount |
Definition at line 112 of file ecvPointCloudLOD.h.
| uint32_t ccPointCloudLOD::Node::firstCodeIndex |
Definition at line 111 of file ecvPointCloudLOD.h.
| uint8_t ccPointCloudLOD::Node::intersection |
Definition at line 115 of file ecvPointCloudLOD.h.
| uint8_t ccPointCloudLOD::Node::level |
Definition at line 113 of file ecvPointCloudLOD.h.
Referenced by PointCloudLODRenderer::render().
| uint32_t ccPointCloudLOD::Node::pointCount |
Definition at line 107 of file ecvPointCloudLOD.h.
| float ccPointCloudLOD::Node::radius |
Definition at line 108 of file ecvPointCloudLOD.h.
Referenced by PointCloudLODRenderer::render().