![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
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... | |
Level descriptor.
Definition at line 27 of file ecvPointCloudLOD.h.
|
inline |
Default constructor.
Definition at line 29 of file ecvPointCloudLOD.h.
|
inline |
Constructor from a start index and a count value.
Definition at line 31 of file ecvPointCloudLOD.h.
| unsigned LODLevelDesc::count |
Index count for this level.
Definition at line 36 of file ecvPointCloudLOD.h.
| unsigned LODLevelDesc::startIndex |
Start index (refers to the 'indexes' table)
Definition at line 34 of file ecvPointCloudLOD.h.