ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::DgmOctree::BoxNeighbourhood Struct Reference

Input/output parameters structure for getPointsInBoxNeighbourhood. More...

#include <DgmOctree.h>

Collaboration diagram for cloudViewer::DgmOctree::BoxNeighbourhood:

Public Member Functions

 BoxNeighbourhood ()
 Default constructor. More...
 

Public Attributes

CCVector3 center
 Box center. More...
 
CCVector3axes
 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...
 

Detailed Description

Input/output parameters structure for getPointsInBoxNeighbourhood.

Definition at line 727 of file DgmOctree.h.

Constructor & Destructor Documentation

◆ BoxNeighbourhood()

cloudViewer::DgmOctree::BoxNeighbourhood::BoxNeighbourhood ( )
inline

Default constructor.

Definition at line 740 of file DgmOctree.h.

Member Data Documentation

◆ axes

CCVector3* cloudViewer::DgmOctree::BoxNeighbourhood::axes

Box axes (optional)

Definition at line 731 of file DgmOctree.h.

◆ center

CCVector3 cloudViewer::DgmOctree::BoxNeighbourhood::center

Box center.

Definition at line 729 of file DgmOctree.h.

◆ dimensions

CCVector3 cloudViewer::DgmOctree::BoxNeighbourhood::dimensions

Box dimensions.

Definition at line 733 of file DgmOctree.h.

◆ level

unsigned char cloudViewer::DgmOctree::BoxNeighbourhood::level

subdivision level at which to apply the extraction process

Definition at line 737 of file DgmOctree.h.

◆ neighbours

NeighboursSet cloudViewer::DgmOctree::BoxNeighbourhood::neighbours

Neighbour points falling inside the box.

Definition at line 735 of file DgmOctree.h.


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