![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Parameters of the current render state. More...
#include <ecvPointCloudLOD.h>

Public Member Functions | |
| RenderParams () | |
Public Attributes | |
| uint32_t | visiblePoints |
| Number of visible points (for the last visibility test) More... | |
| uint32_t | displayedPoints |
| Number of already displayed points. More... | |
| int | unfinishedLevel |
| Previously unfinished level. More... | |
| unsigned | unfinishedPoints |
| Previously unfinished level. More... | |
Parameters of the current render state.
Definition at line 233 of file ecvPointCloudLOD.h.
|
inline |
Definition at line 234 of file ecvPointCloudLOD.h.
| uint32_t ccPointCloudLOD::RenderParams::displayedPoints |
Number of already displayed points.
Definition at line 243 of file ecvPointCloudLOD.h.
Referenced by ccPointCloudLOD::allDisplayed().
| int ccPointCloudLOD::RenderParams::unfinishedLevel |
Previously unfinished level.
Definition at line 245 of file ecvPointCloudLOD.h.
| unsigned ccPointCloudLOD::RenderParams::unfinishedPoints |
Previously unfinished level.
Definition at line 247 of file ecvPointCloudLOD.h.
| uint32_t ccPointCloudLOD::RenderParams::visiblePoints |
Number of visible points (for the last visibility test)
Definition at line 241 of file ecvPointCloudLOD.h.
Referenced by ccPointCloudLOD::allDisplayed().