![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Public Types | |
| using | IndexType = unsigned |
Public Member Functions | |
| IndexAndCodeExt () | |
| Default constructor. More... | |
Static Public Member Functions | |
| static bool | indexComp (const IndexAndCodeExt &a, const IndexAndCodeExt &b) throw () |
| Compares two IndexAndCodeExt instances based on their index. More... | |
Public Attributes | |
| IndexType | theIndex |
| index More... | |
| DgmOctree::CellCode | theCode |
| cell code More... | |
Definition at line 3066 of file DgmOctree.cpp.
| using IndexAndCodeExt::IndexType = unsigned |
Definition at line 3070 of file DgmOctree.cpp.
|
inline |
Default constructor.
Definition at line 3080 of file DgmOctree.cpp.
|
inlinestatic | ||||||||||||||||||||
Compares two IndexAndCodeExt instances based on their index.
| a | first IndexAndCode structure |
| b | second IndexAndCode structure |
Definition at line 3087 of file DgmOctree.cpp.
Referenced by cloudViewer::DgmOctree::extractCCs().
| DgmOctree::CellCode IndexAndCodeExt::theCode |
cell code
Definition at line 3077 of file DgmOctree.cpp.
| IndexType IndexAndCodeExt::theIndex |
index
Definition at line 3074 of file DgmOctree.cpp.