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::CConstBidirectionalRangeFromPoint< T > Struct Template Reference

#include <CConstBidirectionalRangeFromPoint.h>

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

Public Types

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

Public Member Functions

 BOOST_CONCEPT_USAGE (CConstBidirectionalRangeFromPoint)
void checkConstConstraints () const
- 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)

Private Attributes

myX
Point myPoint
T::ConstReverseIterator myB

Detailed Description

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


Member Typedef Documentation

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

Member Function Documentation

template<typename T >
DGtal::CConstBidirectionalRangeFromPoint< T >::BOOST_CONCEPT_USAGE ( CConstBidirectionalRangeFromPoint< T >  )
inline
template<typename T >
void DGtal::CConstBidirectionalRangeFromPoint< T >::checkConstConstraints ( ) const
inline

Field Documentation

template<typename T >
T::ConstReverseIterator DGtal::CConstBidirectionalRangeFromPoint< T >::myB
private
template<typename T >
Point DGtal::CConstBidirectionalRangeFromPoint< T >::myPoint
private
template<typename T >
T DGtal::CConstBidirectionalRangeFromPoint< T >::myX
private

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