DGtal
0.6.devel
|
#include <CConstSinglePassRangeFromPoint.h>
Public Types | |
typedef T::Point | Point |
![]() | |
typedef T::ConstIterator | ConstIterator |
Public Member Functions | |
BOOST_CONCEPT_USAGE (CConstSinglePassRangeFromPoint) | |
void | checkConstConstraints () const |
![]() | |
BOOST_CONCEPT_ASSERT ((boost_concepts::SinglePassIteratorConcept< ConstIterator >)) | |
BOOST_CONCEPT_USAGE (CConstSinglePassRange) |
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 |
ImageContainerBySTLVector::Range
T | the type that should be a model of CConstSinglePassRangeFromPoint. |
Definition at line 90 of file CConstSinglePassRangeFromPoint.h.
typedef T::Point DGtal::CConstSinglePassRangeFromPoint< T >::Point |
Reimplemented in DGtal::CSinglePassOutputRangeFromPoint< T, Value >, and DGtal::CSinglePassRangeFromPoint< T >.
Definition at line 95 of file CConstSinglePassRangeFromPoint.h.
|
inline |
Definition at line 98 of file CConstSinglePassRangeFromPoint.h.
|
inline |
Definition at line 102 of file CConstSinglePassRangeFromPoint.h.
Referenced by DGtal::CConstSinglePassRangeFromPoint< T, Value >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 112 of file CConstSinglePassRangeFromPoint.h.
Referenced by DGtal::CConstSinglePassRangeFromPoint< T, Value >::checkConstConstraints().
|
private |
Reimplemented in DGtal::CSinglePassOutputRangeFromPoint< T, Value >, and DGtal::CSinglePassRangeFromPoint< T >.
Definition at line 111 of file CConstSinglePassRangeFromPoint.h.
Referenced by DGtal::CConstSinglePassRangeFromPoint< T, Value >::checkConstConstraints().
|
private |
Reimplemented in DGtal::CSinglePassOutputRangeFromPoint< T, Value >, and DGtal::CSinglePassRangeFromPoint< T >.
Definition at line 110 of file CConstSinglePassRangeFromPoint.h.
Referenced by DGtal::CConstSinglePassRangeFromPoint< T, Value >::checkConstConstraints().