URL:
https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog:
2007-10-17 Guillaume Duhamel <guillaume.duhamel(a)lrde.epita.fr>
Update typo.
* mln/set/all.hh,
* mln/test/all.hh,
* mln/util/all.hh,
* mln/value/all.hh: Update Typo.
---
set/all.hh | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
test/all.hh | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
util/all.hh | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
value/all.hh | 8 ++++++--
4 files changed, 161 insertions(+), 2 deletions(-)
Index: trunk/milena/mln/value/all.hh
===================================================================
--- trunk/milena/mln/value/all.hh (revision 1351)
+++ trunk/milena/mln/value/all.hh (revision 1352)
@@ -37,8 +37,12 @@
namespace mln
{
- /// Namespace of materials related to ixel value types.
- namespace value {}
+ /// Namespace of materials related to pixel value types.
+ namespace value
+ {
+ /// Implementation namespace of value namespace.
+ namespace impl {}
+ }
}
Index: trunk/milena/mln/test/all.hh
===================================================================
--- trunk/milena/mln/test/all.hh (revision 0)
+++ trunk/milena/mln/test/all.hh (revision 1352)
@@ -0,0 +1,53 @@
+// Copyright (C) 2007 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this library; see the file COPYING. If not, write to
+// the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+// Boston, MA 02111-1307, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+#ifndef MLN_TEST_ALL_HH
+# define MLN_TEST_ALL_HH
+
+/*! \file mln/test/all.hh
+ *
+ * \brief File that includes all test-related routines.
+ */
+
+
+namespace mln
+{
+
+ /// Namespace of image processing routines related to pixel tests.
+ namespace test
+ {
+ /// Implementation namespace of test namespace.
+ namespace impl {}
+ }
+
+}
+
+# include <mln/test/positive.hh>
+# include <mln/test/predicate.hh>
+
+
+#endif // ! MLN_TEST_ALL_HH
Index: trunk/milena/mln/set/all.hh
===================================================================
--- trunk/milena/mln/set/all.hh (revision 0)
+++ trunk/milena/mln/set/all.hh (revision 1352)
@@ -0,0 +1,50 @@
+// Copyright (C) 2007 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this library; see the file COPYING. If not, write to
+// the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+// Boston, MA 02111-1307, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+#ifndef MLN_SET_ALL_HH
+# define MLN_SET_ALL_HH
+
+/*! \file mln/set/all.hh
+ *
+ * \brief File that includes all set-related routines.
+ */
+
+
+namespace mln
+{
+
+ /// Namespace of image processing routines related to pixel sets.
+ namespace set {}
+
+}
+
+# include <mln/set/diff.hh>
+# include <mln/set/inter.hh>
+# include <mln/set/sym_diff.hh>
+# include <mln/set/union.hh>
+
+#endif // ! MLN_SET_ALL_HH
Index: trunk/milena/mln/util/all.hh
===================================================================
--- trunk/milena/mln/util/all.hh (revision 0)
+++ trunk/milena/mln/util/all.hh (revision 1352)
@@ -0,0 +1,52 @@
+// Copyright (C) 2007 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this library; see the file COPYING. If not, write to
+// the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+// Boston, MA 02111-1307, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+#ifndef MLN_UTIL_ALL_HH
+# define MLN_UTIL_ALL_HH
+
+/*! \file mln/util/all.hh
+ *
+ * \brief File that includes all util-related routines.
+ */
+
+
+namespace mln
+{
+
+ /// Namespace of tools using for more complex algorithm.
+ namespace util {}
+
+}
+
+# include <mln/util/eat.hh>
+# include <mln/util/graph.hh>
+# include <mln/util/ignore.hh>
+# include <mln/util/nil.hh>
+# include <mln/util/pix.hh>
+# include <mln/util/tracked_ptr.hh>
+
+#endif // ! MLN_UTIL_ALL_HH