DGtal 1.3.0
Loading...
Searching...
No Matches
Data Structures | Public Types
DGtal::IteratorCompletionTraits< ArrayImageAdapter< TArrayIterator, TDomain > > Class Template Reference

[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...
 

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: