DGtal
0.6.devel
|
#include <CBidirectionalOutputRangeFromPoint.h>
Public Types | |
typedef T::Point | Point |
typedef T::ReverseOutputIterator | ReverseOutputIterator |
![]() | |
![]() | |
typedef T::OutputIterator | OutputIterator |
Public Member Functions | |
BOOST_CONCEPT_USAGE (CBidirectionalOutputRangeFromPoint) | |
![]() | |
BOOST_CONCEPT_USAGE (CBidirectionalOutputRange) | |
![]() | |
BOOST_CONCEPT_ASSERT ((boost::OutputIterator< OutputIterator, Value >)) | |
BOOST_CONCEPT_USAGE (CSinglePassOutputRange) |
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 'CBidirectionalOutputRangeFromPoint'
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 CBidirectionalOutputRangeFromPoint. |
Value | the type of object t in (*it) = t. |
Definition at line 89 of file CBidirectionalOutputRangeFromPoint.h.
typedef T::Point DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::Point |
Definition at line 95 of file CBidirectionalOutputRangeFromPoint.h.
typedef T::ReverseOutputIterator DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::ReverseOutputIterator |
Reimplemented from DGtal::CBidirectionalOutputRange< T, Value >.
Definition at line 96 of file CBidirectionalOutputRangeFromPoint.h.
|
inline |
Definition at line 99 of file CBidirectionalOutputRangeFromPoint.h.
References DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::myIt, DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::myPoint, DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::myX, and DGtal::ConceptUtils::sameType().
|
private |
Definition at line 108 of file CBidirectionalOutputRangeFromPoint.h.
Referenced by DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 107 of file CBidirectionalOutputRangeFromPoint.h.
Referenced by DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::BOOST_CONCEPT_USAGE().
|
private |
Reimplemented from DGtal::CBidirectionalOutputRange< T, Value >.
Definition at line 106 of file CBidirectionalOutputRangeFromPoint.h.
Referenced by DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::BOOST_CONCEPT_USAGE().