File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/config/TeX-MML-AM_CHTML/MathJax.js
DGtal 2.0.0
DGtal::IteratorCompletionTraits< ArrayImageAdapter< TArrayIterator, TDomain > > Class Template Reference

[IteratorCompletionTraits] More...

#include <DGtal/images/ArrayImageAdapter.h>

Inheritance diagram for DGtal::IteratorCompletionTraits< ArrayImageAdapter< TArrayIterator, TDomain > >:
[legend]

Data Structures

class  DistanceFunctor

Public Types

using Self = ArrayImageAdapter<TArrayIterator, TDomain>
 Self type.
using Iterator = ArrayImageIterator<Self>
 Mutable iterator.
using ConstIterator = ArrayImageIterator<const Self>
 Constant iterator.

Detailed Description

template<typename TArrayIterator, typename TDomain>
class DGtal::IteratorCompletionTraits< ArrayImageAdapter< TArrayIterator, TDomain > >

[IteratorCompletionTraits]

Iterator traits specialized for ArrayImageAdapter.

See also
IteratorCompletion

Definition at line 387 of file ArrayImageAdapter.h.

Member Typedef Documentation

◆ ConstIterator

template<typename TArrayIterator, typename TDomain>
using DGtal::IteratorCompletionTraits< ArrayImageAdapter< TArrayIterator, TDomain > >::ConstIterator = ArrayImageIterator<const Self>

Constant iterator.

Definition at line 392 of file ArrayImageAdapter.h.

◆ Iterator

template<typename TArrayIterator, typename TDomain>
using DGtal::IteratorCompletionTraits< ArrayImageAdapter< TArrayIterator, TDomain > >::Iterator = ArrayImageIterator<Self>

Mutable iterator.

Definition at line 391 of file ArrayImageAdapter.h.

◆ Self

template<typename TArrayIterator, typename TDomain>
using DGtal::IteratorCompletionTraits< ArrayImageAdapter< TArrayIterator, TDomain > >::Self = ArrayImageAdapter<TArrayIterator, TDomain>

Self type.

Definition at line 390 of file ArrayImageAdapter.h.


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