ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
LODLevelDesc Struct Reference

Level descriptor. More...

#include <ecvPointCloudLOD.h>

Public Member Functions

 LODLevelDesc ()
 Default constructor. More...
 
 LODLevelDesc (unsigned _startIndex, unsigned _count)
 Constructor from a start index and a count value. More...
 

Public Attributes

unsigned startIndex
 Start index (refers to the 'indexes' table) More...
 
unsigned count
 Index count for this level. More...
 

Detailed Description

Level descriptor.

Definition at line 27 of file ecvPointCloudLOD.h.

Constructor & Destructor Documentation

◆ LODLevelDesc() [1/2]

LODLevelDesc::LODLevelDesc ( )
inline

Default constructor.

Definition at line 29 of file ecvPointCloudLOD.h.

◆ LODLevelDesc() [2/2]

LODLevelDesc::LODLevelDesc ( unsigned  _startIndex,
unsigned  _count 
)
inline

Constructor from a start index and a count value.

Definition at line 31 of file ecvPointCloudLOD.h.

Member Data Documentation

◆ count

unsigned LODLevelDesc::count

Index count for this level.

Definition at line 36 of file ecvPointCloudLOD.h.

◆ startIndex

unsigned LODLevelDesc::startIndex

Start index (refers to the 'indexes' table)

Definition at line 34 of file ecvPointCloudLOD.h.


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