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

Field Documentation

◆ children

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

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