DGtal 1.3.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Attributes
DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value > Struct Template Reference

Aim: refined concept of bidirectional range which require that a reverse output iterator exists. More...

#include <DGtal/base/CBidirectionalRangeWithWritableIterator.h>

Inheritance diagram for DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value >:
DGtal::concepts::CSinglePassRangeWithWritableIterator< T, Value > DGtal::concepts::CConstSinglePassRange< T > DGtal::concepts::CBidirectionalRangeWithWritableIteratorFromPoint< T, Value >

Public Types

typedef T::ReverseOutputIterator ReverseOutputIterator
 
- Public Types inherited from DGtal::concepts::CSinglePassRangeWithWritableIterator< T, Value >
typedef T::OutputIterator OutputIterator
 
- Public Types inherited from DGtal::concepts::CConstSinglePassRange< T >
typedef T::ConstIterator ConstIterator
 

Public Member Functions

 BOOST_CONCEPT_USAGE (CBidirectionalRangeWithWritableIterator)
 
- Public Member Functions inherited from DGtal::concepts::CSinglePassRangeWithWritableIterator< T, Value >
 BOOST_CONCEPT_ASSERT ((boost::OutputIterator< OutputIterator, Value >))
 
 BOOST_CONCEPT_USAGE (CSinglePassRangeWithWritableIterator)
 
- Public Member Functions inherited from DGtal::concepts::CConstSinglePassRange< T >
 BOOST_CONCEPT_ASSERT ((boost_concepts::SinglePassIteratorConcept< ConstIterator >))
 
 BOOST_CONCEPT_USAGE (CConstSinglePassRange)
 
void checkConstConstraints () const
 

Private Attributes

myX
 
ReverseOutputIterator myOutput
 

Detailed Description

template<typename T, typename Value>
struct DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value >

Aim: refined concept of bidirectional range which require that a reverse output iterator exists.

Description of concept 'CBidirectionalRangeWithWritableIterator'

Refinement of CSinglePassRangeWithWritableIterator

Associated types

Notation

Definitions

Name Expression Type requirements Return type Precondition Semantics Post condition Complexity
creation routputIterator() ReverseOutputIterator Returns a reverse output iterator on the range first element

Invariants

Models

ImageContainerBySTLVector::Range

Notes

Template Parameters
Tthe type that should be a model of CBidirectionalRangeWithWritableIterator.
Valuethe type of object t in (*it) = t.

Definition at line 93 of file CBidirectionalRangeWithWritableIterator.h.

Member Typedef Documentation

◆ ReverseOutputIterator

template<typename T , typename Value >
typedef T::ReverseOutputIterator DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value >::ReverseOutputIterator

Definition at line 98 of file CBidirectionalRangeWithWritableIterator.h.

Member Function Documentation

◆ BOOST_CONCEPT_USAGE()

template<typename T , typename Value >
DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value >::BOOST_CONCEPT_USAGE ( CBidirectionalRangeWithWritableIterator< T, Value )
inline

Field Documentation

◆ myOutput

template<typename T , typename Value >
ReverseOutputIterator DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value >::myOutput
private

◆ myX

template<typename T , typename Value >
T DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value >::myX
private

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