![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Structure used during nearest neighbour search. More...
#include <DgmOctree.h>

Public Member Functions | |
| CellDescriptor ()=default | |
| Default empty constructor. More... | |
| CellDescriptor (const CCVector3 &C, unsigned i) | |
| Constructor from a point and an index. More... | |
Public Attributes | |
| CCVector3 | center |
| Cell center. More... | |
| unsigned | index |
| First point index in associated NeighboursSet. More... | |
Structure used during nearest neighbour search.
Definition at line 136 of file DgmOctree.h.
|
default |
Default empty constructor.
|
inline |
Constructor from a point and an index.
Definition at line 146 of file DgmOctree.h.
| CCVector3 cloudViewer::DgmOctree::CellDescriptor::center |
Cell center.
Definition at line 138 of file DgmOctree.h.
| unsigned cloudViewer::DgmOctree::CellDescriptor::index |
First point index in associated NeighboursSet.
Definition at line 140 of file DgmOctree.h.