DGtal
0.9.3
|
#include <DGtal/topology/KhalimskyPreSpaceND.h>
Public Types | |
using | Value = CellType |
using | Container = typename std::deque< CellType > |
using | Iterator = typename std::deque< CellType >::iterator |
using | ConstIterator = typename std::deque< CellType >::const_iterator |
Definition at line 403 of file KhalimskyPreSpaceND.h.
using DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >::ConstIterator = typename std::deque<CellType>::const_iterator |
Definition at line 407 of file KhalimskyPreSpaceND.h.
using DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >::Container = typename std::deque<CellType> |
Definition at line 405 of file KhalimskyPreSpaceND.h.
using DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >::Iterator = typename std::deque<CellType>::iterator |
Definition at line 406 of file KhalimskyPreSpaceND.h.
using DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >::Value = CellType |
Definition at line 404 of file KhalimskyPreSpaceND.h.