2393: Have mln::complex known complex_faces_iter's.

* mln/core/complex.hh: Include mln/core/complex_faces_iter.hh. --- milena/ChangeLog | 6 ++++++ milena/mln/core/complex.hh | 2 ++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index e82e082..e9cb550 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -41,6 +41,12 @@ 2008-09-24 Roland Levillain <roland@lrde.epita.fr> + Have mln::complex known complex_faces_iter's. + + * mln/core/complex.hh: Include mln/core/complex_faces_iter.hh. + +2008-09-24 Roland Levillain <roland@lrde.epita.fr> + Add iterators on n-faces able to convert to mln::any_face_handle's. * mln/core/complex_faces_iter.hh: New. diff --git a/milena/mln/core/complex.hh b/milena/mln/core/complex.hh index 32197f4..2329a71 100644 --- a/milena/mln/core/complex.hh +++ b/milena/mln/core/complex.hh @@ -44,8 +44,10 @@ # include <mln/util/tracked_ptr.hh> # include <mln/core/face.hh> + # include <mln/core/complex_iter.hh> # include <mln/core/faces_iter.hh> +# include <mln/core/complex_faces_iter.hh> namespace mln -- 1.6.0.1
participants (1)
-
Roland Levillain