DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Private Attributes
DGtal::CBidirectionalRangeFromPoint< T > Struct Template Reference

#include <CBidirectionalRangeFromPoint.h>

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

Public Types

typedef T::Point Point
typedef T::ReverseIterator ReverseIterator
- Public Types inherited from DGtal::CBidirectionalRange< T >
- Public Types inherited from DGtal::CConstBidirectionalRange< T >
typedef T::ConstReverseIterator ConstReverseIterator
- Public Types inherited from DGtal::CConstSinglePassRange< T >
typedef T::ConstIterator ConstIterator
- Public Types inherited from DGtal::CConstBidirectionalRangeFromPoint< T >

Public Member Functions

 BOOST_CONCEPT_USAGE (CBidirectionalRangeFromPoint)
- Public Member Functions inherited from DGtal::CBidirectionalRange< T >
 BOOST_CONCEPT_ASSERT ((boost_concepts::SinglePassIteratorConcept< ReverseIterator >))
 BOOST_CONCEPT_USAGE (CBidirectionalRange)
- Public Member Functions inherited from DGtal::CConstBidirectionalRange< T >
 BOOST_CONCEPT_ASSERT ((boost_concepts::SinglePassIteratorConcept< ConstReverseIterator >))
 BOOST_CONCEPT_USAGE (CConstBidirectionalRange)
- Public Member Functions inherited from DGtal::CConstSinglePassRange< T >
 BOOST_CONCEPT_ASSERT ((boost_concepts::SinglePassIteratorConcept< ConstIterator >))
 BOOST_CONCEPT_USAGE (CConstSinglePassRange)
- Public Member Functions inherited from DGtal::CConstBidirectionalRangeFromPoint< T >
 BOOST_CONCEPT_USAGE (CConstBidirectionalRangeFromPoint)
void checkConstConstraints () const

Private Attributes

myX
Point myPoint
ReverseIterator myIt

Detailed Description

template<typename T>
struct DGtal::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 93 of file CBidirectionalRangeFromPoint.h.


Member Typedef Documentation

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

Reimplemented from DGtal::CConstBidirectionalRangeFromPoint< T >.

Definition at line 101 of file CBidirectionalRangeFromPoint.h.

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

Reimplemented from DGtal::CBidirectionalRange< T >.

Definition at line 102 of file CBidirectionalRangeFromPoint.h.


Member Function Documentation

template<typename T >
DGtal::CBidirectionalRangeFromPoint< T >::BOOST_CONCEPT_USAGE ( CBidirectionalRangeFromPoint< T >  )
inline

Field Documentation

template<typename T >
ReverseIterator DGtal::CBidirectionalRangeFromPoint< T >::myIt
private
template<typename T >
Point DGtal::CBidirectionalRangeFromPoint< T >::myPoint
private
template<typename T >
T DGtal::CBidirectionalRangeFromPoint< T >::myX
private

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