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

Parameters of the current render state. More...

#include <ecvPointCloudLOD.h>

Collaboration diagram for ccPointCloudLOD::RenderParams:

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...
 

Detailed Description

Parameters of the current render state.

Definition at line 233 of file ecvPointCloudLOD.h.

Constructor & Destructor Documentation

◆ RenderParams()

ccPointCloudLOD::RenderParams::RenderParams ( )
inline

Definition at line 234 of file ecvPointCloudLOD.h.

Member Data Documentation

◆ displayedPoints

uint32_t ccPointCloudLOD::RenderParams::displayedPoints

Number of already displayed points.

Definition at line 243 of file ecvPointCloudLOD.h.

Referenced by ccPointCloudLOD::allDisplayed().

◆ unfinishedLevel

int ccPointCloudLOD::RenderParams::unfinishedLevel

Previously unfinished level.

Definition at line 245 of file ecvPointCloudLOD.h.

◆ unfinishedPoints

unsigned ccPointCloudLOD::RenderParams::unfinishedPoints

Previously unfinished level.

Definition at line 247 of file ecvPointCloudLOD.h.

◆ visiblePoints

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().


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