DGtal
1.5.beta
|
[IteratorCompletionTraits] More...
#include <DGtal/images/ArrayImageAdapter.h>
Data Structures | |
class | DistanceFunctor |
Public Types | |
using | Self = ArrayImageAdapter< TArrayIterator, TDomain > |
Self type. More... | |
using | Iterator = ArrayImageIterator< Self > |
Mutable iterator. More... | |
using | ConstIterator = ArrayImageIterator< const Self > |
Constant iterator. More... | |
Iterator traits specialized for ArrayImageAdapter.
Definition at line 387 of file ArrayImageAdapter.h.
using DGtal::IteratorCompletionTraits< ArrayImageAdapter< TArrayIterator, TDomain > >::ConstIterator = ArrayImageIterator<const Self> |
Constant iterator.
Definition at line 392 of file ArrayImageAdapter.h.
using DGtal::IteratorCompletionTraits< ArrayImageAdapter< TArrayIterator, TDomain > >::Iterator = ArrayImageIterator<Self> |
Mutable iterator.
Definition at line 391 of file ArrayImageAdapter.h.
using DGtal::IteratorCompletionTraits< ArrayImageAdapter< TArrayIterator, TDomain > >::Self = ArrayImageAdapter<TArrayIterator, TDomain> |
Self type.
Definition at line 390 of file ArrayImageAdapter.h.