DGtal
1.5.beta
|
Aim: refined concept of const bidirectional range with a begin() method from a point. More...
#include <DGtal/base/CConstBidirectionalRangeFromPoint.h>
Public Types | |
typedef T::Point | Point |
Public Types inherited from DGtal::concepts::CConstBidirectionalRange< T > | |
typedef T::ConstReverseIterator | ConstReverseIterator |
Public Types inherited from DGtal::concepts::CConstSinglePassRange< T > | |
typedef T::ConstIterator | ConstIterator |
Public Member Functions | |
BOOST_CONCEPT_USAGE (CConstBidirectionalRangeFromPoint) | |
void | checkConstConstraints () const |
Public Member Functions inherited from DGtal::concepts::CConstBidirectionalRange< T > | |
BOOST_CONCEPT_ASSERT ((boost_concepts::SinglePassIteratorConcept< ConstReverseIterator >)) | |
BOOST_CONCEPT_USAGE (CConstBidirectionalRange) | |
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 |
Private Attributes | |
T | myX |
Point | myPoint |
T::ConstReverseIterator | myB |
Aim: refined concept of const bidirectional range with a begin() method from a point.
DescriptionDescription of concept 'CConstBidirectionalRangeFromPoint'
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
reverse begin | rbegin(const Point &aPoint) | aPoint of type Point | ConstIterator | Returns a const reverse iterator on the range first element |
ImageContainerBySTLVector::Range
T | the type that should be a model of CConstBidirectionalRangeFromPoint. |
Definition at line 92 of file CConstBidirectionalRangeFromPoint.h.
typedef T::Point DGtal::concepts::CConstBidirectionalRangeFromPoint< T >::Point |
Definition at line 97 of file CConstBidirectionalRangeFromPoint.h.
|
inline |
Definition at line 100 of file CConstBidirectionalRangeFromPoint.h.
References DGtal::concepts::CConstBidirectionalRangeFromPoint< T >::checkConstConstraints().
|
inline |
Definition at line 104 of file CConstBidirectionalRangeFromPoint.h.
References DGtal::concepts::CConstBidirectionalRangeFromPoint< T >::myB, DGtal::concepts::CConstBidirectionalRangeFromPoint< T >::myPoint, DGtal::concepts::CConstBidirectionalRangeFromPoint< T >::myX, and DGtal::concepts::ConceptUtils::sameType().
Referenced by DGtal::concepts::CConstBidirectionalRangeFromPoint< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 114 of file CConstBidirectionalRangeFromPoint.h.
Referenced by DGtal::concepts::CConstBidirectionalRangeFromPoint< T >::checkConstConstraints().
|
private |
Definition at line 113 of file CConstBidirectionalRangeFromPoint.h.
Referenced by DGtal::concepts::CConstBidirectionalRangeFromPoint< T >::checkConstConstraints().
|
private |
Definition at line 112 of file CConstBidirectionalRangeFromPoint.h.
Referenced by DGtal::concepts::CConstBidirectionalRangeFromPoint< T >::checkConstConstraints().