* mln/core/image/complex_windows.hh
(mln::complex_m_face_window): New.
---
milena/ChangeLog | 7 +++++++
milena/mln/core/image/complex_windows.hh | 6 ++++++
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index ce51ecc..eb646f2 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -24,6 +24,13 @@
2008-10-22 Roland Levillain <roland(a)lrde.epita.fr>
+ Add window on transitively adjacent m-faces.
+
+ * mln/core/image/complex_windows.hh
+ (mln::complex_m_face_window): New.
+
+2008-10-22 Roland Levillain <roland(a)lrde.epita.fr>
+
Add neighborhood on transitively adjacent m-faces.
* mln/core/image/complex_neighborhoods.hh
diff --git a/milena/mln/core/image/complex_windows.hh
b/milena/mln/core/image/complex_windows.hh
index 66dba5d..53e0d64 100644
--- a/milena/mln/core/image/complex_windows.hh
+++ b/milena/mln/core/image/complex_windows.hh
@@ -115,6 +115,12 @@ namespace mln
topo::adj_higher_dim_connected_n_face_fwd_iter,
topo::adj_higher_dim_connected_n_face_bkd_iter);
+ /// \brief Window centered on an n-face of complex returning
+ /// the m-faces transitively adjacent to this center n-face.
+ mln_gen_complex_window(complex_m_face_window,
+ topo::adj_m_face_fwd_iter,
+ topo::adj_m_face_bkd_iter);
+
} // end of namespace mln
# undef mln_gen_complex_window
--
1.6.0.1
Show replies by date