![]() |
|
#include <iterators.h>
Public Types | |
using | difference_type = std::ptrdiff_t |
using | value_type = T |
using | pointer = const value_type * |
using | reference = const value_type & |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
ConstContiguousIterator (const Image &img, std::vector< int > pos={}) | |
ConstContiguousIterator & | operator++ () |
const T & | operator * () const |
const T * | operator-> () const |
bool | operator== (const ConstContiguousIterator &rhs) const |
bool | operator!= (const ConstContiguousIterator &rhs) const |
Public Attributes | |
const uint8_t * | ptr_ |
const Image * | img_ |
Definition at line 101 of file iterators.h.
using ecvl::ConstContiguousIterator< T >::difference_type = std::ptrdiff_t |
Definition at line 103 of file iterators.h.
using ecvl::ConstContiguousIterator< T >::iterator_category = std::forward_iterator_tag |
Definition at line 107 of file iterators.h.
using ecvl::ConstContiguousIterator< T >::pointer = const value_type* |
Definition at line 105 of file iterators.h.
using ecvl::ConstContiguousIterator< T >::reference = const value_type& |
Definition at line 106 of file iterators.h.
using ecvl::ConstContiguousIterator< T >::value_type = T |
Definition at line 104 of file iterators.h.
ConstContiguousIterator::ConstContiguousIterator | ( | const Image & | img, |
std::vector< int > | pos = {} |
||
) |
|
inline |
Definition at line 114 of file iterators.h.
|
inline |
Definition at line 117 of file iterators.h.
|
inline |
Definition at line 113 of file iterators.h.
|
inline |
Definition at line 115 of file iterators.h.
|
inline |
Definition at line 116 of file iterators.h.
const Image* ecvl::ConstContiguousIterator< T >::img_ |
Definition at line 110 of file iterators.h.
const uint8_t* ecvl::ConstContiguousIterator< T >::ptr_ |
Definition at line 109 of file iterators.h.