CCCoreLib 31 May 2022
CloudCompare Core algorithms
Public Member Functions | Public Attributes | List of all members
CCCoreLib::DgmOctree::CellDescriptor Struct Reference

Structure used during nearest neighbour search. More...

#include <DgmOctree.h>

Collaboration diagram for CCCoreLib::DgmOctree::CellDescriptor:
Collaboration graph
[legend]

Public Member Functions

 CellDescriptor ()=default
 Default empty constructor.
 
 CellDescriptor (const CCVector3 &C, unsigned i)
 Constructor from a point and an index.
 

Public Attributes

CCVector3 center
 Cell center.
 
unsigned index
 First point index in associated NeighboursSet.
 

Detailed Description

Structure used during nearest neighbour search.


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