ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
DisplayDesc Struct Reference
Inheritance diagram for DisplayDesc:
Collaboration diagram for DisplayDesc:

Public Member Functions

 DisplayDesc ()
 Default constructor. More...
 
 DisplayDesc (unsigned startIndex, unsigned count)
 Constructor from a start index and a count value. More...
 
DisplayDescoperator= (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...
 
LODIndexSetindexMap
 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...
 

Detailed Description

Definition at line 2848 of file ecvPointCloud.cpp.

Constructor & Destructor Documentation

◆ DisplayDesc() [1/2]

DisplayDesc::DisplayDesc ( )
inline

Default constructor.

Definition at line 2850 of file ecvPointCloud.cpp.

◆ DisplayDesc() [2/2]

DisplayDesc::DisplayDesc ( unsigned  startIndex,
unsigned  count 
)
inline

Constructor from a start index and a count value.

Definition at line 2854 of file ecvPointCloud.cpp.

Member Function Documentation

◆ operator=()

DisplayDesc& DisplayDesc::operator= ( const LODLevelDesc desc)
inline

Set operator.

Definition at line 2861 of file ecvPointCloud.cpp.

References LODLevelDesc::count, endIndex, and LODLevelDesc::startIndex.

Member Data Documentation

◆ decimStep

unsigned DisplayDesc::decimStep

Decimation step (for non-octree based LoD)

Definition at line 2872 of file ecvPointCloud.cpp.

◆ endIndex

unsigned DisplayDesc::endIndex

Last index (excluded)

Definition at line 2869 of file ecvPointCloud.cpp.

Referenced by operator=().

◆ indexMap

LODIndexSet* DisplayDesc::indexMap

Map of indexes (to invert the natural order)

Definition at line 2875 of file ecvPointCloud.cpp.


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