|
DGtal 1.4.2
|
Aim: refined concept of single pass range with an routputIterator() method from a point. More...
#include <DGtal/base/CBidirectionalRangeWithWritableIteratorFromPoint.h>
Public Types | |
| typedef T::Point | Point |
| typedef T::ReverseOutputIterator | ReverseOutputIterator |
Public Types inherited from DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value > | |
| 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 (CBidirectionalRangeWithWritableIteratorFromPoint) | |
Public Member Functions inherited from DGtal::concepts::CBidirectionalRangeWithWritableIterator< T, Value > | |
| 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 |
| Point | myPoint |
| ReverseOutputIterator | myIt |
Aim: refined concept of single pass range with an routputIterator() method from a point.
DescriptionDescription of concept 'CBidirectionalRangeWithWritableIteratorFromPoint'
| Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
|---|---|---|---|---|---|---|---|
| reverse output iterator | routputIterator(const Point &aPoint) | aPoint of type Point | ReveseOutputIterator | Returns a reverse output iterator on the range at point aPoint |
ImageContainerBySTLVector::Range
| T | the type that should be a model of CBidirectionalRangeWithWritableIteratorFromPoint. |
| Value | the type of object t in (*it) = t. |
Definition at line 91 of file CBidirectionalRangeWithWritableIteratorFromPoint.h.
| T::Point DGtal::concepts::CBidirectionalRangeWithWritableIteratorFromPoint< T, Value >::Point |
Definition at line 97 of file CBidirectionalRangeWithWritableIteratorFromPoint.h.
| T::ReverseOutputIterator DGtal::concepts::CBidirectionalRangeWithWritableIteratorFromPoint< T, Value >::ReverseOutputIterator |
Definition at line 98 of file CBidirectionalRangeWithWritableIteratorFromPoint.h.
|
inline |
Definition at line 101 of file CBidirectionalRangeWithWritableIteratorFromPoint.h.
References DGtal::concepts::CBidirectionalRangeWithWritableIteratorFromPoint< T, Value >::myIt, DGtal::concepts::CBidirectionalRangeWithWritableIteratorFromPoint< T, Value >::myPoint, DGtal::concepts::CBidirectionalRangeWithWritableIteratorFromPoint< T, Value >::myX, and DGtal::concepts::ConceptUtils::sameType().
|
private |
Definition at line 110 of file CBidirectionalRangeWithWritableIteratorFromPoint.h.
Referenced by DGtal::concepts::CBidirectionalRangeWithWritableIteratorFromPoint< T, Value >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 109 of file CBidirectionalRangeWithWritableIteratorFromPoint.h.
Referenced by DGtal::concepts::CBidirectionalRangeWithWritableIteratorFromPoint< T, Value >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 108 of file CBidirectionalRangeWithWritableIteratorFromPoint.h.
Referenced by DGtal::concepts::CBidirectionalRangeWithWritableIteratorFromPoint< T, Value >::BOOST_CONCEPT_USAGE().