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

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

#include <DGtal/base/CBidirectionalRangeFromPoint.h>

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

Public Types

typedef T::Point Point
 
typedef T::ReverseIterator ReverseIterator
 
- Public Types inherited from DGtal::concepts::CBidirectionalRange< T >
typedef T::ReverseIterator ReverseIterator
 
- 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 Types inherited from DGtal::concepts::CConstBidirectionalRangeFromPoint< T >
typedef T::Point Point
 

Public Member Functions

 BOOST_CONCEPT_USAGE (CBidirectionalRangeFromPoint)
 
- Public Member Functions inherited from DGtal::concepts::CBidirectionalRange< T >
 BOOST_CONCEPT_ASSERT ((boost_concepts::SinglePassIteratorConcept< ReverseIterator >))
 
 BOOST_CONCEPT_USAGE (CBidirectionalRange)
 
- 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
 
- Public Member Functions inherited from DGtal::concepts::CConstBidirectionalRangeFromPoint< T >
 BOOST_CONCEPT_USAGE (CConstBidirectionalRangeFromPoint)
 
void checkConstConstraints () const
 

Private Attributes

myX
 
Point myPoint
 
ReverseIterator myIt
 

Detailed Description

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

Aim: refined concept of single pass range with a begin() method from a point.

DescriptionDescription of concept 'CBidirectionalRangeFromPoint'

Refinement of CBidirectionalRange

Associated types

Notation

Definitions

Valid expressions and

Name Expression Type requirements Return type Precondition Semantics Post condition Complexity
reverse begin rbegin(const Point &aPoint) aPoint of type Point ReverseIterator Returns a reverse iterator on the range at point aPoint

Invariants

Models

ImageContainerBySTLVector::Range

Notes

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

Definition at line 95 of file CBidirectionalRangeFromPoint.h.

Member Typedef Documentation

◆ Point

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

Definition at line 103 of file CBidirectionalRangeFromPoint.h.

◆ ReverseIterator

template<typename T >
typedef T::ReverseIterator DGtal::concepts::CBidirectionalRangeFromPoint< T >::ReverseIterator

Definition at line 104 of file CBidirectionalRangeFromPoint.h.

Member Function Documentation

◆ BOOST_CONCEPT_USAGE()

Field Documentation

◆ myIt

◆ myPoint

◆ myX


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