#include <pixel_impl.hh>
Public Types | |
| typedef const I | image |
| Image type. | |
| typedef I::rvalue | rvalue |
| Image rvalue type. | |
| typedef I::value | value |
| Image value type. | |
Public Member Functions | |
| const value ** | address_ () const |
| Address of the current iterator value/pixel. | |
| const I & | ima () const |
| Give the pixel image. | |
| rvalue | val () const |
| Get the pixel iterator value. | |
Protected Member Functions | |
| pixel_impl_ (const I &image) | |
| Constructor. | |
Private Types | |
| typedef pixel_impl_base_ < mlc_is(mln_trait_image_speed(I), trait::image::speed::fastest)::value, const I, E > | super_ |
Private Member Functions | |
| bool | is_valid_ () const |
Definition at line 174 of file pixel_impl.hh.
| typedef const I mln::internal::pixel_impl_< const I, E >::image |
| typedef I ::rvalue mln::internal::pixel_impl_< const I, E >::rvalue |
typedef pixel_impl_base_< mlc_is(mln_trait_image_speed(I), trait::image::speed::fastest)::value, const I, E > mln::internal::pixel_impl_< const I, E >::super_ [private] |
Definition at line 182 of file pixel_impl.hh.
| typedef I ::value mln::internal::pixel_impl_< const I, E >::value |
| mln::internal::pixel_impl_< const I, E >::pixel_impl_ | ( | const I & | image | ) | [inline, protected] |
| const I::value ** mln::internal::pixel_impl_< const I, E >::address_ | ( | ) | const [inline] |
| const I & mln::internal::pixel_impl_< const I, E >::ima | ( | ) | const [inline] |
| bool mln::internal::pixel_impl_< const I, E >::is_valid_ | ( | ) | const [inline, private] |
Definition at line 284 of file pixel_impl.hh.
| I::rvalue mln::internal::pixel_impl_< const I, E >::val | ( | ) | const [inline] |
Definition at line 299 of file pixel_impl.hh.
References mln::internal::pixel_impl_< I, E >::is_valid_().
1.5.6