![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "ecvFrustum.h"#include "ecvOctree.h"#include <QMutex>#include <stdint.h>#include <array>#include <functional>
Go to the source code of this file.
Classes | |
| struct | LODLevelDesc |
| Level descriptor. More... | |
| class | ccPointCloudLOD |
| L.O.D. (Level of Detail) structure. More... | |
| struct | ccPointCloudLOD::Node |
| Octree 'tree' node. More... | |
| struct | ccPointCloudLOD::Level |
| struct | ccPointCloudLOD::RenderParams |
| Parameters of the current render state. More... | |
| class | PointCloudLODRenderer |
Typedefs | |
| typedef std::vector< unsigned > | LODIndexSet |
| L.O.D. indexes set. More... | |
| typedef std::vector<unsigned> LODIndexSet |
L.O.D. indexes set.
Definition at line 40 of file ecvPointCloudLOD.h.