* mln/core/alias/complex_image.hh (mln::bin_2complex_image2d):
New typedef.
---
milena/ChangeLog | 7 +++++++
milena/mln/core/alias/complex_image.hh | 10 +++++++++-
2 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 06b0478..e2f6ec2 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,12 @@
2011-02-24 Roland Levillain <roland(a)lrde.epita.fr>
+ New complex image alias: mln::bin_2complex_image2d.
+
+ * mln/core/alias/complex_image.hh (mln::bin_2complex_image2d):
+ New typedef.
+
+2011-02-24 Roland Levillain <roland(a)lrde.epita.fr>
+
Revamp mln::topo::is_simple_cell.
* mln/topo/is_simple_cell.hh
diff --git a/milena/mln/core/alias/complex_image.hh
b/milena/mln/core/alias/complex_image.hh
index 89a8241..3e7fdd4 100644
--- a/milena/mln/core/alias/complex_image.hh
+++ b/milena/mln/core/alias/complex_image.hh
@@ -1,4 +1,5 @@
-// Copyright (C) 2008, 2009 EPITA Research and Development Laboratory (LRDE)
+// Copyright (C) 2008, 2009, 2011 EPITA Research and Development
+// Laboratory (LRDE)
//
// This file is part of Olena.
//
@@ -65,6 +66,13 @@ namespace mln
| 2-d plane 2-complex aliases. |
`------------------------------*/
+ /// \brief Type alias for a binary image based on a
+ /// 2-complex, where 0-faces are located at discrete (integer)
+ /// 2-dimensional points.
+ typedef
+ mln::complex_image<2, mln::discrete_plane_2complex_geometry, bool>
+ bin_2complex_image2d;
+
/// \brief Type alias for an 8-bit gray-level image based on a
/// 2-complex, where 0-faces are located at discrete (integer)
/// 2-dimensional points.
--
1.5.6.5