DGtal
1.5.beta
|
Aim: refined concept of const single pass range with a begin() method from a point. More...
#include <DGtal/base/CConstSinglePassRangeFromPoint.h>
Public Types | |
typedef T::Point | Point |
Public Types inherited from DGtal::concepts::CConstSinglePassRange< T > | |
typedef T::ConstIterator | ConstIterator |
Public Member Functions | |
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 |
Private Attributes | |
T | myX |
Point | myPoint |
ConstIterartor | myB |
Aim: refined concept of const single pass range with a begin() method from a point.
Description of concept 'CConstSinglePassRangeFromPoint'
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
begin | begin(const Point &aPoint) | aPoint of type Point | ConstIterator | Returns a const iterator on the range first element |
T | the type that should be a model of CConstSinglePassRangeFromPoint. |
Definition at line 85 of file CConstSinglePassRangeFromPoint.h.
typedef T::Point DGtal::concepts::CConstSinglePassRangeFromPoint< T >::Point |
Definition at line 90 of file CConstSinglePassRangeFromPoint.h.
|
inline |
Definition at line 93 of file CConstSinglePassRangeFromPoint.h.
References DGtal::concepts::CConstSinglePassRangeFromPoint< T >::checkConstConstraints().
|
inline |
Definition at line 97 of file CConstSinglePassRangeFromPoint.h.
References DGtal::concepts::CConstSinglePassRangeFromPoint< T >::myB, DGtal::concepts::CConstSinglePassRangeFromPoint< T >::myPoint, DGtal::concepts::CConstSinglePassRangeFromPoint< T >::myX, and DGtal::concepts::ConceptUtils::sameType().
Referenced by DGtal::concepts::CConstSinglePassRangeFromPoint< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 107 of file CConstSinglePassRangeFromPoint.h.
Referenced by DGtal::concepts::CConstSinglePassRangeFromPoint< T >::checkConstConstraints().
|
private |
Definition at line 106 of file CConstSinglePassRangeFromPoint.h.
Referenced by DGtal::concepts::CConstSinglePassRangeFromPoint< T >::checkConstConstraints().
|
private |
Definition at line 105 of file CConstSinglePassRangeFromPoint.h.
Referenced by DGtal::concepts::CConstSinglePassRangeFromPoint< T >::checkConstConstraints().