DGtal 1.4.0
|
Aim: refined concept of bidirectional range which require that a reverse output iterator exists. More...
#include <DGtal/base/CBidirectionalRangeWithWritableIterator.h>
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 | |
T | myX |
ReverseOutputIterator | myOutput |
Aim: refined concept of bidirectional range which require that a reverse output iterator exists.
Description of concept 'CBidirectionalRangeWithWritableIterator'
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
creation | routputIterator() | ReverseOutputIterator | Returns a reverse output iterator on the range first element | ||||
ImageContainerBySTLVector::Range
T | the type that should be a model of CBidirectionalRangeWithWritableIterator. |
Value | the type of object t in (*it) = t. |
Definition at line 92 of file CBidirectionalRangeWithWritableIterator.h.
typedef T::ReverseOutputIterator DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value >::ReverseOutputIterator |
Definition at line 97 of file CBidirectionalRangeWithWritableIterator.h.
|
inline |
Definition at line 101 of file CBidirectionalRangeWithWritableIterator.h.
References DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value >::myOutput, DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value >::myX, and DGtal::concepts::ConceptUtils::sameType().
|
private |
Definition at line 108 of file CBidirectionalRangeWithWritableIterator.h.
Referenced by DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 107 of file CBidirectionalRangeWithWritableIterator.h.
Referenced by DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value >::BOOST_CONCEPT_USAGE().