33 #if defined(TiledImageBidirectionalRangeFromPoint_RECURSES)
34 #error Recursive header files inclusion detected in TiledImageBidirectionalRangeFromPoint.h
37 #define TiledImageBidirectionalRangeFromPoint_RECURSES
39 #if !defined TiledImageBidirectionalRangeFromPoint_h
41 #define TiledImageBidirectionalRangeFromPoint_h
45 #include "DGtal/base/BasicFunctors.h"
46 #include "DGtal/base/Circulator.h"
47 #include "DGtal/base/IteratorAdapter.h"
48 #include "DGtal/base/CBidirectionalRangeFromPoint.h"
49 #include "boost/concept_check.hpp"
69 template <
typename TTiledImage>
120 if (
this != &other )
150 out <<
"[TiledImageBidirectionalRangeFromPoint]" << std::endl;
152 std::copy (
myti->begin(),
myti->end(), std::ostream_iterator<Value> ( out,
", " ) );
161 return "TiledImageBidirectionalRangeFromPoint";
352 #undef TiledImageBidirectionalRangeFromPoint_RECURSES
Aim: model of CBidirectionalRangeFromPoint that adapts a TiledImage range of elements bounded by two ...
TiledImageBidirectionalRangeFromPoint(const TiledImage *ti)
TiledImage::OutputIterator Iterator
TiledImageBidirectionalRangeFromPoint & operator=(const TiledImageBidirectionalRangeFromPoint &other)
ConstReverseIterator rbegin() const
Iterator begin(const Point &aPoint)
OutputIterator outputIterator()
std::reverse_iterator< Iterator > ReverseOutputIterator
std::reverse_iterator< Iterator > ReverseIterator
std::reverse_iterator< ConstIterator > ConstReverseIterator
BOOST_CONCEPT_ASSERT((boost::BidirectionalIterator< typename TTiledImage::OutputIterator >))
ReverseIterator rbegin(const Point &aPoint)
OutputIterator outputIterator(const Point &aPoint)
TiledImage::ConstIterator ConstIterator
void selfDisplay(std::ostream &out) const
ConstIterator begin() const
ReverseOutputIterator routputIterator()
BOOST_CONCEPT_ASSERT((boost::BidirectionalIterator< typename TTiledImage::ConstIterator >))
TiledImageBidirectionalRangeFromPoint(const TiledImageBidirectionalRangeFromPoint &other)
std::string className() const
ConstReverseIterator rend() const
ConstReverseIterator rbegin(const Point &aPoint) const
ConstIterator end() const
~TiledImageBidirectionalRangeFromPoint()
ConstIterator begin(const Point &aPoint) const
ReverseOutputIterator routputIterator(const Point &aPoint)
TiledImage::OutputIterator OutputIterator
DGtal is the top-level namespace which contains all DGtal functions and types.
Go to http://www.sgi.com/tech/stl/BidirectionalIterator.html.