DGtal 2.0.0
|
Constant range on a ConstImageFunctorHolder. More...
#include <DGtal/images/ConstImageFunctorHolder.h>
Public Types | |
using | ConstIterator = typename Self::ConstIterator |
using | ConstReverseIterator = typename Self::ConstReverseIterator |
using | Point = typename Self::Point |
Public Member Functions | |
ConstRange (Self const &aConstImageFunctorHolder) | |
ConstIterator | begin () const |
ConstIterator | begin (Point const &aPoint) const |
ConstIterator | end () const |
ConstReverseIterator | rbegin () const |
ConstReverseIterator | rbegin (Point const &aPoint) const |
ConstReverseIterator | rend () const |
Private Attributes | |
Self const & | myConstImageFunctorHolder |
Constant range on a ConstImageFunctorHolder.
Definition at line 223 of file ConstImageFunctorHolder.h.
using DGtal::functors::ConstImageFunctorHolder< TDomain, TValue, TFunctor >::ConstRange::ConstIterator = typename Self::ConstIterator |
Definition at line 230 of file ConstImageFunctorHolder.h.
using DGtal::functors::ConstImageFunctorHolder< TDomain, TValue, TFunctor >::ConstRange::ConstReverseIterator = typename Self::ConstReverseIterator |
Definition at line 231 of file ConstImageFunctorHolder.h.
using DGtal::functors::ConstImageFunctorHolder< TDomain, TValue, TFunctor >::ConstRange::Point = typename Self::Point |
Definition at line 232 of file ConstImageFunctorHolder.h.
|
inline |
Definition at line 226 of file ConstImageFunctorHolder.h.
References myConstImageFunctorHolder.
|
inline |
Definition at line 234 of file ConstImageFunctorHolder.h.
References myConstImageFunctorHolder.
|
inline |
Definition at line 235 of file ConstImageFunctorHolder.h.
References aPoint, and myConstImageFunctorHolder.
|
inline |
Definition at line 236 of file ConstImageFunctorHolder.h.
References myConstImageFunctorHolder.
Referenced by rbegin().
|
inline |
Definition at line 238 of file ConstImageFunctorHolder.h.
References end().
|
inline |
Definition at line 239 of file ConstImageFunctorHolder.h.
|
inline |
|
private |
Definition at line 243 of file ConstImageFunctorHolder.h.
Referenced by begin(), begin(), ConstRange(), and end().