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

Octree cell descriptor. More...

#include <DgmOctree.h>

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

Public Member Functions

 octreeCell (const DgmOctree *parentOctree)
 Default constructor.
 
virtual ~octreeCell ()
 Default destructor.
 

Public Attributes

const DgmOctreeparentOctree
 Octree to which the cell belongs.
 
CellCode truncatedCode
 Truncated cell code.
 
unsigned index
 Cell index in octree structure (see m_thePointsAndTheirCellCodes)
 
ReferenceCloudpoints
 Set of points lying inside this cell.
 
unsigned char level
 Cell level of subdivision.
 

Detailed Description

Octree cell descriptor.


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