![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Input/output parameters structure for getPointsInBoxNeighbourhood. More...
#include <DgmOctree.h>

Public Member Functions | |
| BoxNeighbourhood () | |
| Default constructor. More... | |
Public Attributes | |
| CCVector3 | center |
| Box center. More... | |
| CCVector3 * | axes |
| Box axes (optional) More... | |
| CCVector3 | dimensions |
| Box dimensions. More... | |
| NeighboursSet | neighbours |
| Neighbour points falling inside the box. More... | |
| unsigned char | level |
| subdivision level at which to apply the extraction process More... | |
Input/output parameters structure for getPointsInBoxNeighbourhood.
Definition at line 727 of file DgmOctree.h.
|
inline |
Default constructor.
Definition at line 740 of file DgmOctree.h.
| CCVector3* cloudViewer::DgmOctree::BoxNeighbourhood::axes |
Box axes (optional)
Definition at line 731 of file DgmOctree.h.
| CCVector3 cloudViewer::DgmOctree::BoxNeighbourhood::center |
Box center.
Definition at line 729 of file DgmOctree.h.
| CCVector3 cloudViewer::DgmOctree::BoxNeighbourhood::dimensions |
Box dimensions.
Definition at line 733 of file DgmOctree.h.
| unsigned char cloudViewer::DgmOctree::BoxNeighbourhood::level |
subdivision level at which to apply the extraction process
Definition at line 737 of file DgmOctree.h.
| NeighboursSet cloudViewer::DgmOctree::BoxNeighbourhood::neighbours |
Neighbour points falling inside the box.
Definition at line 735 of file DgmOctree.h.