|
DGtal 2.1.0
|
Helper struct for computing local estimators. More...
#include <DGtal/kernel/sets/DigitalSetByOctree.h>
Public Member Functions | |
| bool | operator< (const ComputationCacheKey &other) const |
Data Fields | |
| CellIndex | parentLvl |
| CellIndex | parentIdx |
| std::vector< DimIndex > | code |
Helper struct for computing local estimators.
It serves as a cache key to identify a neighborhood:
Definition at line 135 of file DigitalSetByOctree.h.
|
inline |
Definition at line 141 of file DigitalSetByOctree.h.
| std::vector<DimIndex> DGtal::DigitalSetByOctree< Space >::ComputationCacheKey::code |
Definition at line 139 of file DigitalSetByOctree.h.
Referenced by operator<().
| CellIndex DGtal::DigitalSetByOctree< Space >::ComputationCacheKey::parentIdx |
Definition at line 138 of file DigitalSetByOctree.h.
Referenced by operator<().
| CellIndex DGtal::DigitalSetByOctree< Space >::ComputationCacheKey::parentLvl |
Definition at line 137 of file DigitalSetByOctree.h.
Referenced by operator<().