DGtal  1.4.beta
DGtal::concepts::CConstBidirectionalRangeFromPoint< T > Struct Template Reference

Aim: refined concept of const bidirectional range with a begin() method from a point. More...

#include <DGtal/base/CConstBidirectionalRangeFromPoint.h>

Inheritance diagram for DGtal::concepts::CConstBidirectionalRangeFromPoint< T >:
[legend]

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

myX
 
Point myPoint
 
T::ConstReverseIterator myB
 

Detailed Description

template<typename T>
struct DGtal::concepts::CConstBidirectionalRangeFromPoint< T >

Aim: refined concept of const bidirectional range with a begin() method from a point.

DescriptionDescription of concept 'CConstBidirectionalRangeFromPoint'

Refinement of CConstBidirectionalRange

Associated types

Notation

Definitions

Valid expressions and semantics

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

Invariants

Models

ImageContainerBySTLVector::Range

Notes

Template Parameters
Tthe type that should be a model of CConstBidirectionalRangeFromPoint.

Definition at line 92 of file CConstBidirectionalRangeFromPoint.h.

Member Typedef Documentation

◆ Point

template<typename T >
typedef T::Point DGtal::concepts::CConstBidirectionalRangeFromPoint< T >::Point

Definition at line 97 of file CConstBidirectionalRangeFromPoint.h.

Member Function Documentation

◆ BOOST_CONCEPT_USAGE()

◆ checkConstConstraints()

Field Documentation

◆ myB

template<typename T >
T::ConstReverseIterator DGtal::concepts::CConstBidirectionalRangeFromPoint< T >::myB
private

◆ myPoint

◆ myX


The documentation for this struct was generated from the following file: