DGtal 2.1.0
Loading...
Searching...
No Matches
DGtal::DigitalSetByOctree< Space >::Node Struct Reference

Node for octree. More...

#include <DGtal/kernel/sets/DigitalSetByOctree.h>

Public Member Functions

 Node ()

Data Fields

CellIndex children [CELL_COUNT]

Detailed Description

template<class Space>
struct DGtal::DigitalSetByOctree< Space >::Node

Node for octree.

Only stores the index of its children

Definition at line 117 of file DigitalSetByOctree.h.

Constructor & Destructor Documentation

◆ Node()

template<class Space>
DGtal::DigitalSetByOctree< Space >::Node::Node ( )
inline

Definition at line 119 of file DigitalSetByOctree.h.

120 {
121 for (CellIndex i = 0; i < CELL_COUNT; ++i)
123 }
A DigitalSet that stores voxels as an octree, or a DAG.

References DGtal::DigitalSetByOctree< Space >::CELL_COUNT, children, and DGtal::DigitalSetByOctree< Space >::INVALID_IDX.

Field Documentation

◆ children

template<class Space>
CellIndex DGtal::DigitalSetByOctree< Space >::Node::children[CELL_COUNT]

Definition at line 125 of file DigitalSetByOctree.h.

Referenced by Node().


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