Template Class cube_iterator_with_vector¶
Defined in File vector.hpp
Class Documentation¶
-
template<typename
pixel_type>
classcube_iterator_with_vector¶ Public Types
-
template<>
usingvalue_type= pixel_type¶
Public Functions
-
cube_iterator_with_vector(const cube<pixel_type> &_cube, const vector_xy &_vector_xy)¶ —————————————————————————– /// Constructors —————————————————————————– ///
-
cube_iterator_with_vector(const cube_iterator_with_vector&)¶
-
bool
operator==(const cube_iterator_with_vector &other) const¶ —————————————————————————– /// Operators and public methods —————————————————————————– ///
-
bool
operator!=(const cube_iterator_with_vector &other) const¶
-
value_type
operator*() const¶
-
cube_iterator_with_vector &
operator++()¶
-
template<>