snark
|
matrix neighbourhood iterator More...
#include <pin_screen.h>
Public Types | |
typedef pin_screen< T > ::iterator::index_type | index_type |
index type | |
typedef pin_screen< T > ::neighbourhood_iterator | iterator |
itself | |
![]() | |
typedef pin_screen< T >::index_type | index_type |
index type | |
typedef pin_screen< T >::size_type | size_type |
size type | |
typedef T | value_type |
value type |
Public Member Functions | |
const neighbourhood_iterator & | operator++ () |
increment | |
![]() | |
bool | operator== (const iterator &rhs) const |
operators (add more as needed) |
Static Public Member Functions | |
static neighbourhood_iterator | begin (const typename pin_screen< T >::iterator ¢er) |
return neighbourhood center | |
static neighbourhood_iterator | end (const typename pin_screen< T >::iterator ¢er) |
return end |
matrix neighbourhood iterator
|
inlinestatic |
return neighbourhood center
return begin
References pin_screen< T >::begin(), and pin_screen< T >::end().