DGtal 1.3.0
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes
DGtal::OneBalancedWordComputer< TConstIterator, TInteger >::CodeHandler< TIterator, RandomAccessCategory > Class Template Reference

Public Member Functions

 CodeHandler ()
 
void init (const TIterator &it)
 
Code getCode (Index n) const
 
Code getCode (Index n)
 

Private Attributes

TIterator myIter
 

Detailed Description

template<typename TConstIterator, typename TInteger>
template<class TIterator>
class DGtal::OneBalancedWordComputer< TConstIterator, TInteger >::CodeHandler< TIterator, RandomAccessCategory >

Partial template specialization for random access iterators.

Definition at line 217 of file OneBalancedWordComputer.h.

Constructor & Destructor Documentation

◆ CodeHandler()

template<typename TConstIterator , typename TInteger >
template<class TIterator >
DGtal::OneBalancedWordComputer< TConstIterator, TInteger >::CodeHandler< TIterator, RandomAccessCategory >::CodeHandler ( )
inline

Definition at line 220 of file OneBalancedWordComputer.h.

221 { }

Member Function Documentation

◆ getCode() [1/2]

template<typename TConstIterator , typename TInteger >
template<class TIterator >
Code DGtal::OneBalancedWordComputer< TConstIterator, TInteger >::CodeHandler< TIterator, RandomAccessCategory >::getCode ( Index  n)
inline

◆ getCode() [2/2]

template<typename TConstIterator , typename TInteger >
template<class TIterator >
Code DGtal::OneBalancedWordComputer< TConstIterator, TInteger >::CodeHandler< TIterator, RandomAccessCategory >::getCode ( Index  n) const
inline

◆ init()

template<typename TConstIterator , typename TInteger >
template<class TIterator >
void DGtal::OneBalancedWordComputer< TConstIterator, TInteger >::CodeHandler< TIterator, RandomAccessCategory >::init ( const TIterator &  it)
inline

Field Documentation

◆ myIter

template<typename TConstIterator , typename TInteger >
template<class TIterator >
TIterator DGtal::OneBalancedWordComputer< TConstIterator, TInteger >::CodeHandler< TIterator, RandomAccessCategory >::myIter
private

Definition at line 239 of file OneBalancedWordComputer.h.


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