Index: doc/ChangeLog
from Giovanni Palma <giovanni(a)lrde.epita.fr>
* ref/Makefile.am: Make the doc have good dependencies.
Index: integre/ChangeLog
from Giovanni Palma <giovanni(a)lrde.epita.fr>
* ntg/Makefile.am: Move source listing into 'makefile.src'.
* ntg/makefile.src: Add file.
Index: metalic/ChangeLog
from Giovanni Palma <giovanni(a)lrde.epita.fr>
* mlc/makefile.src: Add file.
* mlc/Makefile.am: Move source listing into 'makefile.src'.
Index: olena/ChangeLog
from Giovanni Palma <giovanni(a)lrde.epita.fr>
* oln/makefile.src: Add file.
* oln/Makefile.am: Move source listing into 'makefile.src'.
Index: doc/ref/Makefile.am
--- doc/ref/Makefile.am Fri, 09 Apr 2004 18:30:54 +0200 thivol_d (oln/d/51_Makefile.a
1.27.1.17.1.1 600)
+++ doc/ref/Makefile.am Mon, 12 Apr 2004 16:46:38 +0200 palma_g (oln/d/51_Makefile.a
1.27.1.17.1.1 600)
@@ -1,6 +1,10 @@
# ###
# ### General definitions
# ###
+include $(top_srcdir)/olena/oln/makefile.src
+include $(top_srcdir)/metalic/mlc/makefile.src
+include $(top_srcdir)/integre/ntg/makefile.src
+
EXTRA_DIST = out/exdoc.config.in
olnsrc = $(top_srcdir)/olena/oln
DOXYGEN = doxygen
@@ -9,22 +13,27 @@
IMG_CONV = $(srcdir)/img_conv.pl
CLEANFILES = html.tar.gz \
oln-ref.pdf
-
+HDRS_DEP = $(NTG_DEP)
+HDRS_DEP += $(MLC_DEP)
+HDRS_DEP += $(OLN_DEP)
+VPATH +=
$(top_srcdir)/olena/oln:$(top_srcdir)/integre/ntg:$(top_srcdir)/metalic/mlc:$(top_builddir)/olena/oln
doc: html.tar.gz oln-ref.pdf
-doxy:
- $(EXDOC) --config=$(OUT_DIR)/exdoc.config --output-dir=$(OUT_DIR)
--input-dir=$(top_srcdir)
+html.tar.gz: $(HDRS_DEP)
mkdir -p img
+ $(EXDOC) --config=$(OUT_DIR)/exdoc.config --output-dir=$(OUT_DIR)
--input-dir=$(top_srcdir)/olena
+ cd $(OUT_DIR) && $(MAKE) -f makefile
+ $(EXDOC) --config=$(OUT_DIR)/exdoc.config --output-dir=$(OUT_DIR)
--input-dir=$(top_srcdir)/integre
+ cd $(OUT_DIR) && $(MAKE) -f makefile
+ $(EXDOC) --config=$(OUT_DIR)/exdoc.config --output-dir=$(OUT_DIR)
--input-dir=$(top_srcdir)/metalic
cd $(OUT_DIR) && $(MAKE) -f makefile
$(IMG_CONV) $(top_srcdir)/olena/img img preserve
$(IMG_CONV) img img nopreserve
$(DOXYGEN) doxygen.config
-
-html.tar.gz: doxy
$(TAR) -czf $@ html
-oln-ref.pdf: doxy
+oln-ref.pdf: html.tar.gz
make -C ./latex || echo "Discarding problems..." # FIXME: Find a better way to
use large graph with pdflatex.
cp latex/refman.pdf ./$@
@@ -64,3 +73,6 @@
rm -f $(DESTDIR)$(docdir)/$$p1; \
done
+
+
+
Index: metalic/mlc/Makefile.am
--- metalic/mlc/Makefile.am Fri, 07 Mar 2003 22:34:58 +0100 burrus_n (oln/q/33_Makefile.a
1.7 600)
+++ metalic/mlc/Makefile.am Tue, 13 Apr 2004 13:23:24 +0200 palma_g (oln/q/33_Makefile.a
1.7 600)
@@ -1,24 +1,6 @@
## Process this file with Automake to produce Makefile.in -*- Makefile -*-
+EXTRA_DIST = makefile.src
+include $(srcdir)/makefile.src
mlcdir = $(includedir)/mlc
-nobase_mlc_HEADERS = \
- array/all.hh \
- array/1d.hh \
- array/1d.hxx \
- array/2d.hh \
- array/2d.hxx \
- array/3d.hh \
- array/3d.hxx \
- array/objs.hh \
- array/nd.hh \
- bool.hh \
- cmp.hh \
- config/system.hh \
- contract.hh \
- is_a.hh \
- loop.hh \
- math.hh \
- objs.hh \
- optional.hh \
- type.hh \
- typeadj.hh
+nobase_mlc_HEADERS = $(MLC_DEP)
Index: integre/ntg/Makefile.am
--- integre/ntg/Makefile.am Fri, 19 Mar 2004 11:53:50 +0100 van-vl_n (oln/q/36_Makefile.a
1.8.1.2 600)
+++ integre/ntg/Makefile.am Tue, 13 Apr 2004 13:23:09 +0200 palma_g (oln/q/36_Makefile.a
1.8.1.2 600)
@@ -1,5 +1,9 @@
## Process this file with Automake to produce Makefile.in -*- Makefile -*-
+EXTRA_DIST = makefile.src
+
+include $(srcdir)/makefile.src
+
ntgdir = $(includedir)/ntg
nobase_ntg_HEADERS = \
all.hh \
Index: olena/oln/Makefile.am
--- olena/oln/Makefile.am Wed, 07 Apr 2004 19:04:46 +0200 thivol_d (oln/q/47_Makefile.a
1.3.1.1.1.6.1.7.1.7 600)
+++ olena/oln/Makefile.am Tue, 13 Apr 2004 13:22:51 +0200 palma_g (oln/q/47_Makefile.a
1.3.1.1.1.6.1.7.1.7 600)
@@ -3,228 +3,10 @@
###
### Olena headers
###
+EXTRA_DIST = makefile.src
+
+include $(srcdir)/makefile.src
olndir = $(includedir)/oln
-nobase_oln_HEADERS = \
- arith/internal/opdecls.hh \
- arith/logic.hh \
- arith/ops.hh \
- basics.hh \
- basics1d.hh \
- basics2d.hh \
- basics3d.hh \
- config/system.hh \
- config/pconf.hh \
- convert/basics.hh \
- convert/bound.hh \
- convert/cast.hh \
- convert/abstract/colorconv.hh \
- convert/abstract/conversion.hh \
- convert/conversion.hh \
- convert/conversion_ng_se.hh \
- convert/force.hh \
- convert/nrgbxyz.hh \
- convert/rgbyiq.hh \
- convert/rgbyuv.hh \
- convert/rgbhsi.hh \
- convert/rgbhsl.hh \
- convert/rgbhsv.hh \
- convert/rgbnrgb.hh \
- convert/rgbxyz.hh \
- convert/stretch.hh \
- convert/value_to_point.hh \
- convol/convolution.hh \
- convol/fast_gaussian.hh \
- convol/fast_gaussian.hxx \
- convol/fast_gaussian_coefficient.hh \
- convol/nagao.hh \
- convol/nagao.hxx \
- core/abstract/binary_image.hh \
- core/abstract/behavior.hh \
- core/abstract/dpoint.hh \
- core/abstract/image.hh \
- core/abstract/image_size.hh \
- core/abstract/image_with_dim.hh \
- core/abstract/image_with_impl.hh \
- core/abstract/image_with_type.hh \
- core/abstract/image_with_type_with_dim.hh \
- core/abstract/iter.hh \
- core/abstract/iter1d.hh \
- core/abstract/iter2d.hh \
- core/abstract/iter3d.hh \
- core/abstract/neighborhood.hh \
- core/abstract/neighborhoodnd.hh \
- core/abstract/point.hh \
- core/abstract/struct_elt.hh \
- core/abstract/w_window.hh \
- core/abstract/w_windownd.hh \
- core/abstract/window.hh \
- core/abstract/window_base.hh \
- core/abstract/windownd.hh \
- core/behavior.hh \
- core/accum.hh \
- core/apply.hh \
- core/box.hh \
- core/box.hxx \
- core/bkd_iter1d.hh \
- core/bkd_iter2d.hh \
- core/bkd_iter3d.hh \
- core/compose.hh \
- core/coord.hh \
- core/dpoint1d.hh \
- core/dpoint1d.hxx \
- core/dpoint2d.hh \
- core/dpoint2d.hxx \
- core/dpoint3d.hh \
- core/dpoint3d.hxx \
- core/fold.hh \
- core/fwd_iter1d.hh \
- core/fwd_iter2d.hh \
- core/fwd_iter3d.hh \
- core/generate.hh \
- core/image.hh \
- core/image1d.hh \
- core/image1d_size.hh \
- core/image2d.hh \
- core/image2d_size.hh \
- core/image3d.hh \
- core/image3d_size.hh \
- core/impl/image_impl.hh \
- core/impl/image_array.hh \
- core/impl/image_array1d.hh \
- core/impl/image_array2d.hh \
- core/impl/image_array3d.hh \
- core/internal/fake.hh \
- core/macros.hh \
- core/neighborhood1d.hh \
- core/neighborhood2d.hh \
- core/neighborhood3d.hh \
- core/point1d.hh \
- core/point1d.hxx \
- core/point2d.hh \
- core/point2d.hxx \
- core/point3d.hh \
- core/point3d.hxx \
- core/traverse.hh \
- core/w_window1d.hh \
- core/w_window2d.hh \
- core/w_window3d.hh \
- core/window1d.hh \
- core/window2d.hh \
- core/window3d.hh \
- core/winiter.hh \
- core/winneighb.hh \
- io/base.hh \
- io/basics.hh \
- io/file.hh \
- io/gz.hh \
- io/gz_stream.hh \
- io/image.hh \
- io/image_base.hh \
- io/image_read.hh \
- io/image_write.hh \
- io/pnm_common.hh \
- io/pnm_read.hh \
- io/pnm_read_2d.hh \
- io/pnm_read_3d.hh \
- io/pnm_read_data.hh \
- io/pnm_write.hh \
- io/pnm_write_2d.hh \
- io/pnm_write_3d.hh \
- io/pnm_write_data.hh \
- io/readable.hh \
- io/se.hh \
- io/se_neighborhood.hh \
- io/se_window.hh \
- io/stream_wrapper.hh \
- io/utils.hh \
- level/cc.hh \
- level/compare.hh \
- level/connected.hh \
- level/fill.hh \
- level/invert.hh \
- level/lut.hh \
- level/set_level.hh \
- level/threshold.hh \
- math/macros.hh \
- morpher/color_morpher.hh \
- morpher/generic_morpher.hh \
- morpher/iter_morpher.hh \
- morpher/piece_morpher.hh \
- morpher/slicing_morpher.hh \
- morpher/subq_morpher.hh \
- morpho/attribute_closing_opening.hh \
- morpho/attribute_closing_opening_map.hxx \
- morpho/attribute_closing_opening_map.hh \
- morpho/attributes.hh \
- morpho/attribute_union_find.hh \
- morpho/closing.hh \
- morpho/closing.inc \
- morpho/dilation.hh \
- morpho/environments.hh \
- morpho/erosion.hh \
- morpho/extrema.hh \
- morpho/extrema.hxx \
- morpho/extrema_killer.hh \
- morpho/fast_morpho.hh \
- morpho/fast_morpho.hxx \
- morpho/geodesic_dilation.hh \
- morpho/geodesic_erosion.hh \
- morpho/gradient.hh \
- morpho/gradient.inc \
- morpho/hit_or_miss.hh \
- morpho/hit_or_miss.inc \
- morpho/laplacian.hh \
- morpho/laplacian.inc \
- morpho/minmax.hh \
- morpho/opening.hh \
- morpho/opening.inc \
- morpho/reconstruction.hh \
- morpho/splitse.hh \
- morpho/stat.hh \
- morpho/thinning.hh \
- morpho/thinning.inc \
- morpho/thickening.hh \
- morpho/thickening.inc \
- morpho/top_hat.hh \
- morpho/top_hat.inc \
- morpho/watershed.hh \
- morpho/watershed.hxx \
- topo/combinatorial-map/cmap.hh \
- topo/combinatorial-map/internal/allfunc.hh \
- topo/combinatorial-map/internal/alpha.hh \
- topo/combinatorial-map/internal/anyfunc.hh \
- topo/combinatorial-map/internal/beta.hh \
- topo/combinatorial-map/internal/lambda.hh \
- topo/combinatorial-map/internal/level.hh \
- topo/combinatorial-map/internal/sigma.hh \
- topo/combinatorial-map/internal/zeta.hh \
- topo/dmap.hh \
- topo/dmap.hxx \
- topo/inter-pixel/bkd-dir-iter.hh \
- topo/inter-pixel/fwd-dir-iter.hh \
- topo/inter-pixel/inter-pixel.hh \
- topo/inter-pixel/node.hh \
- topo/inter-pixel/internal/dir-iter.hh \
- topo/inter-pixel/internal/dir.hh \
- topo/tarjan/flat-zone.hh \
- topo/tarjan/tarjan.hh \
- topo/tarjan/tarjan_with_attr.hh \
- topo/tarjan/union.hh \
- transforms/fft.hh \
- transforms/dwt.hh \
- transforms/wavelet_coeffs.hh \
- utils/copy.hh \
- utils/key.hh \
- utils/key.hxx \
- utils/md5.hh \
- utils/md5.hxx \
- utils/buffer.hh \
- utils/buffer.hxx \
- utils/histogram.hh \
- utils/se_stat.hh \
- utils/se_stat.hxx \
- utils/stat.hh \
- utils/special_points.hh \
- utils/timer.hh
+nobase_oln_HEADERS = $(OLN_DEP)
Index: doc/ref/doxygen.config.in
--- doc/ref/doxygen.config.in Thu, 25 Mar 2004 15:00:37 +0100 palma_g (oln/v/29_doxygen.co
1.4 600)
+++ doc/ref/doxygen.config.in Mon, 12 Apr 2004 16:08:27 +0200 palma_g (oln/v/29_doxygen.co
1.4 600)
@@ -57,7 +57,9 @@
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = @top_srcdir@/
+INPUT = @top_srcdir@/olena \
+ @top_srcdir@/integre \
+ @top_srcdir@/metalic
FILE_PATTERNS = *.hh \
*.hxx \
*.cc
@@ -71,7 +73,7 @@
EXAMPLE_PATH =
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = NO
-IMAGE_PATH = @top_builddir@doc/ref/img/
+IMAGE_PATH = @top_builddir@/doc/ref/img/
INPUT_FILTER =
FILTER_SOURCE_FILES = NO
#---------------------------------------------------------------------------
Index: integre/ntg/makefile.src
--- integre/ntg/makefile.src Tue, 13 Apr 2004 13:41:56 +0200 palma_g ()
+++ integre/ntg/makefile.src Mon, 12 Apr 2004 15:49:19 +0200 palma_g (oln/r/2_makefile.s
644)
@@ -0,0 +1,63 @@
+##
+## List of headers in integre
+## Include this file to have access to their name.
+##
+
+NTG_DEP = \
+ all.hh \
+ basics.hh \
+ bin.hh \
+ color.hh \
+ color/color.hh \
+ color/hsi.hh \
+ color/hsl.hh \
+ color/hsv.hh \
+ color/nrgb.hh \
+ color/rgb.hh \
+ color/xyz.hh \
+ color/yiq.hh \
+ color/yuv.hh \
+ config/math.hh \
+ config/system.hh \
+ core/abstract_hierarchy.hh \
+ real/behavior.hh \
+ core/contract.hh \
+ core/internal/global_ops.hh \
+ core/internal/global_ops_defs.hh \
+ core/internal/global_ops_traits.hh \
+ core/internal/macros.hh \
+ core/internal/traits.hh \
+ core/interval.hh \
+ core/macros.hh \
+ core/pred_succ.hh \
+ core/predecls.hh \
+ core/type.hh \
+ core/type_traits.hh \
+ core/value.hh \
+ cplx.hh \
+ cycle.hh \
+ enum/bin.hh \
+ enum/builtin_bool.hh \
+ enum/enum_value.hh \
+ float.hh \
+ int.hh \
+ range.hh \
+ real/builtin_int.hh \
+ real/builtin_float.hh \
+ real/builtin_properties.hh \
+ real/cycle.hh \
+ real/int_s.hh \
+ real/int_u.hh \
+ real/optraits_builtin_int.hh \
+ real/optraits_real.hh \
+ real/optraits_real_defs.hh \
+ real/range.hh \
+ real/real_value.hh \
+ real/typetraits_builtin_int.hh \
+ utils/cast.hh \
+ utils/debug.hh \
+ vec.hh \
+ vect/cplx.hh \
+ vect/cplx_representation.hh \
+ vect/vec.hh \
+ vect/vect_value.hh
Index: metalic/mlc/makefile.src
--- metalic/mlc/makefile.src Tue, 13 Apr 2004 13:41:56 +0200 palma_g ()
+++ metalic/mlc/makefile.src Mon, 12 Apr 2004 15:49:21 +0200 palma_g (oln/r/3_makefile.s
644)
@@ -0,0 +1,26 @@
+##
+## List of headers in metalic
+## Include this file to have access to their name.
+##
+
+MLC_DEP = \
+ array/all.hh \
+ array/1d.hh \
+ array/1d.hxx \
+ array/2d.hh \
+ array/2d.hxx \
+ array/3d.hh \
+ array/3d.hxx \
+ array/objs.hh \
+ array/nd.hh \
+ bool.hh \
+ cmp.hh \
+ config/system.hh \
+ contract.hh \
+ is_a.hh \
+ loop.hh \
+ math.hh \
+ objs.hh \
+ optional.hh \
+ type.hh \
+ typeadj.hh
Index: olena/oln/makefile.src
--- olena/oln/makefile.src Tue, 13 Apr 2004 13:41:56 +0200 palma_g ()
+++ olena/oln/makefile.src Mon, 12 Apr 2004 15:49:25 +0200 palma_g (oln/r/4_makefile.s
644)
@@ -0,0 +1,227 @@
+##
+## List of headers in olena
+## Include this file to have access to their name.
+##
+
+OLN_DEP = \
+ arith/internal/opdecls.hh \
+ arith/logic.hh \
+ arith/ops.hh \
+ basics.hh \
+ basics1d.hh \
+ basics2d.hh \
+ basics3d.hh \
+ config/system.hh \
+ config/pconf.hh \
+ convert/basics.hh \
+ convert/bound.hh \
+ convert/cast.hh \
+ convert/abstract/colorconv.hh \
+ convert/abstract/conversion.hh \
+ convert/conversion.hh \
+ convert/conversion_ng_se.hh \
+ convert/force.hh \
+ convert/nrgbxyz.hh \
+ convert/rgbyiq.hh \
+ convert/rgbyuv.hh \
+ convert/rgbhsi.hh \
+ convert/rgbhsl.hh \
+ convert/rgbhsv.hh \
+ convert/rgbnrgb.hh \
+ convert/rgbxyz.hh \
+ convert/stretch.hh \
+ convert/value_to_point.hh \
+ convol/convolution.hh \
+ convol/fast_gaussian.hh \
+ convol/fast_gaussian.hxx \
+ convol/fast_gaussian_coefficient.hh \
+ convol/nagao.hh \
+ convol/nagao.hxx \
+ core/abstract/binary_image.hh \
+ core/abstract/behavior.hh \
+ core/abstract/dpoint.hh \
+ core/abstract/image.hh \
+ core/abstract/image_size.hh \
+ core/abstract/image_with_dim.hh \
+ core/abstract/image_with_impl.hh \
+ core/abstract/image_with_type.hh \
+ core/abstract/image_with_type_with_dim.hh \
+ core/abstract/iter.hh \
+ core/abstract/iter1d.hh \
+ core/abstract/iter2d.hh \
+ core/abstract/iter3d.hh \
+ core/abstract/neighborhood.hh \
+ core/abstract/neighborhoodnd.hh \
+ core/abstract/point.hh \
+ core/abstract/struct_elt.hh \
+ core/abstract/w_window.hh \
+ core/abstract/w_windownd.hh \
+ core/abstract/window.hh \
+ core/abstract/window_base.hh \
+ core/abstract/windownd.hh \
+ core/behavior.hh \
+ core/accum.hh \
+ core/apply.hh \
+ core/box.hh \
+ core/box.hxx \
+ core/bkd_iter1d.hh \
+ core/bkd_iter2d.hh \
+ core/bkd_iter3d.hh \
+ core/compose.hh \
+ core/coord.hh \
+ core/dpoint1d.hh \
+ core/dpoint1d.hxx \
+ core/dpoint2d.hh \
+ core/dpoint2d.hxx \
+ core/dpoint3d.hh \
+ core/dpoint3d.hxx \
+ core/fold.hh \
+ core/fwd_iter1d.hh \
+ core/fwd_iter2d.hh \
+ core/fwd_iter3d.hh \
+ core/generate.hh \
+ core/image.hh \
+ core/image1d.hh \
+ core/image1d_size.hh \
+ core/image2d.hh \
+ core/image2d_size.hh \
+ core/image3d.hh \
+ core/image3d_size.hh \
+ core/impl/image_impl.hh \
+ core/impl/image_array.hh \
+ core/impl/image_array1d.hh \
+ core/impl/image_array2d.hh \
+ core/impl/image_array3d.hh \
+ core/internal/fake.hh \
+ core/macros.hh \
+ core/neighborhood1d.hh \
+ core/neighborhood2d.hh \
+ core/neighborhood3d.hh \
+ core/point1d.hh \
+ core/point1d.hxx \
+ core/point2d.hh \
+ core/point2d.hxx \
+ core/point3d.hh \
+ core/point3d.hxx \
+ core/traverse.hh \
+ core/w_window1d.hh \
+ core/w_window2d.hh \
+ core/w_window3d.hh \
+ core/window1d.hh \
+ core/window2d.hh \
+ core/window3d.hh \
+ core/winiter.hh \
+ core/winneighb.hh \
+ io/base.hh \
+ io/basics.hh \
+ io/file.hh \
+ io/gz.hh \
+ io/gz_stream.hh \
+ io/image.hh \
+ io/image_base.hh \
+ io/image_read.hh \
+ io/image_write.hh \
+ io/pnm_common.hh \
+ io/pnm_read.hh \
+ io/pnm_read_2d.hh \
+ io/pnm_read_3d.hh \
+ io/pnm_read_data.hh \
+ io/pnm_write.hh \
+ io/pnm_write_2d.hh \
+ io/pnm_write_3d.hh \
+ io/pnm_write_data.hh \
+ io/readable.hh \
+ io/se.hh \
+ io/se_neighborhood.hh \
+ io/se_window.hh \
+ io/stream_wrapper.hh \
+ io/utils.hh \
+ level/cc.hh \
+ level/compare.hh \
+ level/connected.hh \
+ level/fill.hh \
+ level/invert.hh \
+ level/lut.hh \
+ level/set_level.hh \
+ level/threshold.hh \
+ math/macros.hh \
+ morpher/color_morpher.hh \
+ morpher/generic_morpher.hh \
+ morpher/iter_morpher.hh \
+ morpher/piece_morpher.hh \
+ morpher/slicing_morpher.hh \
+ morpher/subq_morpher.hh \
+ morpho/attribute_closing_opening.hh \
+ morpho/attribute_closing_opening_map.hxx \
+ morpho/attribute_closing_opening_map.hh \
+ morpho/attributes.hh \
+ morpho/attribute_union_find.hh \
+ morpho/closing.hh \
+ morpho/closing.inc \
+ morpho/dilation.hh \
+ morpho/environments.hh \
+ morpho/erosion.hh \
+ morpho/extrema.hh \
+ morpho/extrema.hxx \
+ morpho/extrema_killer.hh \
+ morpho/fast_morpho.hh \
+ morpho/fast_morpho.hxx \
+ morpho/geodesic_dilation.hh \
+ morpho/geodesic_erosion.hh \
+ morpho/gradient.hh \
+ morpho/gradient.inc \
+ morpho/hit_or_miss.hh \
+ morpho/hit_or_miss.inc \
+ morpho/laplacian.hh \
+ morpho/laplacian.inc \
+ morpho/minmax.hh \
+ morpho/opening.hh \
+ morpho/opening.inc \
+ morpho/reconstruction.hh \
+ morpho/splitse.hh \
+ morpho/stat.hh \
+ morpho/thinning.hh \
+ morpho/thinning.inc \
+ morpho/thickening.hh \
+ morpho/thickening.inc \
+ morpho/top_hat.hh \
+ morpho/top_hat.inc \
+ morpho/watershed.hh \
+ morpho/watershed.hxx \
+ topo/combinatorial-map/cmap.hh \
+ topo/combinatorial-map/internal/allfunc.hh \
+ topo/combinatorial-map/internal/alpha.hh \
+ topo/combinatorial-map/internal/anyfunc.hh \
+ topo/combinatorial-map/internal/beta.hh \
+ topo/combinatorial-map/internal/lambda.hh \
+ topo/combinatorial-map/internal/level.hh \
+ topo/combinatorial-map/internal/sigma.hh \
+ topo/combinatorial-map/internal/zeta.hh \
+ topo/dmap.hh \
+ topo/dmap.hxx \
+ topo/inter-pixel/bkd-dir-iter.hh \
+ topo/inter-pixel/fwd-dir-iter.hh \
+ topo/inter-pixel/inter-pixel.hh \
+ topo/inter-pixel/node.hh \
+ topo/inter-pixel/internal/dir-iter.hh \
+ topo/inter-pixel/internal/dir.hh \
+ topo/tarjan/flat-zone.hh \
+ topo/tarjan/tarjan.hh \
+ topo/tarjan/tarjan_with_attr.hh \
+ topo/tarjan/union.hh \
+ transforms/fft.hh \
+ transforms/dwt.hh \
+ transforms/wavelet_coeffs.hh \
+ utils/copy.hh \
+ utils/key.hh \
+ utils/key.hxx \
+ utils/md5.hh \
+ utils/md5.hxx \
+ utils/buffer.hh \
+ utils/buffer.hxx \
+ utils/histogram.hh \
+ utils/se_stat.hh \
+ utils/se_stat.hxx \
+ utils/stat.hh \
+ utils/special_points.hh \
+ utils/timer.hh
--
Giovanni Palma
EPITA - promo 2005 - membre d'EpX - LRDE
Mob. : +33 (0)6 60 97 31 74
Show replies by date
Giovanni Palma <giovanni(a)lrde.epita.fr> writes:
Index: doc/ChangeLog
from Giovanni Palma <giovanni(a)lrde.epita.fr>
[...]
Cool, et ca marche :)
--
Damien Thivolle
damien.thivolle(a)lrde.epita.fr