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::CBidirectionalOutputRangeFromPoint< T, Value > Struct Template Reference

#include <CBidirectionalOutputRangeFromPoint.h>

Inheritance diagram for DGtal::CBidirectionalOutputRangeFromPoint< T, Value >:
Inheritance graph
[legend]
Collaboration diagram for DGtal::CBidirectionalOutputRangeFromPoint< T, Value >:
Collaboration graph
[legend]

Public Types

typedef T::Point Point
typedef T::ReverseOutputIterator ReverseOutputIterator
- Public Types inherited from DGtal::CBidirectionalOutputRange< T, Value >
- Public Types inherited from DGtal::CSinglePassOutputRange< T, Value >
typedef T::OutputIterator OutputIterator

Public Member Functions

 BOOST_CONCEPT_USAGE (CBidirectionalOutputRangeFromPoint)
- Public Member Functions inherited from DGtal::CBidirectionalOutputRange< T, Value >
 BOOST_CONCEPT_USAGE (CBidirectionalOutputRange)
- Public Member Functions inherited from DGtal::CSinglePassOutputRange< T, Value >
 BOOST_CONCEPT_ASSERT ((boost::OutputIterator< OutputIterator, Value >))
 BOOST_CONCEPT_USAGE (CSinglePassOutputRange)

Private Attributes

myX
Point myPoint
ReverseOutputIterator myIt

Detailed Description

template<typename T, typename Value>
struct DGtal::CBidirectionalOutputRangeFromPoint< T, Value >

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

DescriptionDescription of concept 'CBidirectionalOutputRangeFromPoint'

Refinement of CBidirectionalOutputRange

Associated types :

Notation

Definitions

Valid expressions and semantics

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

Invariants

Models

ImageContainerBySTLVector::Range

Notes

Template Parameters:
Tthe type that should be a model of CBidirectionalOutputRangeFromPoint.
Valuethe type of object t in (*it) = t.

Definition at line 89 of file CBidirectionalOutputRangeFromPoint.h.


Member Typedef Documentation

template<typename T , typename Value >
typedef T::Point DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::Point

Definition at line 95 of file CBidirectionalOutputRangeFromPoint.h.

template<typename T , typename Value >
typedef T::ReverseOutputIterator DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::ReverseOutputIterator

Member Function Documentation

template<typename T , typename Value >
DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::BOOST_CONCEPT_USAGE ( CBidirectionalOutputRangeFromPoint< T, Value >  )
inline

Field Documentation

template<typename T , typename Value >
ReverseOutputIterator DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::myIt
private
template<typename T , typename Value >
Point DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::myPoint
private
template<typename T , typename Value >
T DGtal::CBidirectionalOutputRangeFromPoint< T, Value >::myX
private

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