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

Structure used during nearest neighbour search. More...

#include <DgmOctree.h>

Collaboration diagram for cloudViewer::DgmOctree::CellDescriptor:

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...
 

Detailed Description

Structure used during nearest neighbour search.

Definition at line 136 of file DgmOctree.h.

Constructor & Destructor Documentation

◆ CellDescriptor() [1/2]

cloudViewer::DgmOctree::CellDescriptor::CellDescriptor ( )
default

Default empty constructor.

◆ CellDescriptor() [2/2]

cloudViewer::DgmOctree::CellDescriptor::CellDescriptor ( const CCVector3 C,
unsigned  i 
)
inline

Constructor from a point and an index.

Definition at line 146 of file DgmOctree.h.

Member Data Documentation

◆ center

CCVector3 cloudViewer::DgmOctree::CellDescriptor::center

Cell center.

Definition at line 138 of file DgmOctree.h.

◆ index

unsigned cloudViewer::DgmOctree::CellDescriptor::index

First point index in associated NeighboursSet.

Definition at line 140 of file DgmOctree.h.


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