Visual Computing Library
|
Public Types | |
using | difference_type = ptrdiff_t |
using | value_type = Point< uint, N > |
using | reference = const Point< uint, N > & |
using | pointer = const Point< uint, N > * |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
CellIterator (const Point< uint, N > &first, const Point< uint, N > &end) | |
reference | operator* () const |
pointer | operator-> () const |
bool | operator== (const CellIterator &oi) const |
bool | operator!= (const CellIterator &oi) const |
CellIterator | operator++ () |
CellIterator | operator++ (int) |
Private Attributes | |
Point< uint, N > | mIt |
Point< uint, N > | mFirst |
Point< uint, N > | mEnd |