2490: Overhaul piters on complex neighborhood.

* mln/core/image/complex_neighborhood_piter.hh Update the documentation. (mln::complex_neighborhood_fwd_piter<I, P, N>::dpoint) (mln::complex_neighborhood_fwd_piter<I, P, N>::mesh) (mln::complex_neighborhood_bkd_piter<I, P, N>::dpoint) (mln::complex_neighborhood_bkd_piter<I, P, N>::mesh): Remove (already disabled) typedefs. --- milena/ChangeLog | 12 ++++++++++++ .../mln/core/image/complex_neighborhood_piter.hh | 18 ++++-------------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 1090e90..1fe4229 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,17 @@ 2008-10-03 Roland Levillain <roland@lrde.epita.fr> + Overhaul piters on complex neighborhood. + + * mln/core/image/complex_neighborhood_piter.hh + Update the documentation. + (mln::complex_neighborhood_fwd_piter<I, P, N>::dpoint) + (mln::complex_neighborhood_fwd_piter<I, P, N>::mesh) + (mln::complex_neighborhood_bkd_piter<I, P, N>::dpoint) + (mln::complex_neighborhood_bkd_piter<I, P, N>::mesh): + Remove (already disabled) typedefs. + +2008-10-03 Roland Levillain <roland@lrde.epita.fr> + Fix the definition of mln::complex_neighborhood_bkd_piter. * mln/core/image/complex_neighborhood_piter.hh diff --git a/milena/mln/core/image/complex_neighborhood_piter.hh b/milena/mln/core/image/complex_neighborhood_piter.hh index 85d2a0a..ed9474d 100644 --- a/milena/mln/core/image/complex_neighborhood_piter.hh +++ b/milena/mln/core/image/complex_neighborhood_piter.hh @@ -61,14 +61,9 @@ namespace mln typedef internal::site_relative_iterator_base< N, self_ > super_; public: - /// The Point_Site type. + /// The Pseudo_Site type. typedef mln_psite(N) psite; - // FIXME: Dummy typedef. -// typedef void dpoint; - // FIXME: Dummy typedef. -// typedef void mesh; - public: /// Construction. /// \{ @@ -87,7 +82,7 @@ namespace mln /// Start an iteration. void do_start_(); - /// Go to the next point. + /// Go to the next site. void do_next_(); /// Set the reference psite. @@ -129,14 +124,9 @@ namespace mln typedef internal::site_relative_iterator_base< N, self_ > super_; public: - /// The Point_Site type. + /// The Pseudo_Site type. typedef mln_psite(N) psite; - // FIXME: Dummy typedef. -// typedef void dpoint; - // FIXME: Dummy typedef. -// typedef void mesh; - public: /// Construction. /// \{ @@ -155,7 +145,7 @@ namespace mln /// Start an iteration. void do_start_(); - /// Go to the next point. + /// Go to the next site. void do_next_(); /// Set the reference psite. -- 1.6.0.1
participants (1)
-
Roland Levillain