
--- milena/ChangeLog | 4 ++++ milena/mln/core/macros.hh | 6 ++++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index e07f8bc..be4dc71 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,9 @@ 2008-10-03 Roland Levillain <roland@lrde.epita.fr> + * mln/core/macros.hh (mln_face, mln_face_): New macros. + +2008-10-03 Roland Levillain <roland@lrde.epita.fr> + Overhaul neighborhoods of adjacent lower- and higher-dimension faces. * mln/core/image/complex_lower_neighborhood.hh, diff --git a/milena/mln/core/macros.hh b/milena/mln/core/macros.hh index 3dc9036..8052ce1 100644 --- a/milena/mln/core/macros.hh +++ b/milena/mln/core/macros.hh @@ -146,6 +146,12 @@ // f +/// Shortcuts to access the (complex) face type associated to T. +/// \{ +# define mln_face(T) typename T::face +# define mln_face_(T) T::face +/// \} + /// Shortcuts to access the element-forward-iterator type associated /// to T. /// \{ -- 1.6.0.1