base_type typedef | type | |
begin() const | type | [inline] |
const_pointer typedef | type | |
const_reference typedef | type | |
difference_type typedef | type | |
dim() | StridedMultiIterator< N-1, T, REFERENCE, POINTER > | [inline] |
end() const | type | [inline] |
iterator_category typedef | type | |
multi_difference_type typedef | type | |
next_type typedef | type | |
operator+(difference_type n) const | StridedMultiIterator< N-1, T, REFERENCE, POINTER > | [inline] |
operator+(multi_difference_type const &d) const | StridedMultiIterator< N-1, T, REFERENCE, POINTER > | [inline] |
operator++() | type | [inline] |
operator++(int) | type | [inline] |
operator+=(difference_type n) | type | [inline] |
operator+=(multi_difference_type const &d) | type | [inline] |
operator-(type const &d) const | type | [inline] |
vigra::StridedMultiIterator< N-1, T, REFERENCE, POINTER >::operator-(difference_type n) const | StridedMultiIterator< N-1, T, REFERENCE, POINTER > | [inline] |
vigra::StridedMultiIterator< N-1, T, REFERENCE, POINTER >::operator-(multi_difference_type const &d) const | StridedMultiIterator< N-1, T, REFERENCE, POINTER > | [inline] |
operator--() | type | [inline] |
operator--(int) | type | [inline] |
operator-=(difference_type n) | type | [inline] |
operator-=(multi_difference_type const &d) | type | [inline] |
operator[](difference_type n) const | type | [inline] |
operator[](multi_difference_type const &d) const | type | [inline] |
pointer typedef | type | |
reference typedef | type | |
StridedMultiIterator() | StridedMultiIterator< N-1, T, REFERENCE, POINTER > | [inline] |
StridedMultiIterator(T *ptr, const difference_type *stride, const difference_type *shape) | StridedMultiIterator< N-1, T, REFERENCE, POINTER > | [inline] |
type() | type | [inline] |
type(pointer ptr, const difference_type *stride, const difference_type *shape) | type | [inline] |
value_type typedef | type | |