2007-02-10 Roland Levillain <roland(a)lrde.epita.fr>
Add missing copyright headers, and fix the dates in existing ones.
* conf/configure.ac, conf/gen-scripts.sh, conf/oln-config.shin,
* Makefile.am, oln/Makefile.am, oln/makefile.src,
* oln/transforms/shapelets.hh, tests/check/Makefile.am,
* tests/check/Makefile.check, tests/check/Makefile.flags,
* tests/check/Makefile.runtests, tests/convert/Makefile.am,
* tests/convol/Makefile.am, tests/core/Makefile.am,
* tests/io/Makefile.am, tests/level/Makefile.am,
* tests/Makefile.am, tests/sanity/includes.test,
* tests/sanity/Makefile.am, tests/transforms/Makefile.am: Add
copyright header.
* oln/transforms/shapelets.hh: Likewise.
Add header guards.
* oln/arith/logic.hh, oln/convert/rgbhsl.hh,
* oln/convert/rgbhsv.hh, oln/convol/fast_convolution.hh,
* oln/core/abstract/image.hh, oln/core/window2d.hh,
* oln/io/base.hh, oln/io/gz_stream.hh,
* oln/morpho/geodesic_dilation.hh, oln/morpho/geodesic_erosion.hh,
* oln/topo/dmap.hh, oln/topo/dmap.hxx,
* oln/topo/tarjan/tarjan_with_attr.hh: Fix the dates in copyright
headers.
--- 10.277/olena/Makefile.am Mon, 25 Aug 2003 13:50:56 +0200 raph (oln/2_Makefile.a
1.30.1.1.1.2.1.10 644)
+++ 10.278/olena/Makefile.am Sat, 10 Feb 2007 12:07:40 +0100 levill_r (oln/2_Makefile.a
1.30.1.1.1.2.1.11 644)
@@ -1,5 +1,34 @@
## Process this file with Automake to produce Makefile.in -*- Makefile -*-
+## Copyright (C) 2002, 2003, 2004 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
# OLN_SRC_SUBDIRS is set when "configure" is run.
SUBDIRS = img oln $(OLN_SRC_SUBDIRS)
--- 10.277/olena/oln/arith/logic.hh Sat, 10 Feb 2007 11:08:48 +0100 levill_r
(oln/b/24_logic.hh 1.6.1.6 600)
+++ 10.278/olena/oln/arith/logic.hh Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/b/24_logic.hh 1.6.1.7 644)
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2001, 2002, 2003, 2004, 2005 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
--- 10.277/olena/oln/core/window2d.hh Sat, 10 Feb 2007 11:08:48 +0100 levill_r
(oln/c/14_window2d.h 1.22.1.2 600)
+++ 10.278/olena/oln/core/window2d.hh Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/c/14_window2d.h 1.22.1.3 644)
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2001, 2002, 2003, 2004, 2005 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
--- 10.277/olena/oln/io/base.hh Sat, 10 Feb 2007 11:08:48 +0100 levill_r (oln/b/20_base.hh
1.10.1.2 600)
+++ 10.278/olena/oln/io/base.hh Sat, 10 Feb 2007 12:07:40 +0100 levill_r (oln/b/20_base.hh
1.10.1.3 644)
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2001, 2002, 2003, 2004, 2006 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
--- 10.277/olena/oln/io/gz_stream.hh Sat, 10 Feb 2007 11:08:48 +0100 levill_r
(oln/f/17_gz_stream. 1.13 600)
+++ 10.278/olena/oln/io/gz_stream.hh Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/f/17_gz_stream. 1.14 644)
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2001, 2002, 2003, 2004, 2005 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
--- 10.277/olena/oln/morpho/geodesic_dilation.hh Sat, 10 Feb 2007 11:08:48 +0100 levill_r
(oln/37_geodesic_d 1.11.1.15 600)
+++ 10.278/olena/oln/morpho/geodesic_dilation.hh Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/37_geodesic_d 1.11.1.16 644)
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2001, 2002, 2003, 2004, 2006 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
--- 10.277/olena/oln/morpho/geodesic_erosion.hh Sat, 10 Feb 2007 11:08:48 +0100 levill_r
(oln/36_geodesic_e 1.23 600)
+++ 10.278/olena/oln/morpho/geodesic_erosion.hh Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/36_geodesic_e 1.24 644)
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2001, 2002, 2003, 2004, 2006 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
--- 10.277/olena/oln/topo/dmap.hh Sat, 10 Feb 2007 11:08:48 +0100 levill_r
(oln/p/2_dmap.hh 1.13 600)
+++ 10.278/olena/oln/topo/dmap.hh Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/p/2_dmap.hh 1.14 644)
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2001, 2002, 2003, 2004, 2005 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
--- 10.277/olena/oln/topo/dmap.hxx Sat, 10 Feb 2007 11:08:48 +0100 levill_r
(oln/p/3_dmap.hxx 1.7.1.13 600)
+++ 10.278/olena/oln/topo/dmap.hxx Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/p/3_dmap.hxx 1.7.1.14 644)
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2001, 2002, 2003, 2004, 2005 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
--- 10.277/olena/tests/convert/Makefile.am Thu, 22 Jan 2004 21:46:17 +0100 palma_g
(oln/f/0_Makefile.a 1.14 644)
+++ 10.278/olena/tests/convert/Makefile.am Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/f/0_Makefile.a 1.15 644)
@@ -1,5 +1,34 @@
## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Copyright (C) 2002, 2003, 2004 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
include ../check/Makefile.flags
include ../check/Makefile.check
--- 10.277/olena/tests/convol/Makefile.am Mon, 14 Jun 2004 09:07:03 +0200 odou_s
(oln/f/38_Makefile.a 1.14 644)
+++ 10.278/olena/tests/convol/Makefile.am Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/f/38_Makefile.a 1.15 644)
@@ -1,3 +1,31 @@
+## Copyright (C) 2003, 2004 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
include ../check/Makefile.runtests
LDADD_RUNTESTS += $(FFTW_LDFLAGS)
--- 10.277/olena/tests/io/Makefile.am Mon, 03 Nov 2003 21:57:43 +0100 burrus_n
(oln/e/49_Makefile.a 1.24 644)
+++ 10.278/olena/tests/io/Makefile.am Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/e/49_Makefile.a 1.25 644)
@@ -1,5 +1,33 @@
## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Copyright (C) 2003 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
include ../check/Makefile.runtests
noinst_HEADERS = loadsave.hh
--- 10.277/olena/tests/Makefile.am Sat, 01 Mar 2003 14:07:38 +0100 burrus_n
(oln/e/45_Makefile.a 1.20 644)
+++ 10.278/olena/tests/Makefile.am Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/e/45_Makefile.a 1.21 644)
@@ -1,4 +1,32 @@
## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Copyright (C) 2002, 2003 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
# OLN_TESTS_SUBDIRS is set when "configure" is run.
SUBDIRS = check $(OLN_TESTS_SUBDIRS)
--- 10.277/olena/tests/sanity/includes.test Wed, 22 Jan 2003 21:26:05 +0100 raph
(oln/f/46_includes.t 1.8 744)
+++ 10.278/olena/tests/sanity/includes.test Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/f/46_includes.t 1.8.1.1 744)
@@ -1,5 +1,33 @@
#! /bin/sh
+# Copyright (C) 2002, 2003 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, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, 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.
+
+
# Check that each header is self contained and generates no warning.
: ${VERBOSE=1}
--- 10.277/olena/tests/sanity/Makefile.am Tue, 20 Apr 2004 18:09:05 +0200 van-vl_n
(oln/f/48_Makefile.a 1.4.1.3 644)
+++ 10.278/olena/tests/sanity/Makefile.am Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/f/48_Makefile.a 1.4.1.4 644)
@@ -1,3 +1,31 @@
+## Copyright (C) 2003, 2004 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
EXTRA_DIST = includes.test
check:
--- 10.277/olena/tests/transforms/Makefile.am Tue, 09 Dec 2003 21:19:33 +0100 burrus_n
(oln/i/40_Makefile.a 1.12 644)
+++ 10.278/olena/tests/transforms/Makefile.am Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/i/40_Makefile.a 1.13 644)
@@ -1,3 +1,31 @@
+## Copyright (C) 2003 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
include ../check/Makefile.runtests
LDADD_RUNTESTS += $(FFTW_LDFLAGS)
--- 10.277/olena/conf/configure.ac Fri, 02 May 2003 23:12:39 +0200 burrus_n
(oln/p/23_configure. 1.5.1.2 644)
+++ 10.278/olena/conf/configure.ac Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/p/23_configure. 1.5.1.3 644)
@@ -1,4 +1,33 @@
# Process this file with autoconf to produce a configure script.
+
+# Copyright (C) 2003 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, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, 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.
+
+
AC_PREREQ([2.53])
AC_INIT([oln-conf], OLN_VERSION, OLN_CONTACT)
--- 10.277/olena/conf/gen-scripts.sh Wed, 12 Feb 2003 09:54:54 +0100 raph
(oln/p/24_gen-script 1.3.1.1 744)
+++ 10.278/olena/conf/gen-scripts.sh Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/p/24_gen-script 1.3.1.2 744)
@@ -1,7 +1,34 @@
#! /bin/sh
+
# gen_scripts.sh
-# Copyright (C) 2003 Epita Research and Development Laboratory.
+# Copyright (C) 2003 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, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, 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.
+
die() {
echo "$@" 1>&2
--- 10.277/olena/conf/oln-config.shin Thu, 27 Feb 2003 18:42:52 +0100 raph
(oln/p/25_oln-config 1.1.1.2 644)
+++ 10.278/olena/conf/oln-config.shin Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/p/25_oln-config 1.1.1.3 644)
@@ -1,5 +1,33 @@
#! /bin/sh
+## Copyright (C) 2003 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
progname=`basename "$0"`
OLN_BUGS="@PACKAGE_BUGREPORT@"
OLN_VERSION="@PACKAGE_VERSION@"
--- 10.277/olena/tests/check/Makefile.am Fri, 01 Aug 2003 02:45:53 +0200 burrus_n
(oln/q/38_Makefile.a 1.4 644)
+++ 10.278/olena/tests/check/Makefile.am Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/q/38_Makefile.a 1.5 644)
@@ -1,5 +1,33 @@
## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Copyright (C) 2003 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
include Makefile.flags
AM_CPPFLAGS += -DCXX=\""$(CXX)"\" \
--- 10.277/olena/tests/check/Makefile.flags Thu, 15 Apr 2004 19:35:42 +0200 palma_g
(oln/q/39_Makefile.f 1.4.1.2 644)
+++ 10.278/olena/tests/check/Makefile.flags Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/q/39_Makefile.f 1.4.1.3 644)
@@ -1,4 +1,32 @@
-# -*- Makefile -*-
+## -*- Makefile -*-
+
+## Copyright (C) 2003, 2004 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
AM_CXXFLAGS = $(CXXFLAGS_OPTIMIZE) $(CXXFLAGS_STRICT_ERRORS) $(ZLIB_CXXFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/metalic/tests/check -I$(top_srcdir)/olena/tests/check
--- 10.277/olena/tests/check/Makefile.check Thu, 15 Apr 2004 19:35:42 +0200 palma_g
(oln/q/40_Makefile.c 1.5 644)
+++ 10.278/olena/tests/check/Makefile.check Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/q/40_Makefile.c 1.6 644)
@@ -1,6 +1,34 @@
-# -*- Makefile -*-
+## -*- Makefile -*-
+
+## This Makefile is designed to be included by olena/tests/* directories.
+
+## Copyright (C) 2003, 2004 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
-# This Makefile is designed to be included by olena/tests/* directories.
LDADD = ../check/libolncheck.a $(ZLIB_LDFLAGS)
TESTS = $(check_PROGRAMS)
--- 10.277/olena/oln/Makefile.am Thu, 08 Feb 2007 18:09:47 +0100 levill_r
(oln/q/47_Makefile.a 1.3.1.1.1.6.1.7.1.7.1.4 644)
+++ 10.278/olena/oln/Makefile.am Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/q/47_Makefile.a 1.3.1.1.1.6.1.7.1.7.1.5 644)
@@ -1,5 +1,34 @@
## Process this file with Automake to produce Makefile.in -*- Makefile -*-
+## Copyright (C) 2002, 2003, 2004, 2006 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
###
### Olena headers
###
--- 10.277/olena/tests/core/Makefile.am Tue, 09 Dec 2003 21:19:33 +0100 burrus_n
(oln/s/10_Makefile.a 1.7.1.2 644)
+++ 10.278/olena/tests/core/Makefile.am Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/s/10_Makefile.a 1.7.1.3 644)
@@ -1,3 +1,31 @@
+## Copyright (C) 2003 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
include ../check/Makefile.runtests
include ../check/Makefile.check
--- 10.277/olena/oln/core/abstract/image.hh Sat, 10 Feb 2007 11:08:48 +0100 levill_r
(oln/t/25_image.hh 1.32.1.2 600)
+++ 10.278/olena/oln/core/abstract/image.hh Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/t/25_image.hh 1.32.1.3 644)
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2003, 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2001, 2003, 2004, 2005 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
--- 10.277/olena/tests/level/Makefile.am Tue, 05 Aug 2003 21:39:33 +0200 burrus_n
(oln/t/46_Makefile.a 1.3 644)
+++ 10.278/olena/tests/level/Makefile.am Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/t/46_Makefile.a 1.4 644)
@@ -1,3 +1,31 @@
+## Copyright (C) 2003 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
include ../check/Makefile.runtests
CLEANFILES += cc 2nd_cc connected_out lena_inverted set_level \
--- 10.277/olena/tests/check/Makefile.runtests Thu, 15 Apr 2004 19:35:42 +0200 palma_g
(oln/u/32_Makefile.r 1.3 644)
+++ 10.278/olena/tests/check/Makefile.runtests Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/u/32_Makefile.r 1.4 644)
@@ -1,3 +1,33 @@
+## -*- Makefile -*-
+
+## Copyright (C) 2003, 2004 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
include ../check/Makefile.flags
EXTRA_DIST = tests
--- 10.277/olena/oln/convert/rgbhsv.hh Sat, 10 Feb 2007 11:08:48 +0100 levill_r
(oln/j/35_rgbhsv.hh 1.6 600)
+++ 10.278/olena/oln/convert/rgbhsv.hh Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/j/35_rgbhsv.hh 1.7 644)
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2001, 2002, 2003, 2004, 2006 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
--- 10.277/olena/oln/convert/rgbhsl.hh Sat, 10 Feb 2007 11:08:48 +0100 levill_r
(oln/j/36_rgbhsl.hh 1.8 600)
+++ 10.278/olena/oln/convert/rgbhsl.hh Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/j/36_rgbhsl.hh 1.9 644)
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2001, 2002, 2003, 2004, 2006 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
--- 10.277/olena/oln/topo/tarjan/tarjan_with_attr.hh Sat, 10 Feb 2007 11:08:48 +0100
levill_r (oln/m/46_tarjan_wit 1.6 600)
+++ 10.278/olena/oln/topo/tarjan/tarjan_with_attr.hh Sat, 10 Feb 2007 12:07:40 +0100
levill_r (oln/m/46_tarjan_wit 1.7 644)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2004, 2006 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
--- 10.277/olena/oln/makefile.src Sat, 21 Oct 2006 22:32:07 +0200 levill_r
(oln/r/4_makefile.s 1.10 644)
+++ 10.278/olena/oln/makefile.src Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/r/4_makefile.s 1.11 644)
@@ -3,6 +3,34 @@
## Include this file to have access to their name.
##
+## Copyright (C) 2004, 2006 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, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, 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.
+
+
OLN_DEP = \
arith/internal/opdecls.hh \
arith/logic.hh \
--- 10.277/olena/oln/transforms/shapelets.hh Sat, 11 Sep 2004 01:37:30 +0200 thivol_d
(oln/r/10_shapelets. 1.5 644)
+++ 10.278/olena/oln/transforms/shapelets.hh Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/r/10_shapelets. 1.6 644)
@@ -1,3 +1,34 @@
+// Copyright (C) 2004 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, Inc., 51 Franklin Street, Fifth Floor,
+// Boston, MA 02110-1301, 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 OLENA_TRANSFORMS_SHAPELETS_HH
+# define OLENA_TRANSFORMS_SHAPELETS_HH
+
#include <ntg/int.hh>
#include <oln/basics2d.hh>
@@ -186,3 +217,5 @@
}
}
+
+#endif // ! OLENA_TRANSFORMS_SHAPELETS_HH
--- 10.277/olena/oln/convol/fast_convolution.hh Sat, 10 Feb 2007 11:08:48 +0100 levill_r
(oln/r/12_fast_convo 1.6 600)
+++ 10.278/olena/oln/convol/fast_convolution.hh Sat, 10 Feb 2007 12:07:40 +0100 levill_r
(oln/r/12_fast_convo 1.7 644)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2004, 2006 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
--- 10.277/oln.prj
+++ 10.278/oln.prj
@@ -1,15 +1,35 @@
;; -*- Prcs -*-
(Created-By-Prcs-Version 1 3 3)
(Project-Description "Olena")
-(Project-Version oln 10 277)
-(Parent-Version oln 10 276)
+(Project-Version oln 10 278)
+(Parent-Version oln 10 277)
(Version-Log "2007-02-10 Roland Levillain <roland(a)lrde.epita.fr>
- Update the address of the Free Software Foundation in copyright
+ Add missing copyright headers, and fix the dates in existing ones.
+
+ * conf/configure.ac, conf/gen-scripts.sh, conf/oln-config.shin,
+ * Makefile.am, oln/Makefile.am, oln/makefile.src,
+ * oln/transforms/shapelets.hh, tests/check/Makefile.am,
+ * tests/check/Makefile.check, tests/check/Makefile.flags,
+ * tests/check/Makefile.runtests, tests/convert/Makefile.am,
+ * tests/convol/Makefile.am, tests/core/Makefile.am,
+ * tests/io/Makefile.am, tests/level/Makefile.am,
+ * tests/Makefile.am, tests/sanity/includes.test,
+ * tests/sanity/Makefile.am, tests/transforms/Makefile.am: Add
+ copyright header.
+ * oln/transforms/shapelets.hh: Likewise.
+ Add header guards.
+ * oln/arith/logic.hh, oln/convert/rgbhsl.hh,
+ * oln/convert/rgbhsv.hh, oln/convol/fast_convolution.hh,
+ * oln/core/abstract/image.hh, oln/core/window2d.hh,
+ * oln/io/base.hh, oln/io/gz_stream.hh,
+ * oln/morpho/geodesic_dilation.hh, oln/morpho/geodesic_erosion.hh,
+ * oln/topo/dmap.hh, oln/topo/dmap.hxx,
+ * oln/topo/tarjan/tarjan_with_attr.hh: Fix the dates in copyright
headers.
")
(New-Version-Log "")
-(Checkin-Time "Sat, 10 Feb 2007 11:08:48 +0100")
+(Checkin-Time "Sat, 10 Feb 2007 12:07:40 +0100")
(Checkin-Login levill_r)
;; diff-ignore tests/data/.*pbm$
;; diff-ignore .*\.pbm$
@@ -126,7 +146,7 @@
(doc/ChangeLog (oln/o/31_ChangeLog 1.38.1.7.1.5.1.14.1.19 644))
(integre/ChangeLog (oln/q/35_ChangeLog 1.12.1.2.1.54 755))
(metalic/ChangeLog (oln/q/30_ChangeLog 1.3.1.46 644))
- (olena/ChangeLog (oln/o/30_ChangeLog
1.27.1.36.1.3.1.11.1.5.1.64.1.47.1.93.1.27.2.18.1.11 644))
+ (olena/ChangeLog (oln/o/30_ChangeLog
1.27.1.36.1.3.1.11.1.5.1.64.1.47.1.93.1.27.2.18.1.12 644))
(tools/ChangeLog (oln/o/32_ChangeLog 1.10.1.18 644))
(tools/swilena/ChangeLog (oln/n/37_ChangeLog 1.7.1.52 644))
@@ -143,7 +163,7 @@
(doc/demo/image.cc (oln/d/46_image.cc 1.9 644))
(doc/demo/Makefile.am (oln/d/44_Makefile.a 1.16.1.3 644))
(doc/demo/morpholena.cc (oln/d/43_morpholena 1.12 644))
- (olena/tests/morpho/tests/test-reconstruction (oln/e/22_test-recon 1.7.1.3.1.4 600))
+ (olena/tests/morpho/tests/test-reconstruction (oln/e/22_test-recon 1.7.1.3.1.4 644))
(doc/demo/tour.cc (oln/d/45_tour.cc 1.14 644))
(doc/ref/bin () :directory)
@@ -171,82 +191,82 @@
(olena/img/se9.pbm (oln/n/5_se9.pbm 1.1 644) :no-keywords)
(olena/img/se.pbm (oln/n/6_se.pbm 1.1 644) :no-keywords)
- (olena/Makefile.am (oln/2_Makefile.a 1.30.1.1.1.2.1.10 644))
- (olena/oln/arith/internal/opdecls.hh (oln/b/22_opdecls.hh 1.22 600))
- (olena/oln/arith/logic.hh (oln/b/24_logic.hh 1.6.1.6 600))
- (olena/oln/arith/ops.hh (oln/b/23_ops.hh 1.5.1.2.1.11 600))
- (olena/oln/basics1d.hh (oln/d/41_basics1d.h 1.5.1.1 600))
- (olena/oln/basics2d.hh (oln/b/7_basics2d.h 1.6.1.1 600))
- (olena/oln/basics3d.hh (oln/28_basics3d.h 1.4.1.1 600))
- (olena/oln/basics.hh (oln/d/42_basics.hh 1.14.1.2 600))
+ (olena/Makefile.am (oln/2_Makefile.a 1.30.1.1.1.2.1.11 644))
+ (olena/oln/arith/internal/opdecls.hh (oln/b/22_opdecls.hh 1.22 644))
+ (olena/oln/arith/logic.hh (oln/b/24_logic.hh 1.6.1.7 644))
+ (olena/oln/arith/ops.hh (oln/b/23_ops.hh 1.5.1.2.1.11 644))
+ (olena/oln/basics1d.hh (oln/d/41_basics1d.h 1.5.1.1 644))
+ (olena/oln/basics2d.hh (oln/b/7_basics2d.h 1.6.1.1 644))
+ (olena/oln/basics3d.hh (oln/28_basics3d.h 1.4.1.1 644))
+ (olena/oln/basics.hh (oln/d/42_basics.hh 1.14.1.2 644))
- (olena/oln/config/system.hh (oln/7_system.hh 1.18 600))
- (olena/oln/convert/basics.hh (oln/23_basics.hh 1.8 600))
- (olena/oln/convert/bound.hh (oln/22_bound.hh 1.13 600))
- (olena/oln/convert/abstract/colorconv.hh (oln/18_colorconv. 1.12 600))
- (olena/oln/convert/conversion.hh (oln/21_conversion 1.18.1.1 600))
- (olena/oln/convert/conversion_ng_se.hh (oln/e/24_conversion 1.13 600))
- (olena/oln/convert/force.hh (oln/20_force.hh 1.14 600))
+ (olena/oln/config/system.hh (oln/7_system.hh 1.18 644))
+ (olena/oln/convert/basics.hh (oln/23_basics.hh 1.8 644))
+ (olena/oln/convert/bound.hh (oln/22_bound.hh 1.13 644))
+ (olena/oln/convert/abstract/colorconv.hh (oln/18_colorconv. 1.12 644))
+ (olena/oln/convert/conversion.hh (oln/21_conversion 1.18.1.1 644))
+ (olena/oln/convert/conversion_ng_se.hh (oln/e/24_conversion 1.13 644))
+ (olena/oln/convert/force.hh (oln/20_force.hh 1.14 644))
- (olena/oln/convert/nrgbxyz.hh (oln/16_nrgbxyz.hh 1.16 600))
+ (olena/oln/convert/nrgbxyz.hh (oln/16_nrgbxyz.hh 1.16 644))
- (olena/oln/convert/rgbnrgb.hh (oln/17_rgbnrgb.hh 1.15 600))
- (olena/oln/convert/rgbxyz.hh (oln/19_rgbxyz.hh 1.16 600))
- (olena/oln/convert/stretch.hh (oln/f/51_stretch.hh 1.19 600))
- (olena/oln/convol/slow_convolution.hh (oln/f/39_convolutio 1.4.1.4.1.6.1.6 600))
- (olena/oln/convol/fast_gaussian_coefficient.hh (oln/24_fast_gauss 1.5.1.8 600))
- (olena/oln/convol/fast_gaussian.hh (oln/26_fast_gauss 1.6.1.6.1.10 600))
- (olena/oln/convol/fast_gaussian.hxx (oln/25_fast_gauss 1.7.1.8.1.13 600))
- (olena/oln/core/accum.hh (oln/d/40_accum.hh 1.6 600))
- (olena/oln/core/apply.hh (oln/d/39_apply.hh 1.17.1.1 600))
- (olena/oln/core/bkd_iter1d.hh (oln/d/38_bkd_iter1d 1.20.1.1 600))
- (olena/oln/core/bkd_iter2d.hh (oln/d/37_bkd_iter2d 1.20.1.1 600))
- (olena/oln/core/bkd_iter3d.hh (oln/d/36_bkd_iter3d 1.20.1.1 600))
+ (olena/oln/convert/rgbnrgb.hh (oln/17_rgbnrgb.hh 1.15 644))
+ (olena/oln/convert/rgbxyz.hh (oln/19_rgbxyz.hh 1.16 644))
+ (olena/oln/convert/stretch.hh (oln/f/51_stretch.hh 1.19 644))
+ (olena/oln/convol/slow_convolution.hh (oln/f/39_convolutio 1.4.1.4.1.6.1.6 644))
+ (olena/oln/convol/fast_gaussian_coefficient.hh (oln/24_fast_gauss 1.5.1.8 644))
+ (olena/oln/convol/fast_gaussian.hh (oln/26_fast_gauss 1.6.1.6.1.10 644))
+ (olena/oln/convol/fast_gaussian.hxx (oln/25_fast_gauss 1.7.1.8.1.13 644))
+ (olena/oln/core/accum.hh (oln/d/40_accum.hh 1.6 644))
+ (olena/oln/core/apply.hh (oln/d/39_apply.hh 1.17.1.1 644))
+ (olena/oln/core/bkd_iter1d.hh (oln/d/38_bkd_iter1d 1.20.1.1 644))
+ (olena/oln/core/bkd_iter2d.hh (oln/d/37_bkd_iter2d 1.20.1.1 644))
+ (olena/oln/core/bkd_iter3d.hh (oln/d/36_bkd_iter3d 1.20.1.1 644))
- (olena/oln/core/box.hh (oln/o/51_box.hh 1.3.1.4 600))
- (olena/oln/core/box.hxx (oln/p/0_box.hxx 1.4.1.1.1.6 600))
- (olena/oln/core/compose.hh (oln/c/22_compose.hh 1.8 600))
- (metalic/mlc/contract.hh (oln/d/31_contract.h 1.11 600))
- (olena/oln/core/coord.hh (oln/d/29_coord.hh 1.4.1.1 600))
- (olena/oln/core/dpoint1d.hh (oln/d/27_dpoint1d.h 1.14.3.1 600))
- (olena/oln/core/dpoint1d.hxx (oln/d/26_dpoint1d.h 1.9 600))
- (olena/oln/core/dpoint2d.hh (oln/d/25_dpoint2d.h 1.13.3.1 600))
- (olena/oln/core/dpoint2d.hxx (oln/d/24_dpoint2d.h 1.7 600))
- (olena/oln/core/dpoint3d.hh (oln/d/23_dpoint3d.h 1.13.3.1 600))
- (olena/oln/core/dpoint3d.hxx (oln/d/22_dpoint3d.h 1.7 600))
- (olena/oln/core/abstract/dpoint.hh (oln/d/28_dpoint.hh 1.20.3.1 600))
+ (olena/oln/core/box.hh (oln/o/51_box.hh 1.3.1.4 644))
+ (olena/oln/core/box.hxx (oln/p/0_box.hxx 1.4.1.1.1.6 644))
+ (olena/oln/core/compose.hh (oln/c/22_compose.hh 1.8 644))
+ (metalic/mlc/contract.hh (oln/d/31_contract.h 1.11 644))
+ (olena/oln/core/coord.hh (oln/d/29_coord.hh 1.4.1.1 644))
+ (olena/oln/core/dpoint1d.hh (oln/d/27_dpoint1d.h 1.14.3.1 644))
+ (olena/oln/core/dpoint1d.hxx (oln/d/26_dpoint1d.h 1.9 644))
+ (olena/oln/core/dpoint2d.hh (oln/d/25_dpoint2d.h 1.13.3.1 644))
+ (olena/oln/core/dpoint2d.hxx (oln/d/24_dpoint2d.h 1.7 644))
+ (olena/oln/core/dpoint3d.hh (oln/d/23_dpoint3d.h 1.13.3.1 644))
+ (olena/oln/core/dpoint3d.hxx (oln/d/22_dpoint3d.h 1.7 644))
+ (olena/oln/core/abstract/dpoint.hh (oln/d/28_dpoint.hh 1.20.3.1 644))
- (olena/oln/core/fold.hh (oln/c/7_fold.hh 1.14.1.1 600))
- (olena/oln/core/fwd_iter1d.hh (oln/d/21_fwd_iter1d 1.17.1.1 600))
- (olena/oln/core/fwd_iter2d.hh (oln/d/20_fwd_iter2d 1.17.1.1 600))
- (olena/oln/core/fwd_iter3d.hh (oln/d/19_fwd_iter3d 1.17.1.1 600))
- (olena/oln/core/generate.hh (oln/f/12_generate.h 1.19 600))
- (olena/oln/core/image1d.hh (oln/c/47_image1d.hh 1.28.1.4.1.1 600))
- (olena/oln/core/image1d_size.hh (oln/c/46_image1d_si 1.12.1.1 600))
- (olena/oln/core/image2d.hh (oln/c/45_image2d.hh 1.30.1.4.1.1 600))
- (olena/oln/core/image2d_size.hh (oln/c/44_image2d_si 1.12.1.1 600))
- (olena/oln/core/image3d.hh (oln/c/43_image3d.hh 1.27.1.4.1.1 600))
- (olena/oln/core/image3d_size.hh (oln/c/42_image3d_si 1.12.1.1 600))
- (olena/oln/core/image.hh (oln/d/18_image.hh 1.20.2.3 600))
+ (olena/oln/core/fold.hh (oln/c/7_fold.hh 1.14.1.1 644))
+ (olena/oln/core/fwd_iter1d.hh (oln/d/21_fwd_iter1d 1.17.1.1 644))
+ (olena/oln/core/fwd_iter2d.hh (oln/d/20_fwd_iter2d 1.17.1.1 644))
+ (olena/oln/core/fwd_iter3d.hh (oln/d/19_fwd_iter3d 1.17.1.1 644))
+ (olena/oln/core/generate.hh (oln/f/12_generate.h 1.19 644))
+ (olena/oln/core/image1d.hh (oln/c/47_image1d.hh 1.28.1.4.1.1 644))
+ (olena/oln/core/image1d_size.hh (oln/c/46_image1d_si 1.12.1.1 644))
+ (olena/oln/core/image2d.hh (oln/c/45_image2d.hh 1.30.1.4.1.1 644))
+ (olena/oln/core/image2d_size.hh (oln/c/44_image2d_si 1.12.1.1 644))
+ (olena/oln/core/image3d.hh (oln/c/43_image3d.hh 1.27.1.4.1.1 644))
+ (olena/oln/core/image3d_size.hh (oln/c/42_image3d_si 1.12.1.1 644))
+ (olena/oln/core/image.hh (oln/d/18_image.hh 1.20.2.3 644))
- (olena/oln/core/abstract/image_size.hh (oln/c/41_image_size 1.12.1.1 600))
- (olena/oln/core/internal/fake.hh (oln/d/17_fake.hh 1.4 600))
+ (olena/oln/core/abstract/image_size.hh (oln/c/41_image_size 1.12.1.1 644))
+ (olena/oln/core/internal/fake.hh (oln/d/17_fake.hh 1.4 644))
- (olena/oln/core/abstract/iter1d.hh (oln/d/10_iter1d.hh 1.22 600))
- (olena/oln/core/abstract/iter2d.hh (oln/d/9_iter2d.hh 1.22 600))
- (olena/oln/core/abstract/iter3d.hh (oln/d/8_iter3d.hh 1.21.1.1 600))
+ (olena/oln/core/abstract/iter1d.hh (oln/d/10_iter1d.hh 1.22 644))
+ (olena/oln/core/abstract/iter2d.hh (oln/d/9_iter2d.hh 1.22 644))
+ (olena/oln/core/abstract/iter3d.hh (oln/d/8_iter3d.hh 1.21.1.1 644))
@@ -255,118 +275,118 @@
- (olena/oln/core/abstract/iter.hh (oln/c/40_iter.hh 1.23.1.1 600))
- (olena/oln/core/macros.hh (oln/c/39_macros.hh 1.5.3.1 600))
- (olena/oln/core/neighborhood1d.hh (oln/c/37_neighborho 1.20.1.1 600))
- (olena/oln/core/neighborhood2d.hh (oln/c/36_neighborho 1.22.1.1 600))
- (olena/oln/core/neighborhood3d.hh (oln/c/35_neighborho 1.21.1.1 600))
- (olena/oln/core/abstract/neighborhood.hh (oln/c/38_neighborho 1.23.1.1 600))
- (metalic/mlc/objs.hh (oln/c/34_objs.hh 1.8 600))
- (olena/oln/core/point1d.hh (oln/c/32_point1d.hh 1.15.3.1 600))
- (olena/oln/core/point1d.hxx (oln/c/31_point1d.hx 1.7 600))
- (olena/oln/core/point2d.hh (oln/c/30_point2d.hh 1.15.3.1 600))
- (olena/oln/core/point2d.hxx (oln/c/29_point2d.hx 1.9 600))
- (olena/oln/core/point3d.hh (oln/c/28_point3d.hh 1.17.3.1 600))
- (olena/oln/core/point3d.hxx (oln/c/27_point3d.hx 1.8 600))
- (olena/oln/core/abstract/point.hh (oln/c/33_point.hh 1.16.3.1 600))
+ (olena/oln/core/abstract/iter.hh (oln/c/40_iter.hh 1.23.1.1 644))
+ (olena/oln/core/macros.hh (oln/c/39_macros.hh 1.5.3.1 644))
+ (olena/oln/core/neighborhood1d.hh (oln/c/37_neighborho 1.20.1.1 644))
+ (olena/oln/core/neighborhood2d.hh (oln/c/36_neighborho 1.22.1.1 644))
+ (olena/oln/core/neighborhood3d.hh (oln/c/35_neighborho 1.21.1.1 644))
+ (olena/oln/core/abstract/neighborhood.hh (oln/c/38_neighborho 1.23.1.1 644))
+ (metalic/mlc/objs.hh (oln/c/34_objs.hh 1.8 644))
+ (olena/oln/core/point1d.hh (oln/c/32_point1d.hh 1.15.3.1 644))
+ (olena/oln/core/point1d.hxx (oln/c/31_point1d.hx 1.7 644))
+ (olena/oln/core/point2d.hh (oln/c/30_point2d.hh 1.15.3.1 644))
+ (olena/oln/core/point2d.hxx (oln/c/29_point2d.hx 1.9 644))
+ (olena/oln/core/point3d.hh (oln/c/28_point3d.hh 1.17.3.1 644))
+ (olena/oln/core/point3d.hxx (oln/c/27_point3d.hx 1.8 644))
+ (olena/oln/core/abstract/point.hh (oln/c/33_point.hh 1.16.3.1 644))
(olena/oln/core/abstract/binary_image.hh (oln/c/24_pred_image 1.6 644))
- (olena/oln/core/abstract/struct_elt.hh (oln/c/25_structelt. 1.24.1.1 600))
- (olena/oln/core/traverse.hh (oln/d/30_traverse.h 1.13 600))
- (metalic/mlc/typeadj.hh (oln/e/25_typeadj.hh 1.7 600))
- (metalic/mlc/type.hh (oln/c/21_type.hh 1.30.1.1 600))
- (olena/oln/core/window1d.hh (oln/c/15_window1d.h 1.19.1.1 600))
- (olena/oln/core/window2d.hh (oln/c/14_window2d.h 1.22.1.2 600))
- (olena/oln/core/window3d.hh (oln/c/13_window3d.h 1.21 600))
- (olena/oln/core/abstract/window.hh (oln/c/16_window.hh 1.21.1.1 600))
- (olena/oln/core/winiter.hh (oln/c/12_winiter.hh 1.13 600))
- (olena/oln/core/winneighb.hh (oln/c/11_winneighb. 1.15 600))
- (olena/oln/core/w_window1d.hh (oln/c/19_w_window1d 1.21 600))
- (olena/oln/core/w_window2d.hh (oln/c/18_w_window2d 1.6.1.17 600))
- (olena/oln/core/w_window3d.hh (oln/c/17_w_window3d 1.21 600))
- (olena/oln/core/abstract/w_window.hh (oln/c/20_w_window.h 1.19 600))
- (olena/oln/io/base.hh (oln/b/20_base.hh 1.10.1.2 600))
-
- (olena/oln/io/basics.hh (oln/b/12_basics.hh 1.7 600))
- (olena/oln/io/file.hh (oln/b/17_file.hh 1.7 600))
- (olena/oln/io/gz.hh (oln/f/16_gz.hh 1.8 600))
- (olena/oln/io/gz_stream.hh (oln/f/17_gz_stream. 1.13 600))
-
-
- (olena/oln/io/pnm_read_3d.hh (oln/b/11_pnm_read3d 1.15 600))
-
- (olena/oln/io/pnm_read.hh (oln/b/16_pnm_read.h 1.9.1.12 600))
- (olena/oln/io/pnm_write_3d.hh (oln/b/9_pnm_write3 1.1.1.15 600))
-
- (olena/oln/io/pnm_write.hh (oln/b/15_pnm_write. 1.8.1.15 600))
- (olena/oln/io/readable.hh (oln/b/13_readable.h 1.13.1.1 600))
- (olena/oln/io/se.hh (oln/i/45_se.hh 1.5 600))
- (olena/oln/io/se_neighborhood.hh (oln/i/47_se_neighbo 1.15 600))
- (olena/oln/io/se_window.hh (oln/i/46_se_window. 1.17 600))
- (olena/oln/level/cc.hh (oln/e/20_cc.hh 1.11.1.20 600))
- (olena/oln/level/compare.hh (oln/31_compare.hh 1.10 600))
- (olena/oln/level/connected.hh (oln/30_connected. 1.9.1.15 600))
- (olena/oln/level/fill.hh (oln/32_fill.hh 1.11 600))
- (olena/oln/level/invert.hh (oln/33_invert.hh 1.5.2.2.1.13 600))
- (olena/oln/level/lut.hh (oln/29_lut.hh 1.11 600))
- (olena/oln/level/set_level.hh (oln/p/1_set_level. 1.12 600))
- (olena/oln/level/threshold.hh (oln/f/15_threshold. 1.16 600))
- (config/oln.m4 (oln/j/15_oln.m4 1.38.1.16 600))
-
- (olena/oln/math/macros.hh (oln/b/21_macros.hh 1.6.1.16 600))
- (metalic/mlc/array/1d.hh (oln/f/23_array1d.hh 1.13 600))
- (metalic/mlc/array/1d.hxx (oln/f/22_array1d.hx 1.11 600))
- (metalic/mlc/array/2d.hh (oln/f/21_array2d.hh 1.13 600))
- (metalic/mlc/array/2d.hxx (oln/f/20_array2d.hx 1.10 600))
- (metalic/mlc/array/3d.hh (oln/f/19_array3d.hh 1.14 600))
- (metalic/mlc/array/3d.hxx (oln/f/18_array3d.hx 1.11 600))
- (metalic/mlc/array/all.hh (oln/f/36_array.hh 1.8 600))
- (metalic/mlc/array/nd.hh (oln/f/35_arraynd.hh 1.5 600))
- (metalic/mlc/bool.hh (oln/c/4_basics.hh 1.16 600))
- (metalic/mlc/cmp.hh (oln/c/3_cmp.hh 1.10 600))
- (metalic/mlc/loop.hh (oln/c/2_control.hh 1.8 600))
-
- (metalic/mlc/optional.hh (oln/o/41_optional.h 1.9 600))
- (metalic/mlc/is_a.hh (oln/g/33_type.hh 1.14 600))
-
- (metalic/mlc/math.hh (oln/b/51_ufuncs.hh 1.11 600))
- (olena/oln/morpho/closing.hh (oln/b/6_closing.hh 1.7 600))
- (olena/oln/morpho/closing.inc (oln/44_closing.in 1.19 600))
- (olena/oln/morpho/dilation.hh (oln/b/5_dilation.h 1.21 600))
- (olena/oln/morpho/erosion.hh (oln/b/4_erosion.hh 1.23 600))
- (olena/oln/morpho/extrema.hh (oln/38_extrema.hh 1.15 600))
- (olena/oln/morpho/extrema.hxx (oln/j/4_extrema.hx 1.19 600))
- (olena/oln/morpho/extrema_killer.hh (oln/e/19_extrema_ki 1.7.1.4.1.16 600))
- (olena/oln/morpho/fast_morpho.hh (oln/46_fast_morph 1.10 600))
- (olena/oln/morpho/fast_morpho.hxx (oln/45_fast_morph 1.23 600))
- (olena/oln/morpho/geodesic_dilation.hh (oln/37_geodesic_d 1.11.1.15 600))
- (olena/oln/morpho/geodesic_erosion.hh (oln/36_geodesic_e 1.23 600))
- (olena/oln/morpho/gradient.hh (oln/b/3_gradient.h 1.7 600))
- (olena/oln/morpho/gradient.inc (oln/43_gradient.i 1.18 600))
- (olena/oln/morpho/hit_or_miss.hh (oln/b/2_hit_or_mis 1.8 600))
- (olena/oln/morpho/hit_or_miss.inc (oln/42_hit_or_mis 1.24 600))
- (olena/oln/morpho/laplacian.hh (oln/b/1_laplacian. 1.7 600))
- (olena/oln/morpho/laplacian.inc (oln/41_laplacian. 1.18 600))
- (olena/oln/morpho/minmax.hh (oln/b/0_minmax.hh 1.7 600))
- (olena/oln/morpho/opening.hh (oln/51_opening.hh 1.7 600))
- (olena/oln/morpho/opening.inc (oln/40_opening.in 1.17 600))
- (olena/oln/morpho/reconstruction.hh (oln/35_reconstruc 1.13.1.15 600))
- (olena/oln/morpho/splitse.hh (oln/34_splitse.hh 1.9 600))
- (olena/oln/morpho/stat.hh (oln/50_stat.hh 1.8.1.12.1.1 600))
- (olena/oln/morpho/thickening.hh (oln/e/29_thickening 1.8 600))
- (olena/oln/morpho/thickening.inc (oln/e/28_thickening 1.13 600))
- (olena/oln/morpho/thinning.hh (oln/e/27_thinning.h 1.8 600))
- (olena/oln/morpho/thinning.inc (oln/e/26_thinning.i 1.14 600))
- (olena/oln/morpho/top_hat.hh (oln/49_top_hat.hh 1.5 600))
- (olena/oln/morpho/top_hat.inc (oln/39_top_hat.in 1.18 600))
- (olena/oln/morpho/watershed.hh (oln/48_watershed. 1.17 600))
- (olena/oln/morpho/watershed.hxx (oln/47_watershed. 1.9.1.5.1.8 600))
- (olena/oln/topo/dmap.hh (oln/p/2_dmap.hh 1.13 600))
- (olena/oln/topo/dmap.hxx (oln/p/3_dmap.hxx 1.7.1.13 600))
- (olena/oln/transforms/dwt.hh (oln/i/35_dwt.hh 1.2.1.4.1.15 600))
- (olena/oln/transforms/fft.hh (oln/i/36_fft.hh 1.4.1.12 600))
- (olena/oln/transforms/wavelet_coeffs.hh (oln/i/34_wavelet_co 1.9 600))
+ (olena/oln/core/abstract/struct_elt.hh (oln/c/25_structelt. 1.24.1.1 644))
+ (olena/oln/core/traverse.hh (oln/d/30_traverse.h 1.13 644))
+ (metalic/mlc/typeadj.hh (oln/e/25_typeadj.hh 1.7 644))
+ (metalic/mlc/type.hh (oln/c/21_type.hh 1.30.1.1 644))
+ (olena/oln/core/window1d.hh (oln/c/15_window1d.h 1.19.1.1 644))
+ (olena/oln/core/window2d.hh (oln/c/14_window2d.h 1.22.1.3 644))
+ (olena/oln/core/window3d.hh (oln/c/13_window3d.h 1.21 644))
+ (olena/oln/core/abstract/window.hh (oln/c/16_window.hh 1.21.1.1 644))
+ (olena/oln/core/winiter.hh (oln/c/12_winiter.hh 1.13 644))
+ (olena/oln/core/winneighb.hh (oln/c/11_winneighb. 1.15 644))
+ (olena/oln/core/w_window1d.hh (oln/c/19_w_window1d 1.21 644))
+ (olena/oln/core/w_window2d.hh (oln/c/18_w_window2d 1.6.1.17 644))
+ (olena/oln/core/w_window3d.hh (oln/c/17_w_window3d 1.21 644))
+ (olena/oln/core/abstract/w_window.hh (oln/c/20_w_window.h 1.19 644))
+ (olena/oln/io/base.hh (oln/b/20_base.hh 1.10.1.3 644))
+
+ (olena/oln/io/basics.hh (oln/b/12_basics.hh 1.7 644))
+ (olena/oln/io/file.hh (oln/b/17_file.hh 1.7 644))
+ (olena/oln/io/gz.hh (oln/f/16_gz.hh 1.8 644))
+ (olena/oln/io/gz_stream.hh (oln/f/17_gz_stream. 1.14 644))
+
+
+ (olena/oln/io/pnm_read_3d.hh (oln/b/11_pnm_read3d 1.15 644))
+
+ (olena/oln/io/pnm_read.hh (oln/b/16_pnm_read.h 1.9.1.12 644))
+ (olena/oln/io/pnm_write_3d.hh (oln/b/9_pnm_write3 1.1.1.15 644))
+
+ (olena/oln/io/pnm_write.hh (oln/b/15_pnm_write. 1.8.1.15 644))
+ (olena/oln/io/readable.hh (oln/b/13_readable.h 1.13.1.1 644))
+ (olena/oln/io/se.hh (oln/i/45_se.hh 1.5 644))
+ (olena/oln/io/se_neighborhood.hh (oln/i/47_se_neighbo 1.15 644))
+ (olena/oln/io/se_window.hh (oln/i/46_se_window. 1.17 644))
+ (olena/oln/level/cc.hh (oln/e/20_cc.hh 1.11.1.20 644))
+ (olena/oln/level/compare.hh (oln/31_compare.hh 1.10 644))
+ (olena/oln/level/connected.hh (oln/30_connected. 1.9.1.15 644))
+ (olena/oln/level/fill.hh (oln/32_fill.hh 1.11 644))
+ (olena/oln/level/invert.hh (oln/33_invert.hh 1.5.2.2.1.13 644))
+ (olena/oln/level/lut.hh (oln/29_lut.hh 1.11 644))
+ (olena/oln/level/set_level.hh (oln/p/1_set_level. 1.12 644))
+ (olena/oln/level/threshold.hh (oln/f/15_threshold. 1.16 644))
+ (config/oln.m4 (oln/j/15_oln.m4 1.38.1.16 644))
+
+ (olena/oln/math/macros.hh (oln/b/21_macros.hh 1.6.1.16 644))
+ (metalic/mlc/array/1d.hh (oln/f/23_array1d.hh 1.13 644))
+ (metalic/mlc/array/1d.hxx (oln/f/22_array1d.hx 1.11 644))
+ (metalic/mlc/array/2d.hh (oln/f/21_array2d.hh 1.13 644))
+ (metalic/mlc/array/2d.hxx (oln/f/20_array2d.hx 1.10 644))
+ (metalic/mlc/array/3d.hh (oln/f/19_array3d.hh 1.14 644))
+ (metalic/mlc/array/3d.hxx (oln/f/18_array3d.hx 1.11 644))
+ (metalic/mlc/array/all.hh (oln/f/36_array.hh 1.8 644))
+ (metalic/mlc/array/nd.hh (oln/f/35_arraynd.hh 1.5 644))
+ (metalic/mlc/bool.hh (oln/c/4_basics.hh 1.16 644))
+ (metalic/mlc/cmp.hh (oln/c/3_cmp.hh 1.10 644))
+ (metalic/mlc/loop.hh (oln/c/2_control.hh 1.8 644))
+
+ (metalic/mlc/optional.hh (oln/o/41_optional.h 1.9 644))
+ (metalic/mlc/is_a.hh (oln/g/33_type.hh 1.14 644))
+
+ (metalic/mlc/math.hh (oln/b/51_ufuncs.hh 1.11 644))
+ (olena/oln/morpho/closing.hh (oln/b/6_closing.hh 1.7 644))
+ (olena/oln/morpho/closing.inc (oln/44_closing.in 1.19 644))
+ (olena/oln/morpho/dilation.hh (oln/b/5_dilation.h 1.21 644))
+ (olena/oln/morpho/erosion.hh (oln/b/4_erosion.hh 1.23 644))
+ (olena/oln/morpho/extrema.hh (oln/38_extrema.hh 1.15 644))
+ (olena/oln/morpho/extrema.hxx (oln/j/4_extrema.hx 1.19 644))
+ (olena/oln/morpho/extrema_killer.hh (oln/e/19_extrema_ki 1.7.1.4.1.16 644))
+ (olena/oln/morpho/fast_morpho.hh (oln/46_fast_morph 1.10 644))
+ (olena/oln/morpho/fast_morpho.hxx (oln/45_fast_morph 1.23 644))
+ (olena/oln/morpho/geodesic_dilation.hh (oln/37_geodesic_d 1.11.1.16 644))
+ (olena/oln/morpho/geodesic_erosion.hh (oln/36_geodesic_e 1.24 644))
+ (olena/oln/morpho/gradient.hh (oln/b/3_gradient.h 1.7 644))
+ (olena/oln/morpho/gradient.inc (oln/43_gradient.i 1.18 644))
+ (olena/oln/morpho/hit_or_miss.hh (oln/b/2_hit_or_mis 1.8 644))
+ (olena/oln/morpho/hit_or_miss.inc (oln/42_hit_or_mis 1.24 644))
+ (olena/oln/morpho/laplacian.hh (oln/b/1_laplacian. 1.7 644))
+ (olena/oln/morpho/laplacian.inc (oln/41_laplacian. 1.18 644))
+ (olena/oln/morpho/minmax.hh (oln/b/0_minmax.hh 1.7 644))
+ (olena/oln/morpho/opening.hh (oln/51_opening.hh 1.7 644))
+ (olena/oln/morpho/opening.inc (oln/40_opening.in 1.17 644))
+ (olena/oln/morpho/reconstruction.hh (oln/35_reconstruc 1.13.1.15 644))
+ (olena/oln/morpho/splitse.hh (oln/34_splitse.hh 1.9 644))
+ (olena/oln/morpho/stat.hh (oln/50_stat.hh 1.8.1.12.1.1 644))
+ (olena/oln/morpho/thickening.hh (oln/e/29_thickening 1.8 644))
+ (olena/oln/morpho/thickening.inc (oln/e/28_thickening 1.13 644))
+ (olena/oln/morpho/thinning.hh (oln/e/27_thinning.h 1.8 644))
+ (olena/oln/morpho/thinning.inc (oln/e/26_thinning.i 1.14 644))
+ (olena/oln/morpho/top_hat.hh (oln/49_top_hat.hh 1.5 644))
+ (olena/oln/morpho/top_hat.inc (oln/39_top_hat.in 1.18 644))
+ (olena/oln/morpho/watershed.hh (oln/48_watershed. 1.17 644))
+ (olena/oln/morpho/watershed.hxx (oln/47_watershed. 1.9.1.5.1.8 644))
+ (olena/oln/topo/dmap.hh (oln/p/2_dmap.hh 1.14 644))
+ (olena/oln/topo/dmap.hxx (oln/p/3_dmap.hxx 1.7.1.14 644))
+ (olena/oln/transforms/dwt.hh (oln/i/35_dwt.hh 1.2.1.4.1.15 644))
+ (olena/oln/transforms/fft.hh (oln/i/36_fft.hh 1.4.1.12 644))
+ (olena/oln/transforms/wavelet_coeffs.hh (oln/i/34_wavelet_co 1.9 644))
(integre/ntg/all.hh (oln/g/32_all.hh 1.10.1.9 644))
(integre/ntg/real/behavior.hh (oln/g/31_behaviour. 1.13.1.15.1.3 644))
@@ -411,13 +431,13 @@
(integre/ntg/color/xyz.hh (oln/i/24_xyz.hh 1.3.1.9 644))
(integre/ntg/color/yiq.hh (oln/i/23_yiq.hh 1.3.1.9 644))
(integre/ntg/color/yuv.hh (oln/i/25_yuv.hh 1.3.1.9 644))
- (olena/oln/utils/copy.hh (oln/i/29_copy.hh 1.10 600))
- (olena/oln/utils/histogram.hh (oln/10_histogram. 1.6.1.14.1.17 600))
- (olena/oln/utils/stat.hh (oln/9_stat.hh 1.5.1.11 600))
- (olena/oln/utils/timer.hh (oln/8_timer.hh 1.11 600))
+ (olena/oln/utils/copy.hh (oln/i/29_copy.hh 1.10 644))
+ (olena/oln/utils/histogram.hh (oln/10_histogram. 1.6.1.14.1.17 644))
+ (olena/oln/utils/stat.hh (oln/9_stat.hh 1.5.1.11 644))
+ (olena/oln/utils/timer.hh (oln/8_timer.hh 1.11 644))
(olena/tests/arith/Makefile.am (oln/o/43_Makefile.a 1.5.1.1 644))
- (olena/tests/arith/tests/min1 (oln/o/44_min1 1.1.1.10 600))
+ (olena/tests/arith/tests/min1 (oln/o/44_min1 1.1.1.10 644))
(metalic/tests/check/check.hh (oln/e/40_check.hh 1.5 644))
(olena/tests/check/data.cc (oln/f/5_data.cc 1.9 644))
(olena/tests/check/data.hh (oln/f/6_data.hh 1.4 644))
@@ -432,21 +452,21 @@
(olena/tests/convert/convcomp.cc (oln/f/3_convcomp.c 1.9 644))
(olena/tests/convert/convcomp.hh (oln/f/1_convcomp.h 1.10 644))
- (olena/tests/convert/Makefile.am (oln/f/0_Makefile.a 1.14 644))
+ (olena/tests/convert/Makefile.am (oln/f/0_Makefile.a 1.15 644))
- (olena/tests/convol/Makefile.am (oln/f/38_Makefile.a 1.14 644))
- (olena/tests/convol/tests/slow_sum_2d_1 (oln/f/41_slow_sum_2 1.2.1.8 600))
- (olena/tests/convol/tests/slow_sum_2d_2 (oln/f/40_slow_sum_2 1.2.1.7 600))
- (olena/tests/convol/tests/sobel_gradient (oln/f/45_sobel_grad 1.3.1.9 600))
+ (olena/tests/convol/Makefile.am (oln/f/38_Makefile.a 1.15 644))
+ (olena/tests/convol/tests/slow_sum_2d_1 (oln/f/41_slow_sum_2 1.2.1.8 644))
+ (olena/tests/convol/tests/slow_sum_2d_2 (oln/f/40_slow_sum_2 1.2.1.7 644))
+ (olena/tests/convol/tests/sobel_gradient (oln/f/45_sobel_grad 1.3.1.9 644))
(olena/tests/convol/sum_on_random.pgm (oln/f/42_sum_on_ran 1.1 644) :no-keywords)
- (olena/tests/io/tests/2d (oln/e/47_2d.cc 1.7.1.9 600))
+ (olena/tests/io/tests/2d (oln/e/47_2d.cc 1.7.1.9 644))
(olena/tests/io/loadsave.hh (oln/e/48_loadsave.h 1.7.1.10 644))
- (olena/tests/io/Makefile.am (oln/e/49_Makefile.a 1.24 644))
- (olena/tests/io/tests/pretty (oln/i/42_pretty.cc 1.4 600))
- (olena/tests/io/tests/se_fail (oln/i/43_se_fail.cc 1.5 600))
- (olena/tests/io/tests/se_pass (oln/i/44_se_pass.cc 1.4 600))
- (olena/tests/Makefile.am (oln/e/45_Makefile.a 1.20 644))
+ (olena/tests/io/Makefile.am (oln/e/49_Makefile.a 1.25 644))
+ (olena/tests/io/tests/pretty (oln/i/42_pretty.cc 1.4 644))
+ (olena/tests/io/tests/se_fail (oln/i/43_se_fail.cc 1.5 644))
+ (olena/tests/io/tests/se_pass (oln/i/44_se_pass.cc 1.4 644))
+ (olena/tests/Makefile.am (oln/e/45_Makefile.a 1.21 644))
(metalic/tests/array/gen_test.cc (oln/f/34_gen_test.c 1.11.1.5 644))
(metalic/tests/array/gen_test_utils/errors.cc (oln/f/33_errors.cc 1.2 644))
@@ -457,16 +477,16 @@
(metalic/tests/array/test_array1d.cc (oln/f/26_test_array 1.6 644))
(metalic/tests/array/test_array2d.cc (oln/f/25_test_array 1.6 644))
(metalic/tests/array/test_array3d.cc (oln/f/24_test_array 1.6 644))
- (olena/tests/morpho/tests/edoc (oln/f/13_edoc.cc 1.4.1.8 600))
- (olena/tests/morpho/tests/extrkiller (oln/e/31_extrkiller 1.5.1.9 600))
+ (olena/tests/morpho/tests/edoc (oln/f/13_edoc.cc 1.4.1.8 644))
+ (olena/tests/morpho/tests/extrkiller (oln/e/31_extrkiller 1.5.1.9 644))
(olena/tests/morpho/Makefile.am (oln/e/32_Makefile.a 1.13 644))
- (olena/tests/morpho/tests/reconstruction (oln/e/34_reconstruc 1.14 600))
+ (olena/tests/morpho/tests/reconstruction (oln/e/34_reconstruc 1.14 644))
(olena/tests/README (oln/f/4_README 1.6 644))
- (olena/tests/sanity/includes.test (oln/f/46_includes.t 1.8 744))
- (olena/tests/sanity/Makefile.am (oln/f/48_Makefile.a 1.4.1.3 644))
- (olena/tests/transforms/tests/dwt (oln/i/38_dwt.cc 1.8.1.7 600))
- (olena/tests/transforms/tests/fft (oln/i/37_fft.cc 1.6.1.6 600))
- (olena/tests/transforms/Makefile.am (oln/i/40_Makefile.a 1.12 644))
+ (olena/tests/sanity/includes.test (oln/f/46_includes.t 1.8.1.1 744))
+ (olena/tests/sanity/Makefile.am (oln/f/48_Makefile.a 1.4.1.4 644))
+ (olena/tests/transforms/tests/dwt (oln/i/38_dwt.cc 1.8.1.7 644))
+ (olena/tests/transforms/tests/fft (oln/i/37_fft.cc 1.6.1.6 644))
+ (olena/tests/transforms/Makefile.am (oln/i/40_Makefile.a 1.13 644))
;; (oln/tests/transforms/output () :directory)
(integre/tests/types/Makefile.am (oln/h/5_Makefile.a 1.11 644))
(integre/tests/types/runtests (oln/h/3_runtests 1.14.1.7 755))
@@ -600,14 +620,14 @@
(tools/utilities/Makefile.am (oln/g/2_Makefile.a 1.12.1.5 644))
(tools/utilities/morpho/generate_morpho.sh (oln/i/30_generate_m 1.3.1.5.1.2 744))
(tools/utilities/morpho/Makefile.am (oln/i/32_Makefile.a 1.9.1.6 644))
- (tools/utilities/morpho/morpho_template.cc (oln/i/33_morpho_tem 1.5.1.2.1.5 600))
- (tools/utilities/morpho/morpho_template_extrema.cc (oln/j/5_morpho_tem 1.1.1.2.1.4
600))
- (tools/utilities/morpho/morpho_template_gaussian.cc (oln/j/8_morpho_tem 1.1.1.2.1.5
600))
- (tools/utilities/morpho/morpho_template_watershed.cc (oln/j/6_morpho_tem 1.1.1.2.1.4
600))
- (tools/utilities/morpho/morpho_template_with_functor.cc (oln/j/10_morpho_tem
1.1.1.2.1.4 600))
- (tools/utilities/morpho/morpho_template_with_neighb.cc (oln/j/7_morpho_tem 1.1.1.2.1.4
600))
- (tools/utilities/morpho/morpho_template_with_twowin.cc (oln/j/9_morpho_tem 1.1.1.2.1.4
600))
- (tools/utilities/mosaic.cc (oln/g/0_mosaic.cc 1.5.1.6 600))
+ (tools/utilities/morpho/morpho_template.cc (oln/i/33_morpho_tem 1.5.1.2.1.5 644))
+ (tools/utilities/morpho/morpho_template_extrema.cc (oln/j/5_morpho_tem 1.1.1.2.1.4
644))
+ (tools/utilities/morpho/morpho_template_gaussian.cc (oln/j/8_morpho_tem 1.1.1.2.1.5
644))
+ (tools/utilities/morpho/morpho_template_watershed.cc (oln/j/6_morpho_tem 1.1.1.2.1.4
644))
+ (tools/utilities/morpho/morpho_template_with_functor.cc (oln/j/10_morpho_tem
1.1.1.2.1.4 644))
+ (tools/utilities/morpho/morpho_template_with_neighb.cc (oln/j/7_morpho_tem 1.1.1.2.1.4
644))
+ (tools/utilities/morpho/morpho_template_with_twowin.cc (oln/j/9_morpho_tem 1.1.1.2.1.4
644))
+ (tools/utilities/mosaic.cc (oln/g/0_mosaic.cc 1.5.1.6 644))
;; Files added by populate at Sun, 19 Jan 2003 21:48:10 +0100,
;; to version 7.25(w), by raph:
@@ -648,9 +668,9 @@
;; Files added by populate at Mon, 20 Jan 2003 11:43:58 +0100,
;; to version 7.27(w), by raph:
- (olena/conf/configure.ac (oln/p/23_configure. 1.5.1.2 644))
- (olena/conf/gen-scripts.sh (oln/p/24_gen-script 1.3.1.1 744))
- (olena/conf/oln-config.shin (oln/p/25_oln-config 1.1.1.2 644))
+ (olena/conf/configure.ac (oln/p/23_configure. 1.5.1.3 644))
+ (olena/conf/gen-scripts.sh (oln/p/24_gen-script 1.3.1.2 744))
+ (olena/conf/oln-config.shin (oln/p/25_oln-config 1.1.1.3 644))
(olena/conf/compilers.def (oln/p/26_compilers. 1.3 644))
;; Files added by populate at Tue, 21 Jan 2003 00:25:46 +0100,
@@ -777,8 +797,8 @@
;; Files added by populate at Tue, 04 Mar 2003 19:30:28 +0100,
;; to version 8.9(w), by jerome:
- (olena/oln/morpho/attribute_closing_opening.hh (oln/q/49_attribute_ 1.27 600))
- (olena/oln/morpho/attribute_union_find.hh (oln/q/50_attribute_ 1.21 600))
+ (olena/oln/morpho/attribute_closing_opening.hh (oln/q/49_attribute_ 1.27 644))
+ (olena/oln/morpho/attribute_union_find.hh (oln/q/50_attribute_ 1.21 644))
(olena/tests/convol () :directory)
(metalic/config (../config) :symlink)
@@ -796,21 +816,21 @@
(integre/Makefile.am (oln/q/34_Makefile.a 1.4 644))
(integre/ntg/Makefile.am (oln/q/36_Makefile.a 1.8.1.2.1.2 644))
(olena/tests/check/defs.in (oln/q/37_defs.in 1.1 644))
- (olena/tests/check/Makefile.am (oln/q/38_Makefile.a 1.4 644))
- (olena/tests/check/Makefile.flags (oln/q/39_Makefile.f 1.4.1.2 644))
- (olena/tests/check/Makefile.check (oln/q/40_Makefile.c 1.5 644))
+ (olena/tests/check/Makefile.am (oln/q/38_Makefile.a 1.5 644))
+ (olena/tests/check/Makefile.flags (oln/q/39_Makefile.f 1.4.1.3 644))
+ (olena/tests/check/Makefile.check (oln/q/40_Makefile.c 1.6 644))
(integre/tests/Makefile.am (oln/q/41_Makefile.a 1.4 644))
(integre/tests/check/defs.in (oln/q/42_defs.in 1.1 755))
- (metalic/mlc/array/objs.hh (oln/q/45_objs.hh 1.4 600))
- (metalic/mlc/config/system.hh (oln/q/46_system.hh 1.3 600))
- (olena/oln/Makefile.am (oln/q/47_Makefile.a 1.3.1.1.1.6.1.7.1.7.1.4 644))
+ (metalic/mlc/array/objs.hh (oln/q/45_objs.hh 1.4 644))
+ (metalic/mlc/config/system.hh (oln/q/46_system.hh 1.3 644))
+ (olena/oln/Makefile.am (oln/q/47_Makefile.a 1.3.1.1.1.6.1.7.1.7.1.5 644))
(integre/ntg/config/system.hh (oln/q/48_system.hh 1.3 644))
- (metalic/tests/main/tests/is_a1 (oln/r/17_is_a1 1.6 600))
- (metalic/tests/main/tests/ensure3 (oln/r/18_ensure3 1.6 600))
- (metalic/tests/main/tests/ensure2 (oln/r/19_ensure2 1.6 600))
- (metalic/tests/main/tests/pow2sup2 (oln/r/20_pow2sup2 1.5 600))
- (metalic/tests/main/tests/ensure1 (oln/r/21_ensure1 1.5 600))
- (metalic/tests/main/tests/pow2sup1 (oln/r/22_pow2sup1 1.5 600))
+ (metalic/tests/main/tests/is_a1 (oln/r/17_is_a1 1.6 644))
+ (metalic/tests/main/tests/ensure3 (oln/r/18_ensure3 1.6 644))
+ (metalic/tests/main/tests/ensure2 (oln/r/19_ensure2 1.6 644))
+ (metalic/tests/main/tests/pow2sup2 (oln/r/20_pow2sup2 1.5 644))
+ (metalic/tests/main/tests/ensure1 (oln/r/21_ensure1 1.5 644))
+ (metalic/tests/main/tests/pow2sup1 (oln/r/22_pow2sup1 1.5 644))
(metalic/tests/main/Makefile.am (oln/r/23_Makefile.a 1.3 644))
(metalic/tests/check/defs.in (oln/r/25_defs.in 1.2 644))
@@ -818,16 +838,16 @@
;; to version 8.21(w), by sylvain:
(olena/tests/topo/Makefile.am (oln/r/26_Makefile.a 1.3.1.3 644))
- (olena/tests/topo/tests/inter-pixel (oln/r/27_test-inter 1.8 600))
- (olena/tests/topo/tests/cmap (oln/r/28_test-cmap. 1.11 600))
+ (olena/tests/topo/tests/inter-pixel (oln/r/27_test-inter 1.8 644))
+ (olena/tests/topo/tests/cmap (oln/r/28_test-cmap. 1.11 644))
- (olena/oln/topo/tarjan/union.hh (oln/r/33_union.hh 1.13 600))
- (olena/oln/topo/inter-pixel/inter-pixel.hh (oln/r/34_inter-pixe 1.17 600))
- (olena/oln/topo/tarjan/flat-zone.hh (oln/r/35_flat-zone. 1.16 600))
- (olena/oln/topo/combinatorial-map/cmap.hh (oln/r/36_cmap.hh 1.15 600))
+ (olena/oln/topo/tarjan/union.hh (oln/r/33_union.hh 1.13 644))
+ (olena/oln/topo/inter-pixel/inter-pixel.hh (oln/r/34_inter-pixe 1.17 644))
+ (olena/oln/topo/tarjan/flat-zone.hh (oln/r/35_flat-zone. 1.16 644))
+ (olena/oln/topo/combinatorial-map/cmap.hh (oln/r/36_cmap.hh 1.15 644))
;; Files added by populate at Thu, 20 Mar 2003 18:06:35 +0100,
;; to version 8.22(w), by sylvain:
@@ -840,12 +860,12 @@
;; Files added by populate at Mon, 31 Mar 2003 15:17:00 +0200,
;; to version 8.26(w), by sylvain:
- (olena/oln/topo/combinatorial-map/internal/zeta.hh (oln/r/43_zeta.hh 1.5 600))
- (olena/oln/topo/inter-pixel/fwd-dir-iter.hh (oln/r/44_fwd-dir-it 1.7 600))
- (olena/oln/topo/inter-pixel/bkd-dir-iter.hh (oln/r/45_bkd-dir-it 1.7 600))
- (olena/oln/topo/inter-pixel/node.hh (oln/r/46_node.hh 1.8 600))
- (olena/oln/topo/inter-pixel/internal/dir-iter.hh (oln/r/47_dir-iter.h 1.7 600))
- (olena/oln/topo/inter-pixel/internal/dir.hh (oln/r/48_dir.hh 1.6 600))
+ (olena/oln/topo/combinatorial-map/internal/zeta.hh (oln/r/43_zeta.hh 1.5 644))
+ (olena/oln/topo/inter-pixel/fwd-dir-iter.hh (oln/r/44_fwd-dir-it 1.7 644))
+ (olena/oln/topo/inter-pixel/bkd-dir-iter.hh (oln/r/45_bkd-dir-it 1.7 644))
+ (olena/oln/topo/inter-pixel/node.hh (oln/r/46_node.hh 1.8 644))
+ (olena/oln/topo/inter-pixel/internal/dir-iter.hh (oln/r/47_dir-iter.h 1.7 644))
+ (olena/oln/topo/inter-pixel/internal/dir.hh (oln/r/48_dir.hh 1.6 644))
;; Files added by populate at Wed, 09 Apr 2003 22:18:27 +0200,
@@ -855,9 +875,9 @@
(integre/tests/types/tests/builtin1 (oln/s/7_builtin1 1.3 755))
- (olena/tests/core/tests/w_window (oln/s/8_w_window 1.3 600))
+ (olena/tests/core/tests/w_window (oln/s/8_w_window 1.3 644))
- (olena/tests/core/Makefile.am (oln/s/10_Makefile.a 1.7.1.2 644))
+ (olena/tests/core/Makefile.am (oln/s/10_Makefile.a 1.7.1.3 644))
(integre/tests/types/tests/int_u5c (oln/s/11_int_u5c 1.3 755))
;; Files added by populate at Tue, 06 May 2003 06:05:19 +0200,
;; to version 8.33(w), by raph:
@@ -943,7 +963,7 @@
;; Files added by populate at Fri, 11 Jul 2003 18:21:00 +0200,
;; to version 9.11(w), by burrus_n:
- (olena/tests/core/tests/print_image (oln/t/22_print_imag 1.4 600))
+ (olena/tests/core/tests/print_image (oln/t/22_print_imag 1.4 644))
;; Files added by populate at Sat, 12 Jul 2003 20:10:15 +0200,
;; to version 9.14(w), by burrus_n:
@@ -952,88 +972,88 @@
(olena/tests/core/image_print.sh (oln/t/24_image_prin 1.2 644))
- (olena/oln/core/abstract/image.hh (oln/t/25_image.hh 1.32.1.2 600))
- (olena/oln/core/abstract/image_with_dim.hh (oln/t/26_image_with 1.23 600))
- (olena/oln/core/abstract/image_with_impl.hh (oln/t/27_image_with 1.14.1.13 600))
- (olena/oln/core/abstract/image_with_type.hh (oln/t/28_image_with 1.13 600))
- (olena/oln/core/impl/image_impl.hh (oln/t/29_image_impl 1.20 600))
- (olena/oln/core/impl/image_array.hh (oln/t/30_image_arra 1.18 600))
- (olena/tests/core/tests/image1 (oln/t/31_image1 1.6 600))
- (olena/oln/core/impl/image_array3d.hh (oln/t/32_image_arra 1.13 600))
- (olena/oln/core/impl/image_array2d.hh (oln/t/33_image_arra 1.15 600))
- (olena/oln/core/impl/image_array1d.hh (oln/t/34_image_arra 1.15 600))
- (olena/tests/core/tests/borders (oln/t/35_borders 1.5 600))
- (olena/tests/core/tests/clone (oln/t/36_clone 1.3 600))
- (olena/tests/core/tests/ref (oln/t/37_ref 1.5 600))
- (olena/oln/io/pnm_common.hh (oln/t/40_pnm_common 1.6 600))
- (olena/oln/io/image_base.hh (oln/t/41_image_base 1.6 600))
- (olena/oln/io/image_write.hh (oln/t/42_image_writ 1.11 600))
- (olena/oln/io/stream_wrapper.hh (oln/t/43_stream_wra 1.3.1.4 600))
- (olena/oln/io/utils.hh (oln/t/44_utils.hh 1.5 600))
- (olena/oln/io/image_read.hh (oln/t/45_image_read 1.11 600))
- (olena/tests/level/Makefile.am (oln/t/46_Makefile.a 1.3 644))
- (olena/tests/level/tests/cc (oln/t/47_cc.cc 1.3 600))
- (olena/tests/level/tests/compare (oln/t/48_compare.cc 1.3 600))
- (olena/tests/level/tests/connected (oln/t/49_connected. 1.4 600))
- (olena/tests/level/tests/invert (oln/t/50_invert.cc 1.4 600))
- (olena/tests/level/tests/set_level (oln/t/51_set_level. 1.3 600))
- (olena/tests/level/tests/threshold (oln/u/0_threshold. 1.3 600))
- (olena/tests/core/tests/window (oln/u/1_window 1.3 600))
- (olena/tests/core/tests/neighborhood (oln/u/2_neighborho 1.3 600))
- (olena/oln/core/abstract/window_base.hh (oln/u/3_window_bas 1.14 600))
- (olena/oln/core/abstract/windownd.hh (oln/u/4_windownd.h 1.12 600))
- (olena/oln/core/abstract/w_windownd.hh (oln/u/5_w_windownd 1.11 600))
- (olena/oln/core/abstract/neighborhoodnd.hh (oln/u/6_neighborho 1.11 600))
- (olena/tests/core/tests/traverse (oln/u/7_traverse 1.3 600))
+ (olena/oln/core/abstract/image.hh (oln/t/25_image.hh 1.32.1.3 644))
+ (olena/oln/core/abstract/image_with_dim.hh (oln/t/26_image_with 1.23 644))
+ (olena/oln/core/abstract/image_with_impl.hh (oln/t/27_image_with 1.14.1.13 644))
+ (olena/oln/core/abstract/image_with_type.hh (oln/t/28_image_with 1.13 644))
+ (olena/oln/core/impl/image_impl.hh (oln/t/29_image_impl 1.20 644))
+ (olena/oln/core/impl/image_array.hh (oln/t/30_image_arra 1.18 644))
+ (olena/tests/core/tests/image1 (oln/t/31_image1 1.6 644))
+ (olena/oln/core/impl/image_array3d.hh (oln/t/32_image_arra 1.13 644))
+ (olena/oln/core/impl/image_array2d.hh (oln/t/33_image_arra 1.15 644))
+ (olena/oln/core/impl/image_array1d.hh (oln/t/34_image_arra 1.15 644))
+ (olena/tests/core/tests/borders (oln/t/35_borders 1.5 644))
+ (olena/tests/core/tests/clone (oln/t/36_clone 1.3 644))
+ (olena/tests/core/tests/ref (oln/t/37_ref 1.5 644))
+ (olena/oln/io/pnm_common.hh (oln/t/40_pnm_common 1.6 644))
+ (olena/oln/io/image_base.hh (oln/t/41_image_base 1.6 644))
+ (olena/oln/io/image_write.hh (oln/t/42_image_writ 1.11 644))
+ (olena/oln/io/stream_wrapper.hh (oln/t/43_stream_wra 1.3.1.4 644))
+ (olena/oln/io/utils.hh (oln/t/44_utils.hh 1.5 644))
+ (olena/oln/io/image_read.hh (oln/t/45_image_read 1.11 644))
+ (olena/tests/level/Makefile.am (oln/t/46_Makefile.a 1.4 644))
+ (olena/tests/level/tests/cc (oln/t/47_cc.cc 1.3 644))
+ (olena/tests/level/tests/compare (oln/t/48_compare.cc 1.3 644))
+ (olena/tests/level/tests/connected (oln/t/49_connected. 1.4 644))
+ (olena/tests/level/tests/invert (oln/t/50_invert.cc 1.4 644))
+ (olena/tests/level/tests/set_level (oln/t/51_set_level. 1.3 644))
+ (olena/tests/level/tests/threshold (oln/u/0_threshold. 1.3 644))
+ (olena/tests/core/tests/window (oln/u/1_window 1.3 644))
+ (olena/tests/core/tests/neighborhood (oln/u/2_neighborho 1.3 644))
+ (olena/oln/core/abstract/window_base.hh (oln/u/3_window_bas 1.14 644))
+ (olena/oln/core/abstract/windownd.hh (oln/u/4_windownd.h 1.12 644))
+ (olena/oln/core/abstract/w_windownd.hh (oln/u/5_w_windownd 1.11 644))
+ (olena/oln/core/abstract/neighborhoodnd.hh (oln/u/6_neighborho 1.11 644))
+ (olena/tests/core/tests/traverse (oln/u/7_traverse 1.3 644))
(integre/tests/types/tests/int_u7 (oln/u/8_int_u7 1.3 755))
- (olena/oln/io/pnm_read_data.hh (oln/u/9_pnm_read_d 1.7 600))
- (olena/oln/io/pnm_write_data.hh (oln/u/10_pnm_write_ 1.8 600))
- (olena/oln/io/image.hh (oln/u/11_image.hh 1.3 600))
+ (olena/oln/io/pnm_read_data.hh (oln/u/9_pnm_read_d 1.7 644))
+ (olena/oln/io/pnm_write_data.hh (oln/u/10_pnm_write_ 1.8 644))
+ (olena/oln/io/image.hh (oln/u/11_image.hh 1.3 644))
(olena/tests/convert/conv.cc (oln/u/12_conv.cc 1.3 644))
(olena/tests/convert/conv.hh (oln/u/13_conv.hh 1.1 644))
- (olena/tests/io/tests/bin (oln/u/20_bin.cc 1.3 600))
+ (olena/tests/io/tests/bin (oln/u/20_bin.cc 1.3 644))
(olena/img/black.pbm (oln/u/21_black.pbm 1.1 644))
(olena/img/white.pbm (oln/u/22_white.pbm 1.1 644) :no-keywords)
- (olena/tests/topo/tests/dmap (oln/u/23_test-dmap. 1.4 600))
+ (olena/tests/topo/tests/dmap (oln/u/23_test-dmap. 1.4 644))
(olena/tests/core/multiple_sources_2.cc (oln/u/24_multiple_s 1.1 644))
(olena/tests/core/multiple_sources_1.cc (oln/u/25_multiple_s 1.1 644))
(olena/tests/utils/Makefile.am (oln/u/26_Makefile.a 1.2 644))
- (olena/tests/utils/tests/histogram (oln/u/27_histogram. 1.2.1.6 600))
- (olena/tests/utils/tests/stat (oln/u/28_stat.cc 1.4 600))
- (olena/tests/utils/tests/timer (oln/u/29_timer.cc 1.7 600))
- (olena/tests/topo/tests/tarjan (oln/u/30_test-tarja 1.4 600))
- (olena/oln/convert/abstract/conversion.hh (oln/u/31_conversion 1.6.1.1 600))
- (olena/tests/check/Makefile.runtests (oln/u/32_Makefile.r 1.3 644))
+ (olena/tests/utils/tests/histogram (oln/u/27_histogram. 1.2.1.6 644))
+ (olena/tests/utils/tests/stat (oln/u/28_stat.cc 1.4 644))
+ (olena/tests/utils/tests/timer (oln/u/29_timer.cc 1.7 644))
+ (olena/tests/topo/tests/tarjan (oln/u/30_test-tarja 1.4 644))
+ (olena/oln/convert/abstract/conversion.hh (oln/u/31_conversion 1.6.1.1 644))
+ (olena/tests/check/Makefile.runtests (oln/u/32_Makefile.r 1.4 644))
(contrib/runtests (oln/u/33_runtests 1.4 744))
(metalic/tests/check/Makefile.runtests (oln/u/34_Makefile.r 1.2 644))
(integre/tests/check/Makefile.runtests (oln/u/35_Makefile.r 1.2 644))
(integre/tests/check/Makefile.flags (oln/u/36_Makefile.f 1.1 644))
- (olena/tests/math/tests/macros (oln/u/37_macros 1.4 600))
+ (olena/tests/math/tests/macros (oln/u/37_macros 1.4 644))
(olena/tests/math/Makefile.am (oln/u/38_Makefile.a 1.1 644))
- (olena/tests/io/tests/1d (oln/u/39_1d 1.4 600))
+ (olena/tests/io/tests/1d (oln/u/39_1d 1.4 644))
(olena/img/lena1d.ppm (oln/u/40_lena1d.ppm 1.1 644))
- (olena/tests/core/tests/image_list (oln/u/41_image_list 1.3 600))
- (olena/tests/io/tests/3d (oln/u/42_3d 1.4 600))
- (olena/oln/io/pnm_read_2d.hh (oln/u/43_pnm_read_2 1.6 600))
- (olena/oln/io/pnm_write_2d.hh (oln/u/44_pnm_write_ 1.8 600))
+ (olena/tests/core/tests/image_list (oln/u/41_image_list 1.3 644))
+ (olena/tests/io/tests/3d (oln/u/42_3d 1.4 644))
+ (olena/oln/io/pnm_read_2d.hh (oln/u/43_pnm_read_2 1.6 644))
+ (olena/oln/io/pnm_write_2d.hh (oln/u/44_pnm_write_ 1.8 644))
(olena/img/lena3d.ppm (oln/u/45_lena3d.ppm 1.1 644))
- (olena/tests/io/tests/se_3d (oln/u/46_se_3d 1.3 600))
- (olena/tests/io/tests/se_1d (oln/u/47_se_1d 1.3 600))
+ (olena/tests/io/tests/se_3d (oln/u/46_se_3d 1.3 644))
+ (olena/tests/io/tests/se_1d (oln/u/47_se_1d 1.3 644))
(olena/img/wrong_3d.pbm (oln/u/48_wrong_3d.p 1.1 644) :no-keywords)
(olena/img/se_3d.pbm (oln/u/49_se_3d.pbm 1.1 644) :no-keywords)
(olena/img/se_1d.pbm (oln/u/50_se_1d.pbm 1.1 644))
(olena/img/se9_1d.pbm (oln/u/51_se9_1d.pbm 1.1 644))
(olena/tests/core/tests/label_images (oln/v/0_label_imag 1.1 644))
- (olena/oln/topo/combinatorial-map/internal/allfunc.hh (oln/v/1_allfunc.hh 1.3 600))
- (olena/oln/topo/combinatorial-map/internal/alpha.hh (oln/v/2_alpha.hh 1.4 600))
- (olena/oln/topo/combinatorial-map/internal/anyfunc.hh (oln/v/3_anyfunc.hh 1.6 600))
- (olena/oln/topo/combinatorial-map/internal/beta.hh (oln/v/5_beta.hh 1.5 600))
- (olena/oln/topo/combinatorial-map/internal/lambda.hh (oln/v/6_lambda.hh 1.5 600))
- (olena/oln/topo/combinatorial-map/internal/level.hh (oln/v/7_level.hh 1.5 600))
- (olena/oln/topo/combinatorial-map/internal/sigma.hh (oln/v/9_sigma.hh 1.5 600))
- (olena/oln/core/abstract/image_with_type_with_dim.hh (oln/v/11_image_with 1.7 600))
- (olena/tests/core/tests/image2 (oln/v/12_image2 1.4 600))
- (olena/tests/utils/tests/copy (oln/v/13_copy 1.3 600))
+ (olena/oln/topo/combinatorial-map/internal/allfunc.hh (oln/v/1_allfunc.hh 1.3 644))
+ (olena/oln/topo/combinatorial-map/internal/alpha.hh (oln/v/2_alpha.hh 1.4 644))
+ (olena/oln/topo/combinatorial-map/internal/anyfunc.hh (oln/v/3_anyfunc.hh 1.6 644))
+ (olena/oln/topo/combinatorial-map/internal/beta.hh (oln/v/5_beta.hh 1.5 644))
+ (olena/oln/topo/combinatorial-map/internal/lambda.hh (oln/v/6_lambda.hh 1.5 644))
+ (olena/oln/topo/combinatorial-map/internal/level.hh (oln/v/7_level.hh 1.5 644))
+ (olena/oln/topo/combinatorial-map/internal/sigma.hh (oln/v/9_sigma.hh 1.5 644))
+ (olena/oln/core/abstract/image_with_type_with_dim.hh (oln/v/11_image_with 1.7 644))
+ (olena/tests/core/tests/image2 (oln/v/12_image2 1.4 644))
+ (olena/tests/utils/tests/copy (oln/v/13_copy 1.3 644))
;; Files added by populate at Mon, 25 Aug 2003 13:48:55 +0200,
;; to version 10.9(w), by raph:
@@ -1086,28 +1106,28 @@
;; Files added by populate at Wed, 08 Oct 2003 11:13:23 +0200,
;; to version 10.27(w), by burrus_n:
- (olena/tests/morpho/tests/builtin_types (oln/v/30_builtin_ty 1.4 600))
+ (olena/tests/morpho/tests/builtin_types (oln/v/30_builtin_ty 1.4 644))
;; Files added by populate at Sun, 02 Nov 2003 17:15:34 +0100,
;; to version 10.32(w), by nes:
- (olena/tests/core/tests/without_ntg (oln/v/31_without_nt 1.3 600))
+ (olena/tests/core/tests/without_ntg (oln/v/31_without_nt 1.3 644))
;; Files added by populate at Mon, 03 Nov 2003 21:56:15 +0100,
;; to version 10.33(w), by burrus_n:
- (olena/tests/io/tests/headers (oln/v/32_headers 1.3 600))
+ (olena/tests/io/tests/headers (oln/v/32_headers 1.3 644))
;; Files added by populate at Fri, 07 Nov 2003 17:21:47 +0100,
;; to version 10.35(w), by burrus_n:
- (olena/oln/convert/cast.hh (oln/v/35_cast.hh 1.3 600))
+ (olena/oln/convert/cast.hh (oln/v/35_cast.hh 1.3 644))
;; Files added by populate at Fri, 07 Nov 2003 17:29:58 +0100,
;; to version 10.36(w), by burrus_n:
- (olena/tests/morpho/tests/overall_benchs (oln/v/36_overall_be 1.3 600))
- (olena/tests/core/tests/benchs (oln/v/37_benchs 1.3 600))
+ (olena/tests/morpho/tests/overall_benchs (oln/v/36_overall_be 1.3 644))
+ (olena/tests/core/tests/benchs (oln/v/37_benchs 1.3 644))
;; Files added by populate at Sun, 09 Nov 2003 02:01:01 +0100,
;; to version 10.38(w), by burrus_n:
@@ -1165,57 +1185,57 @@
;; Files added by populate at Thu, 22 Jan 2004 21:09:49 +0100,
;; to version 10.48(w), by palma_g:
- (olena/oln/convert/rgbhsv.hh (oln/j/35_rgbhsv.hh 1.6 600))
- (olena/oln/convert/rgbhsl.hh (oln/j/36_rgbhsl.hh 1.8 600))
- (olena/oln/convert/rgbhsi.hh (oln/j/37_rgbhsi.hh 1.5 600))
- (olena/oln/convert/rgbyuv.hh (oln/j/38_rgbyuv.hh 1.5 600))
- (olena/oln/convert/rgbyiq.hh (oln/j/39_rgbyiq.hh 1.5 600))
-
-
- (olena/oln/snakes/snakes_base.hxx (oln/f/11_snakes_bas 1.2 600))
- (olena/oln/snakes/snakes_base.hh (oln/f/50_snakes_bas 1.5 600))
- (olena/oln/snakes/energies.hxx (oln/j/21_energies.h 1.2 600))
- (olena/oln/snakes/energies.hh (oln/j/22_energies.h 1.4 600))
- (olena/oln/snakes/segment.hxx (oln/j/23_segment.hx 1.2 600))
- (olena/oln/snakes/greedy.hxx (oln/j/24_greedy.hxx 1.2 600))
- (olena/oln/snakes/greedy.hh (oln/j/25_greedy.hh 1.3 600))
- (olena/oln/snakes/node.hh (oln/j/32_node.hh 1.4 600))
- (olena/oln/snakes/node.hxx (oln/j/33_node.hxx 1.2 600))
- (olena/oln/snakes/segment.hh (oln/j/34_segment.hh 1.4 600))
+ (olena/oln/convert/rgbhsv.hh (oln/j/35_rgbhsv.hh 1.7 644))
+ (olena/oln/convert/rgbhsl.hh (oln/j/36_rgbhsl.hh 1.9 644))
+ (olena/oln/convert/rgbhsi.hh (oln/j/37_rgbhsi.hh 1.5 644))
+ (olena/oln/convert/rgbyuv.hh (oln/j/38_rgbyuv.hh 1.5 644))
+ (olena/oln/convert/rgbyiq.hh (oln/j/39_rgbyiq.hh 1.5 644))
+
+
+ (olena/oln/snakes/snakes_base.hxx (oln/f/11_snakes_bas 1.2 644))
+ (olena/oln/snakes/snakes_base.hh (oln/f/50_snakes_bas 1.5 644))
+ (olena/oln/snakes/energies.hxx (oln/j/21_energies.h 1.2 644))
+ (olena/oln/snakes/energies.hh (oln/j/22_energies.h 1.4 644))
+ (olena/oln/snakes/segment.hxx (oln/j/23_segment.hx 1.2 644))
+ (olena/oln/snakes/greedy.hxx (oln/j/24_greedy.hxx 1.2 644))
+ (olena/oln/snakes/greedy.hh (oln/j/25_greedy.hh 1.3 644))
+ (olena/oln/snakes/node.hh (oln/j/32_node.hh 1.4 644))
+ (olena/oln/snakes/node.hxx (oln/j/33_node.hxx 1.2 644))
+ (olena/oln/snakes/segment.hh (oln/j/34_segment.hh 1.4 644))
;; Files added by populate at Fri, 30 Jan 2004 10:19:55 +0100,
;; to version 10.56(w), by palma_g:
- (olena/tests/convol/tests/uniform2_gauss (oln/j/40_uniform2_g 1.3 600))
- (olena/tests/convol/tests/uniform_gauss (oln/j/41_uniform_ga 1.4 600))
+ (olena/tests/convol/tests/uniform2_gauss (oln/j/40_uniform2_g 1.3 644))
+ (olena/tests/convol/tests/uniform_gauss (oln/j/41_uniform_ga 1.4 644))
- (olena/oln/convert/value_to_point.hh (oln/j/43_value_to_p 1.5.1.1 600))
+ (olena/oln/convert/value_to_point.hh (oln/j/43_value_to_p 1.5.1.1 644))
- (olena/tests/morpho/tests/area (oln/j/44_area 1.4 600))
+ (olena/tests/morpho/tests/area (oln/j/44_area 1.4 644))
;; Files added by populate at Fri, 06 Feb 2004 16:00:19 +0100,
;; to version 10.57(w), by palma_g:
- (olena/oln/morpho/attributes.hh (oln/j/45_attributes 1.13.1.8 600))
+ (olena/oln/morpho/attributes.hh (oln/j/45_attributes 1.13.1.8 644))
;; Files added by populate at Tue, 10 Feb 2004 15:26:15 +0100,
;; to version 10.62(w), by palma_g:
- (olena/oln/core/abstract/behavior.hh (oln/j/46_behavior.h 1.5.1.1 600))
+ (olena/oln/core/abstract/behavior.hh (oln/j/46_behavior.h 1.5.1.1 644))
;; Files added by populate at Tue, 10 Feb 2004 15:26:20 +0100,
;; to version 10.62(w), by palma_g:
- (olena/oln/core/behavior.hh (oln/j/47_behavior.h 1.7 600))
+ (olena/oln/core/behavior.hh (oln/j/47_behavior.h 1.7 644))
- (olena/oln/morpho/attribute_closing_opening_map.hxx (oln/j/48_attribute_ 1.3 600))
- (olena/oln/morpho/attribute_closing_opening_map.hh (oln/j/49_attribute_ 1.14 600))
- (olena/oln/utils/special_points.hh (oln/j/50_special_po 1.4 600))
- (olena/tests/morpho/tests/attribute (oln/j/51_attribute 1.7 600))
+ (olena/oln/morpho/attribute_closing_opening_map.hxx (oln/j/48_attribute_ 1.3 644))
+ (olena/oln/morpho/attribute_closing_opening_map.hh (oln/j/49_attribute_ 1.14 644))
+ (olena/oln/utils/special_points.hh (oln/j/50_special_po 1.4 644))
+ (olena/tests/morpho/tests/attribute (oln/j/51_attribute 1.7 644))
;; Files added by populate at Mon, 16 Feb 2004 18:59:27 +0100,
;; to version 10.64(w), by palma_g:
- (olena/tests/morpho/tests/attr_op_cl (oln/k/0_attr_op_cl 1.6 600))
+ (olena/tests/morpho/tests/attr_op_cl (oln/k/0_attr_op_cl 1.6 644))
(doc/ref/exdoc.pl (oln/v/26_exdoc.pl 1.7 744))
@@ -1243,17 +1263,17 @@
;; Files added by populate at Fri, 19 Mar 2004 15:49:20 +0100,
;; to version 10.97(w), by palma_g:
- (olena/oln/utils/buffer.hxx (oln/k/9_buffer.hxx 1.4 600))
- (olena/oln/utils/buffer.hh (oln/k/10_buffer.hh 1.3 600))
- (olena/oln/utils/key.hxx (oln/k/11_key.hxx 1.4 600))
- (olena/oln/utils/key.hh (oln/k/12_key.hh 1.3 600))
- (olena/oln/utils/md5.hxx (oln/k/13_md5.hxx 1.5 600))
- (olena/oln/utils/md5.hh (oln/k/14_md5.hh 1.5 600))
+ (olena/oln/utils/buffer.hxx (oln/k/9_buffer.hxx 1.4 644))
+ (olena/oln/utils/buffer.hh (oln/k/10_buffer.hh 1.3 644))
+ (olena/oln/utils/key.hxx (oln/k/11_key.hxx 1.4 644))
+ (olena/oln/utils/key.hh (oln/k/12_key.hh 1.3 644))
+ (olena/oln/utils/md5.hxx (oln/k/13_md5.hxx 1.5 644))
+ (olena/oln/utils/md5.hh (oln/k/14_md5.hh 1.5 644))
;; Files added by populate at Fri, 19 Mar 2004 17:25:06 +0100,
;; to version 10.99(w), by palma_g:
- (olena/tests/utils/tests/md5 (oln/k/15_md5 1.3 600))
+ (olena/tests/utils/tests/md5 (oln/k/15_md5 1.3 644))
;; Files added by populate at Tue, 23 Mar 2004 13:50:28 +0100,
;; to version 10.100(w), by palma_g:
@@ -1268,7 +1288,7 @@
;; Files added by populate at Tue, 23 Mar 2004 14:11:07 +0100,
;; to version 10.103(w), by palma_g:
- (olena/tests/core/tests/md5_apply (oln/k/22_md5_apply 1.3 600))
+ (olena/tests/core/tests/md5_apply (oln/k/22_md5_apply 1.3 644))
;; Files deleted by depopulate at Tue, 23 Mar 2004 14:23:33 +0100,
;; from version 10.104(w), by palma_g:
@@ -1283,136 +1303,136 @@
;; Files added by populate at Tue, 23 Mar 2004 14:24:00 +0100,
;; to version 10.104(w), by palma_g:
- (olena/tests/convol/tests/md5_convol_fast_gaussian_hh5 (oln/k/23_md5_convol 1.4 600))
- (olena/tests/convol/tests/md5_convol_fast_gaussian_hh4 (oln/k/24_md5_convol 1.5 600))
- (olena/tests/convol/tests/md5_convol_fast_gaussian_hh3 (oln/k/25_md5_convol 1.5 600))
- (olena/tests/convol/tests/md5_convol_fast_gaussian_hh2 (oln/k/26_md5_convol 1.4 600))
- (olena/tests/convol/tests/md5_convol_fast_gaussian_hh1 (oln/k/27_md5_convol 1.5 600))
- (olena/tests/convol/tests/md5_convol_fast_gaussian_hh0 (oln/k/28_md5_convol 1.5 600))
+ (olena/tests/convol/tests/md5_convol_fast_gaussian_hh5 (oln/k/23_md5_convol 1.4 644))
+ (olena/tests/convol/tests/md5_convol_fast_gaussian_hh4 (oln/k/24_md5_convol 1.5 644))
+ (olena/tests/convol/tests/md5_convol_fast_gaussian_hh3 (oln/k/25_md5_convol 1.5 644))
+ (olena/tests/convol/tests/md5_convol_fast_gaussian_hh2 (oln/k/26_md5_convol 1.4 644))
+ (olena/tests/convol/tests/md5_convol_fast_gaussian_hh1 (oln/k/27_md5_convol 1.5 644))
+ (olena/tests/convol/tests/md5_convol_fast_gaussian_hh0 (oln/k/28_md5_convol 1.5 644))
;; Files added by populate at Tue, 23 Mar 2004 14:29:08 +0100,
;; to version 10.105(w), by palma_g:
- (olena/tests/morpho/tests/md5_morpho_watershed_hh1 (oln/k/29_md5_morpho 1.4 600))
- (olena/tests/morpho/tests/md5_morpho_watershed_hh0 (oln/k/30_md5_morpho 1.4 600))
- (olena/tests/morpho/tests/md5_morpho_top_hat_inc7 (oln/k/31_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_top_hat_inc6 (oln/k/32_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_top_hat_inc5 (oln/k/33_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_top_hat_inc4 (oln/k/34_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_top_hat_inc3 (oln/k/35_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_top_hat_inc2 (oln/k/36_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_top_hat_inc1 (oln/k/37_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_top_hat_inc0 (oln/k/38_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_thinning_inc0 (oln/k/39_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_thickening_inc0 (oln/k/40_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_reconstruction_hh5 (oln/k/41_md5_morpho 1.4 600))
- (olena/tests/morpho/tests/md5_morpho_reconstruction_hh4 (oln/k/42_md5_morpho 1.4 600))
- (olena/tests/morpho/tests/md5_morpho_reconstruction_hh3 (oln/k/43_md5_morpho 1.4 600))
- (olena/tests/morpho/tests/md5_morpho_reconstruction_hh2 (oln/k/44_md5_morpho 1.4 600))
- (olena/tests/morpho/tests/md5_morpho_reconstruction_hh1 (oln/k/45_md5_morpho 1.4 600))
- (olena/tests/morpho/tests/md5_morpho_reconstruction_hh0 (oln/k/46_md5_morpho 1.4 600))
- (olena/tests/morpho/tests/md5_morpho_opening_inc0 (oln/k/47_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_laplacian_inc1 (oln/k/48_md5_morpho 1.4 600))
- (olena/tests/morpho/tests/md5_morpho_laplacian_inc0 (oln/k/49_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc5 (oln/k/50_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc4 (oln/k/51_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc3 (oln/l/0_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc2 (oln/l/1_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc1 (oln/l/2_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc0 (oln/l/3_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_gradient_inc0 (oln/l/4_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_geodesic_erosion_hh1 (oln/l/5_md5_morpho 1.4
600))
- (olena/tests/morpho/tests/md5_morpho_geodesic_erosion_hh0 (oln/l/6_md5_morpho 1.4
600))
- (olena/tests/morpho/tests/md5_morpho_geodesic_dilation_hh1 (oln/l/7_md5_morpho 1.4
600))
- (olena/tests/morpho/tests/md5_morpho_geodesic_dilation_hh0 (oln/l/8_md5_morpho 1.4
600))
- (olena/tests/morpho/tests/md5_morpho_fast_morpho_hxx0 (oln/l/9_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_extrema_killer_hh3 (oln/l/10_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_extrema_killer_hh2 (oln/l/11_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_extrema_killer_hh1 (oln/l/12_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_extrema_killer_hh0 (oln/l/13_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_extrema_hxx1 (oln/l/14_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_extrema_hxx0 (oln/l/15_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_erosion_hh2 (oln/l/16_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_erosion_hh1 (oln/l/17_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_erosion_hh0 (oln/l/18_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_dilation_hh1 (oln/l/19_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_dilation_hh0 (oln/l/20_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_closing_inc0 (oln/l/21_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh9
(oln/l/22_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh8
(oln/l/23_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh7
(oln/l/24_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh6
(oln/l/25_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh5
(oln/l/26_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh4
(oln/l/27_md5_morpho 1.3 600))
-
-
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh17
(oln/l/30_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh16
(oln/l/31_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh15
(oln/l/32_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh14
(oln/l/33_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh13
(oln/l/34_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh12
(oln/l/35_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh11
(oln/l/36_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh10
(oln/l/37_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh1
(oln/l/38_md5_morpho 1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh0
(oln/l/39_md5_morpho 1.3 600))
+ (olena/tests/morpho/tests/md5_morpho_watershed_hh1 (oln/k/29_md5_morpho 1.4 644))
+ (olena/tests/morpho/tests/md5_morpho_watershed_hh0 (oln/k/30_md5_morpho 1.4 644))
+ (olena/tests/morpho/tests/md5_morpho_top_hat_inc7 (oln/k/31_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_top_hat_inc6 (oln/k/32_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_top_hat_inc5 (oln/k/33_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_top_hat_inc4 (oln/k/34_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_top_hat_inc3 (oln/k/35_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_top_hat_inc2 (oln/k/36_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_top_hat_inc1 (oln/k/37_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_top_hat_inc0 (oln/k/38_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_thinning_inc0 (oln/k/39_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_thickening_inc0 (oln/k/40_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_reconstruction_hh5 (oln/k/41_md5_morpho 1.4 644))
+ (olena/tests/morpho/tests/md5_morpho_reconstruction_hh4 (oln/k/42_md5_morpho 1.4 644))
+ (olena/tests/morpho/tests/md5_morpho_reconstruction_hh3 (oln/k/43_md5_morpho 1.4 644))
+ (olena/tests/morpho/tests/md5_morpho_reconstruction_hh2 (oln/k/44_md5_morpho 1.4 644))
+ (olena/tests/morpho/tests/md5_morpho_reconstruction_hh1 (oln/k/45_md5_morpho 1.4 644))
+ (olena/tests/morpho/tests/md5_morpho_reconstruction_hh0 (oln/k/46_md5_morpho 1.4 644))
+ (olena/tests/morpho/tests/md5_morpho_opening_inc0 (oln/k/47_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_laplacian_inc1 (oln/k/48_md5_morpho 1.4 644))
+ (olena/tests/morpho/tests/md5_morpho_laplacian_inc0 (oln/k/49_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc5 (oln/k/50_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc4 (oln/k/51_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc3 (oln/l/0_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc2 (oln/l/1_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc1 (oln/l/2_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc0 (oln/l/3_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_gradient_inc0 (oln/l/4_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_geodesic_erosion_hh1 (oln/l/5_md5_morpho 1.4
644))
+ (olena/tests/morpho/tests/md5_morpho_geodesic_erosion_hh0 (oln/l/6_md5_morpho 1.4
644))
+ (olena/tests/morpho/tests/md5_morpho_geodesic_dilation_hh1 (oln/l/7_md5_morpho 1.4
644))
+ (olena/tests/morpho/tests/md5_morpho_geodesic_dilation_hh0 (oln/l/8_md5_morpho 1.4
644))
+ (olena/tests/morpho/tests/md5_morpho_fast_morpho_hxx0 (oln/l/9_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_extrema_killer_hh3 (oln/l/10_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_extrema_killer_hh2 (oln/l/11_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_extrema_killer_hh1 (oln/l/12_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_extrema_killer_hh0 (oln/l/13_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_extrema_hxx1 (oln/l/14_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_extrema_hxx0 (oln/l/15_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_erosion_hh2 (oln/l/16_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_erosion_hh1 (oln/l/17_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_erosion_hh0 (oln/l/18_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_dilation_hh1 (oln/l/19_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_dilation_hh0 (oln/l/20_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_closing_inc0 (oln/l/21_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh9
(oln/l/22_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh8
(oln/l/23_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh7
(oln/l/24_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh6
(oln/l/25_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh5
(oln/l/26_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh4
(oln/l/27_md5_morpho 1.3 644))
+
+
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh17
(oln/l/30_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh16
(oln/l/31_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh15
(oln/l/32_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh14
(oln/l/33_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh13
(oln/l/34_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh12
(oln/l/35_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh11
(oln/l/36_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh10
(oln/l/37_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh1
(oln/l/38_md5_morpho 1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh0
(oln/l/39_md5_morpho 1.3 644))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh9 (oln/l/46_md5_morpho
1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh8 (oln/l/47_md5_morpho
1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh7 (oln/l/48_md5_morpho
1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh6 (oln/l/49_md5_morpho
1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh5 (oln/l/50_md5_morpho
1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh4 (oln/l/51_md5_morpho
1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh3 (oln/m/0_md5_morpho
1.4 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh2 (oln/m/1_md5_morpho
1.4 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh17 (oln/m/2_md5_morpho
1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh16 (oln/m/3_md5_morpho
1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh15 (oln/m/4_md5_morpho
1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh14 (oln/m/5_md5_morpho
1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh13 (oln/m/6_md5_morpho
1.4 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh12 (oln/m/7_md5_morpho
1.4 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh11 (oln/m/8_md5_morpho
1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh10 (oln/m/9_md5_morpho
1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh1 (oln/m/10_md5_morpho
1.3 600))
- (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh0 (oln/m/11_md5_morpho
1.2.1.1 600))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh9 (oln/l/46_md5_morpho
1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh8 (oln/l/47_md5_morpho
1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh7 (oln/l/48_md5_morpho
1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh6 (oln/l/49_md5_morpho
1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh5 (oln/l/50_md5_morpho
1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh4 (oln/l/51_md5_morpho
1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh3 (oln/m/0_md5_morpho
1.4 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh2 (oln/m/1_md5_morpho
1.4 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh17 (oln/m/2_md5_morpho
1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh16 (oln/m/3_md5_morpho
1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh15 (oln/m/4_md5_morpho
1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh14 (oln/m/5_md5_morpho
1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh13 (oln/m/6_md5_morpho
1.4 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh12 (oln/m/7_md5_morpho
1.4 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh11 (oln/m/8_md5_morpho
1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh10 (oln/m/9_md5_morpho
1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh1 (oln/m/10_md5_morpho
1.3 644))
+ (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh0 (oln/m/11_md5_morpho
1.2.1.1 644))
;; Files added by populate at Tue, 23 Mar 2004 15:45:54 +0100,
;; to version 10.106(w), by palma_g:
- (olena/tests/topo/tests/md5_topo_tarjan_flat-zone_hh0 (oln/m/12_md5_topo_t 1.4 600))
- (olena/tests/topo/tests/md5_topo_dmap_hh0 (oln/m/13_md5_topo_d 1.3 600))
+ (olena/tests/topo/tests/md5_topo_tarjan_flat-zone_hh0 (oln/m/12_md5_topo_t 1.4 644))
+ (olena/tests/topo/tests/md5_topo_dmap_hh0 (oln/m/13_md5_topo_d 1.3 644))
;; Files added by populate at Tue, 23 Mar 2004 15:56:32 +0100,
;; to version 10.107(w), by palma_g:
- (olena/tests/level/tests/md5_level_threshold_hh0 (oln/m/14_md5_level_ 1.3 600))
- (olena/tests/level/tests/md5_level_set_level_hh0 (oln/m/15_md5_level_ 1.3 600))
+ (olena/tests/level/tests/md5_level_threshold_hh0 (oln/m/14_md5_level_ 1.3 644))
+ (olena/tests/level/tests/md5_level_set_level_hh0 (oln/m/15_md5_level_ 1.3 644))
;; Files added by populate at Tue, 23 Mar 2004 16:04:56 +0100,
;; to version 10.108(w), by palma_g:
- (olena/tests/level/tests/md5_level_hh0 (oln/m/16_md5_level_ 1.3 600))
+ (olena/tests/level/tests/md5_level_hh0 (oln/m/16_md5_level_ 1.3 644))
;; Files added by populate at Thu, 25 Mar 2004 14:59:46 +0100,
;; to version 10.109(w), by palma_g:
- (olena/oln/morpho/environments.hh (oln/m/17_environmen 1.2 600))
+ (olena/oln/morpho/environments.hh (oln/m/17_environmen 1.2 644))
- (olena/oln/morpher/generic_morpher.hh (oln/m/18_generic_mo 1.7 600))
- (olena/tests/convol/tests/nagao (oln/m/19_nagao 1.4 600))
+ (olena/oln/morpher/generic_morpher.hh (oln/m/18_generic_mo 1.7 644))
+ (olena/tests/convol/tests/nagao (oln/m/19_nagao 1.4 644))
(integre/tests/types/tests/ntg_compare_nb_comp (oln/m/20_ntg_compar 1.3 755))
- (olena/oln/convol/nagao.hxx (oln/m/21_nagao.hxx 1.2 600))
- (olena/oln/convol/nagao.hh (oln/m/22_nagao.hh 1.4 600))
- (olena/oln/utils/se_stat.hh (oln/m/23_se_stat.hh 1.3 600))
- (olena/oln/utils/se_stat.hxx (oln/m/24_se_stat.hx 1.3 600))
- (olena/oln/morpher/subq_morpher.hh (oln/m/25_subq_morph 1.5 600))
- (olena/oln/morpher/color_morpher.hh (oln/m/26_color_morp 1.6 600))
+ (olena/oln/convol/nagao.hxx (oln/m/21_nagao.hxx 1.2 644))
+ (olena/oln/convol/nagao.hh (oln/m/22_nagao.hh 1.4 644))
+ (olena/oln/utils/se_stat.hh (oln/m/23_se_stat.hh 1.3 644))
+ (olena/oln/utils/se_stat.hxx (oln/m/24_se_stat.hx 1.3 644))
+ (olena/oln/morpher/subq_morpher.hh (oln/m/25_subq_morph 1.5 644))
+ (olena/oln/morpher/color_morpher.hh (oln/m/26_color_morp 1.6 644))
(olena/tests/morpher/Makefile.am (oln/m/27_Makefile.a 1.1 644))
@@ -1426,49 +1446,49 @@
- (olena/oln/morpher/piece_morpher.hh (oln/m/40_piece_morp 1.4 600))
- (olena/oln/morpher/iter_morpher.hh (oln/m/41_iter_morph 1.3 600))
- (olena/oln/morpher/slicing_morpher.hh (oln/m/42_slicing_mo 1.5 600))
-
- (olena/tests/morpher/tests/compose_morph (oln/m/43_compose_mo 1.3 600))
- (olena/tests/morpher/tests/sq_morph (oln/m/44_sq_morph 1.3 600))
- (olena/tests/morpher/tests/color_morph (oln/m/45_color_morp 1.5 600))
+ (olena/oln/morpher/piece_morpher.hh (oln/m/40_piece_morp 1.4 644))
+ (olena/oln/morpher/iter_morpher.hh (oln/m/41_iter_morph 1.3 644))
+ (olena/oln/morpher/slicing_morpher.hh (oln/m/42_slicing_mo 1.5 644))
+
+ (olena/tests/morpher/tests/compose_morph (oln/m/43_compose_mo 1.3 644))
+ (olena/tests/morpher/tests/sq_morph (oln/m/44_sq_morph 1.3 644))
+ (olena/tests/morpher/tests/color_morph (oln/m/45_color_morp 1.5 644))
;; Files added by populate at Wed, 31 Mar 2004 19:07:28 +0200,
;; to version 10.123(w), by palma_g:
- (olena/oln/topo/tarjan/tarjan_with_attr.hh (oln/m/46_tarjan_wit 1.6 600))
- (olena/oln/topo/tarjan/tarjan.hh (oln/m/47_tarjan.hh 1.5 600))
+ (olena/oln/topo/tarjan/tarjan_with_attr.hh (oln/m/46_tarjan_wit 1.7 644))
+ (olena/oln/topo/tarjan/tarjan.hh (oln/m/47_tarjan.hh 1.5 644))
- (olena/tests/morpher/tests/iter (oln/q/3_iter 1.3 600))
- (olena/tests/morpher/tests/piece (oln/q/43_piece 1.3 600))
- (olena/tests/morpher/tests/slicing (oln/q/44_slicing 1.3 600))
+ (olena/tests/morpher/tests/iter (oln/q/3_iter 1.3 644))
+ (olena/tests/morpher/tests/piece (oln/q/43_piece 1.3 644))
+ (olena/tests/morpher/tests/slicing (oln/q/44_slicing 1.3 644))
- (olena/tests/morpho/tests/gradient (oln/r/1_gradient 1.3 600))
+ (olena/tests/morpho/tests/gradient (oln/r/1_gradient 1.3 644))
(integre/ntg/makefile.src (oln/r/2_makefile.s 1.2 644))
(metalic/mlc/makefile.src (oln/r/3_makefile.s 1.2 644))
- (olena/oln/makefile.src (oln/r/4_makefile.s 1.10 644))
+ (olena/oln/makefile.src (oln/r/4_makefile.s 1.11 644))
- (olena/oln/convol/slow_gaussian.hh (oln/r/7_slow_gauss 1.5 600))
- (olena/oln/convol/slow_gaussian.hxx (oln/r/8_slow_gauss 1.5 600))
+ (olena/oln/convol/slow_gaussian.hh (oln/r/7_slow_gauss 1.5 644))
+ (olena/oln/convol/slow_gaussian.hxx (oln/r/8_slow_gauss 1.5 644))
;; Files added by populate at Sun, 23 May 2004 13:50:56 +0200,
;; to version 10.186(w), by palma_g:
- (olena/oln/utils/qsort.hh (oln/r/9_qsort.hh 1.4 600))
+ (olena/oln/utils/qsort.hh (oln/r/9_qsort.hh 1.4 644))
- (olena/oln/transforms/shapelets.hh (oln/r/10_shapelets. 1.5 644))
- (olena/tests/convol/tests/slow_gaussian (oln/r/11_slow_gauss 1.2 600))
- (olena/oln/convol/fast_convolution.hh (oln/r/12_fast_convo 1.6 600))
+ (olena/oln/transforms/shapelets.hh (oln/r/10_shapelets. 1.6 644))
+ (olena/tests/convol/tests/slow_gaussian (oln/r/11_slow_gauss 1.2 644))
+ (olena/oln/convol/fast_convolution.hh (oln/r/12_fast_convo 1.7 644))
(olena/tests/convol/tests/fast_convol (oln/r/13_fast_convo 1.3 644))
- (olena/oln/morpher/func_morpher.hh (oln/r/14_func_morph 1.3 600))
- (olena/oln/core/fpoint2d.hh (oln/r/15_fpoint2d.h 1.3 600))
- (olena/oln/core/fdpoint2d.hh (oln/r/16_fdpoint2d. 1.2 600))
- (olena/oln/geom/translate.hh (oln/s/6_translate. 1.2 600))
- (olena/oln/geom/rotate.hh (oln/u/14_rotate.hh 1.2 600))
- (olena/oln/morpher/border_morpher.hh (oln/u/15_border_mor 1.3 600))
- (olena/tests/morpher/tests/border (oln/u/16_border 1.2 600))
- (tools/utilities/convert/color_space.cc (oln/u/19_color_spac 1.4 600))
+ (olena/oln/morpher/func_morpher.hh (oln/r/14_func_morph 1.3 644))
+ (olena/oln/core/fpoint2d.hh (oln/r/15_fpoint2d.h 1.3 644))
+ (olena/oln/core/fdpoint2d.hh (oln/r/16_fdpoint2d. 1.2 644))
+ (olena/oln/geom/translate.hh (oln/s/6_translate. 1.2 644))
+ (olena/oln/geom/rotate.hh (oln/u/14_rotate.hh 1.2 644))
+ (olena/oln/morpher/border_morpher.hh (oln/u/15_border_mor 1.3 644))
+ (olena/tests/morpher/tests/border (oln/u/16_border 1.2 644))
+ (tools/utilities/convert/color_space.cc (oln/u/19_color_spac 1.4 644))
(tools/utilities/convert/Makefile.am (oln/v/10_Makefile.a 1.4 644))
;; Files deleted by depopulate at Fri, 09 Jul 2004 17:22:25 +0200,
;; from version 10.202(w), by palma_g:
@@ -1487,8 +1507,8 @@
; (olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh0 ())
- (olena/oln/morpho/abstract/attribute.hxx (oln/v/38_attribute. 1.2 600))
- (olena/oln/morpho/abstract/attribute.hh (oln/v/40_attribute. 1.2 600))
+ (olena/oln/morpho/abstract/attribute.hxx (oln/v/38_attribute. 1.2 644))
+ (olena/oln/morpho/abstract/attribute.hh (oln/v/40_attribute. 1.2 644))
;; Files added by populate at Fri, 30 Jun 2006 17:41:53 +0200,
;; to version 10.226(w), by levill_r: