![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|


Public Member Functions | |
| DisplayDesc () | |
| Default constructor. More... | |
| DisplayDesc (unsigned startIndex, unsigned count) | |
| Constructor from a start index and a count value. More... | |
| DisplayDesc & | operator= (const LODLevelDesc &desc) |
| Set operator. More... | |
Public Member Functions inherited from LODLevelDesc | |
| LODLevelDesc () | |
| Default constructor. More... | |
| LODLevelDesc (unsigned _startIndex, unsigned _count) | |
| Constructor from a start index and a count value. More... | |
Public Attributes | |
| unsigned | endIndex |
| Last index (excluded) More... | |
| unsigned | decimStep |
| Decimation step (for non-octree based LoD) More... | |
| LODIndexSet * | indexMap |
| Map of indexes (to invert the natural order) More... | |
Public Attributes inherited from LODLevelDesc | |
| unsigned | startIndex |
| Start index (refers to the 'indexes' table) More... | |
| unsigned | count |
| Index count for this level. More... | |
Definition at line 2848 of file ecvPointCloud.cpp.
|
inline |
Default constructor.
Definition at line 2850 of file ecvPointCloud.cpp.
|
inline |
Constructor from a start index and a count value.
Definition at line 2854 of file ecvPointCloud.cpp.
|
inline |
Set operator.
Definition at line 2861 of file ecvPointCloud.cpp.
References LODLevelDesc::count, endIndex, and LODLevelDesc::startIndex.
| unsigned DisplayDesc::decimStep |
Decimation step (for non-octree based LoD)
Definition at line 2872 of file ecvPointCloud.cpp.
| unsigned DisplayDesc::endIndex |
| LODIndexSet* DisplayDesc::indexMap |
Map of indexes (to invert the natural order)
Definition at line 2875 of file ecvPointCloud.cpp.