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

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
 

Detailed Description

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

Helper struct to store traversal and go to next leaf.

Definition at line 152 of file DigitalSetByOctree.h.

Member Function Documentation

◆ operator==()

Field Documentation

◆ currentChildIdx

◆ domain

template<class Space >
Domain DGtal::DigitalSetByOctree< Space >::TraversalMemory::domain

Definition at line 154 of file DigitalSetByOctree.h.

Referenced by DGtal::DigitalSetByOctree< Space >::begin().

◆ idx

◆ lvl


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