|
DGtal 2.1.0
|
Helper struct to store traversal and go to next leaf. More...
#include <DGtal/kernel/sets/DigitalSetByOctree.h>
Public Member Functions | |
| bool | operator== (const TraversalMemory &other) const |
Data Fields | |
| Domain | domain |
| CellIndex | lvl |
| CellIndex | idx |
| CellIndex | currentChildIdx |
Helper struct to store traversal and go to next leaf.
Definition at line 152 of file DigitalSetByOctree.h.
|
inline |
Definition at line 159 of file DigitalSetByOctree.h.
References currentChildIdx, idx, and lvl.
| CellIndex DGtal::DigitalSetByOctree< Space >::TraversalMemory::currentChildIdx |
Definition at line 157 of file DigitalSetByOctree.h.
Referenced by operator==().
| Domain DGtal::DigitalSetByOctree< Space >::TraversalMemory::domain |
Definition at line 154 of file DigitalSetByOctree.h.
| CellIndex DGtal::DigitalSetByOctree< Space >::TraversalMemory::idx |
Definition at line 156 of file DigitalSetByOctree.h.
Referenced by operator==().
| CellIndex DGtal::DigitalSetByOctree< Space >::TraversalMemory::lvl |
Definition at line 155 of file DigitalSetByOctree.h.
Referenced by operator==().