DGtal
1.5.beta
|
Aim: refined concept of single pass range with a outputIterator() method from a point. More...
#include <DGtal/base/CSinglePassRangeWithWritableIteratorFromPoint.h>
Public Types | |
typedef T::OutputIterator | OutputIterator |
typedef T::Point | Point |
Public Types inherited from DGtal::concepts::CConstSinglePassRangeFromPoint< T, Value > | |
typedef T::Point | Point |
Public Types inherited from DGtal::concepts::CConstSinglePassRange< T > | |
typedef T::ConstIterator | ConstIterator |
Public Types inherited from DGtal::concepts::CSinglePassRangeWithWritableIterator< T, Value > | |
typedef T::OutputIterator | OutputIterator |
Public Member Functions | |
BOOST_CONCEPT_USAGE (CSinglePassRangeWithWritableIteratorFromPoint) | |
Public Member Functions inherited from DGtal::concepts::CConstSinglePassRangeFromPoint< T, Value > | |
BOOST_CONCEPT_USAGE (CConstSinglePassRangeFromPoint) | |
void | checkConstConstraints () const |
Public Member Functions inherited from DGtal::concepts::CConstSinglePassRange< T > | |
BOOST_CONCEPT_ASSERT ((boost_concepts::SinglePassIteratorConcept< ConstIterator >)) | |
BOOST_CONCEPT_USAGE (CConstSinglePassRange) | |
void | checkConstConstraints () const |
Public Member Functions inherited from DGtal::concepts::CSinglePassRangeWithWritableIterator< T, Value > | |
BOOST_CONCEPT_ASSERT ((boost::OutputIterator< OutputIterator, Value >)) | |
BOOST_CONCEPT_USAGE (CSinglePassRangeWithWritableIterator) | |
Private Attributes | |
T | myX |
Point | myPoint |
OutputIterartor | myIt |
Aim: refined concept of single pass range with a outputIterator() method from a point.
Description of concept 'CSinglePassRangeWithWritableIteratorFromPoint'
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
output iterator | outputIterator(const Point &aPoint) | aPoint of type Point | OutputIterator | Returns an output iterator on the range first element |
T | the type that should be a model of CSinglePassRangeWithWritableIteratorFromPoint. |
Value | the type of object t in (*it) = t. |
Definition at line 91 of file CSinglePassRangeWithWritableIteratorFromPoint.h.
typedef T::OutputIterator DGtal::concepts::CSinglePassRangeWithWritableIteratorFromPoint< T, Value >::OutputIterator |
Definition at line 98 of file CSinglePassRangeWithWritableIteratorFromPoint.h.
typedef T::Point DGtal::concepts::CSinglePassRangeWithWritableIteratorFromPoint< T, Value >::Point |
Definition at line 99 of file CSinglePassRangeWithWritableIteratorFromPoint.h.
|
inline |
Definition at line 102 of file CSinglePassRangeWithWritableIteratorFromPoint.h.
References DGtal::concepts::CSinglePassRangeWithWritableIteratorFromPoint< T, Value >::myIt, DGtal::concepts::CSinglePassRangeWithWritableIteratorFromPoint< T, Value >::myPoint, DGtal::concepts::CSinglePassRangeWithWritableIteratorFromPoint< T, Value >::myX, and DGtal::concepts::ConceptUtils::sameType().
|
private |
Definition at line 111 of file CSinglePassRangeWithWritableIteratorFromPoint.h.
Referenced by DGtal::concepts::CSinglePassRangeWithWritableIteratorFromPoint< T, Value >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 110 of file CSinglePassRangeWithWritableIteratorFromPoint.h.
Referenced by DGtal::concepts::CSinglePassRangeWithWritableIteratorFromPoint< T, Value >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 109 of file CSinglePassRangeWithWritableIteratorFromPoint.h.
Referenced by DGtal::concepts::CSinglePassRangeWithWritableIteratorFromPoint< T, Value >::BOOST_CONCEPT_USAGE().