26 #ifndef MLN_CORE_PIXTER1D_HH
27 # define MLN_CORE_PIXTER1D_HH
32 # include <mln/core/internal/pixel_iterator_base.hh>
33 # include <mln/core/alias/point1d.hh>
34 # include <mln/geom/size1d.hh>
46 public internal::forward_pixel_iterator_base_< I, fwd_pixter1d<I> >
48 typedef internal::forward_pixel_iterator_base_< I, fwd_pixter1d<I> > super_;
70 public internal::backward_pixel_iterator_base_< I, bkd_pixter1d<I> >
72 typedef internal::backward_pixel_iterator_base_< I, bkd_pixter1d<I> > super_;
88 #ifndef MLN_INCLUDE_ONLY
99 mln_precondition(image.is_valid());
102 template <
typename I>
115 template <
typename I>
120 mln_precondition(image.is_valid());
123 template <
typename I>
131 #endif // ! MLN_INCLUDE_ONLY
135 #endif // ! MLN_CORE_PIXTER1D_HH