DGtal
1.5.beta
|
#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 409 of file KhalimskyPreSpaceND.h.
using DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >::ConstIterator = typename std::deque<CellType>::const_iterator |
Definition at line 413 of file KhalimskyPreSpaceND.h.
using DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >::Container = typename std::deque<CellType> |
Definition at line 411 of file KhalimskyPreSpaceND.h.
using DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >::Iterator = typename std::deque<CellType>::iterator |
Definition at line 412 of file KhalimskyPreSpaceND.h.
using DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >::Value = CellType |
Definition at line 410 of file KhalimskyPreSpaceND.h.