Skip to content
  • Thierry Geraud's avatar
    Move alias files from mln/core/ to mln/core/alias/. · b157af3b
    Thierry Geraud authored
    	* mln/core/neighb1d.hh,
    	* mln/core/dpoint1d.hh,
    	* mln/core/neighb2d.hh,
    	* mln/core/neighb3d.hh,
    	* mln/core/dpoint2d.hh,
    	* mln/core/dpoint3d.hh,
    	* mln/core/point1d.hh,
    	* mln/core/point2d.hh,
    	* mln/core/point3d.hh,
    	* mln/core/w_window1d_int.hh,
    	* mln/core/window1d.hh,
    	* mln/core/w_window2d_int.hh,
    	* mln/core/window2d.hh,
    	* mln/core/w_window3d_int.hh,
    	* mln/core/window3d.hh,
    	* mln/core/w_window2d_float.hh,
    	* mln/core/dpoint2d_h.hh,
    	* mln/core/box1d.hh,
    	* mln/core/box2d.hh,
    	* mln/core/box3d.hh,
    	* mln/core/box2d_h.hh,
    	* mln/core/point2d_h.hh,
    	* mln/core/w_window1d_float.hh,
    	* mln/core/w_window3d_float.hh: Rename as...
    	* mln/core/alias/neighb1d.hh,
    	* mln/core/alias/neighb2d.hh,
    	* mln/core/alias/dpoint1d.hh,
    	* mln/core/alias/neighb3d.hh,
    	* mln/core/alias/dpoint2d.hh,
    	* mln/core/alias/dpoint3d.hh,
    	* mln/core/alias/box2d_h.hh,
    	* mln/core/alias/point2d_h.hh,
    	* mln/core/alias/dpoint2d_h.hh,
    	* mln/core/alias/w_window1d_int.hh,
    	* mln/core/alias/window1d.hh,
    	* mln/core/alias/w_window2d_int.hh,
    	* mln/core/alias/window2d.hh,
    	* mln/core/alias/window3d.hh,
    	* mln/core/alias/w_window3d_int.hh,
    	* mln/core/alias/w_window1d_float.hh,
    	* mln/core/alias/w_window2d_float.hh,
    	* mln/core/alias/w_window3d_float.hh,
    	* mln/core/alias/box1d.hh,
    	* mln/core/alias/point1d.hh,
    	* mln/core/alias/box2d.hh,
    	* mln/core/alias/box3d.hh,
    	* mln/core/alias/point2d.hh,
    	* mln/core/alias/point3d.hh: ...these.
    	Update guards and includes.
    	
    	* tools/seed2tiling.cc,
    	* tools/area_flooding.cc,
    	* tests/core/w_window1d_int.cc,
    	* tests/core/graph_elt_neighborhood.cc,
    	* tests/core/neighb.cc,
    	* tests/core/window1d.cc,
    	* tests/core/window2d.cc,
    	* tests/core/w_window2d_int.cc,
    	* tests/core/w_window3d_int.cc,
    	* tests/core/window3d.cc,
    	* tests/core/graph_image_wst.cc,
    	* tests/core/p_priority_queue.cc,
    	* tests/core/complex_image.cc,
    	* tests/core/p_priority_queue_fast_with_array.cc,
    	* tests/core/p_set.cc,
    	* tests/core/mono_rle_image.cc,
    	* tests/core/point_set_compatibility.cc,
    	* tests/core/obased_rle_image.cc,
    	* tests/core/graph_image.cc,
    	* tests/core/box1d.cc,
    	* tests/core/box2d.cc,
    	* tests/core/box3d.cc,
    	* tests/core/p_queue_fast.cc,
    	* tests/core/p_bgraph.cc,
    	* tests/core/mono_obased_rle_image.cc,
    	* tests/core/graph_elt_window.cc,
    	* tests/core/p_array.cc,
    	* tests/core/sparse_image.cc,
    	* tests/core/dpoint1d.cc,
    	* tests/core/dpoint2d.cc,
    	* tests/core/dpoint3d.cc,
    	* tests/core/clock_test.cc,
    	* tests/core/line_graph_elt_window.cc,
    	* tests/core/value_enc_image.cc,
    	* tests/core/line_graph_elt_neighborhood.cc,
    	* tests/core/p_queue.cc,
    	* tests/core/line_graph_image.cc,
    	* tests/core/point1d.cc,
    	* tests/core/point2d.cc,
    	* tests/core/point3d.cc,
    	* tests/core/p_priority_queue_fast.cc,
    	* tests/core/rle_image.cc,
    	* tests/core/h_vec.cc,
    	* tests/neighb/image.cc,
    	* tests/draw/label.cc,
    	* tests/draw/graph.cc,
    	* tests/linear/convolve.cc,
    	* tests/linear/line_convolve.cc,
    	* tests/linear/local/convolve.cc,
    	* tests/accu/all_accus.cc,
    	* tests/accu/bbox.cc,
    	* tests/convert/to_p_set.cc,
    	* tests/convert/to_p_array.cc,
    	* tests/convert/to_image.cc,
    	* tests/convert/to_window.cc,
    	* tests/pw/image.cc,
    	* tests/geom/sym.cc,
    	* tests/geom/seed2tiling_roundness.cc,
    	* tests/geom/seed2tiling.cc,
    	* tests/geom/shift.cc,
    	* tests/geom/pmin_pmax.cc,
    	* tests/geom/bbox.cc,
    	* tests/set/uni.cc,
    	* tests/set/sym_diff.cc,
    	* tests/set/inter.cc,
    	* tests/set/is_subset_of.cc,
    	* tests/set/diff.cc,
    	* tests/morpho/meyer_wst_long.cc,
    	* tests/morpho/artificial_line_graph_image_wst.cc,
    	* tests/morpho/rank_filter.cc,
    	* tests/morpho/dilation.cc,
    	* tests/morpho/line_graph_image_wst.cc,
    	* tests/morpho/meyer_wst.cc,
    	* tests/morpho/thinning.cc,
    	* tests/morpho/erosion.cc,
    	* tests/morpho/dilation_max_h.cc,
    	* tests/morpho/hit_or_miss.cc,
    	* tests/morpho/combined.cc,
    	* tests/morpho/gradient_elementary.cc,
    	* tests/morpho/closing_volume.cc,
    	* tests/morpho/closing_area.cc,
    	* tests/morpho/closing_height.cc,
    	* tests/morpho/opening_volume.cc,
    	* tests/morpho/opening_area.cc,
    	* tests/morpho/lena_line_graph_image_wst1.cc,
    	* tests/morpho/opening_height.cc,
    	* tests/morpho/erosion_min_h.cc,
    	* tests/morpho/lena_line_graph_image_wst2.cc,
    	* tests/display/show.cc,
    	* tests/display/save_and_show.cc,
    	* tests/canvas/chamfer.cc,
    	* tests/util/ordpair.cc,
    	* tests/labeling/regional_maxima.cc,
    	* tests/labeling/background.cc,
    	* tests/labeling/blobs.cc,
    	* tests/labeling/flat_zones.cc,
    	* tests/labeling/level.cc,
    	* tests/labeling/foreground.cc,
    	* tests/labeling/regional_minima.cc,
    	* apps/statues/mesh-segm.cc,
    	* apps/statues/mesh-skel.cc,
    	* doc/tutorial/examples/sub_image.cc,
    	* doc/tutorial/examples/image_if.cc,
    	* doc/tutorial/examples/p_vaccess.cc,
    	* doc/tutorial/examples/window.cc,
    	* doc/tutorial/examples/image2d.cc,
    	* doc/examples/labeling_algo.cc,
    	* mln/debug/println_with_border.hh,
    	* mln/core/p_image2d_pixter.hh,
    	* mln/core/image/translate_image.hh,
    	* mln/core/image/hexa.hh,
    	* mln/core/image/hexa_piter.hh,
    	* mln/core/image/image1d.hh,
    	* mln/core/image/fi_adaptor.hh,
    	* mln/core/image/image2d.hh,
    	* mln/core/image/image3d.hh,
    	* mln/core/p_image2d.hh,
    	* mln/core/clock_neighb2d.hh,
    	* mln/core/lazy_image.hh,
    	* mln/core/site_set/line2d.hh,
    	* mln/core/pixter1d.hh,
    	* mln/core/pixter2d.hh,
    	* mln/core/pixter3d.hh,
    	* mln/core/alias/p_run2d.hh,
    	* mln/draw/box.hh,
    	* mln/level/was.median.hh,
    	* mln/level/median.hh,
    	* mln/level/naive/median.hh,
    	* mln/level/fast_median.hh,
    	* mln/linear/gaussian.hh,
    	* mln/make/dpoint1d.hh,
    	* mln/make/dpoint2d.hh,
    	* mln/make/dpoint3d.hh,
    	* mln/make/dpoint2d_h.hh,
    	* mln/make/box1d.hh,
    	* mln/make/box2d.hh,
    	* mln/make/point1d.hh,
    	* mln/make/point2d.hh,
    	* mln/make/box3d.hh,
    	* mln/make/point3d.hh,
    	* mln/make/win_chamfer.hh,
    	* mln/make/w_window1d.hh,
    	* mln/make/w_window2d.hh,
    	* mln/make/w_window3d.hh,
    	* mln/make/box2d_h.hh,
    	* mln/make/point2d_h.hh,
    	* mln/make/window1d.hh,
    	* mln/make/w_window1d_int.hh,
    	* mln/make/w_window2d_int.hh,
    	* mln/make/window2d.hh,
    	* mln/make/window3d.hh,
    	* mln/make/w_window3d_int.hh,
    	* mln/geom/chamfer.hh,
    	* mln/fun/p2b/chess.hh,
    	* mln/win/cube3d.hh,
    	* mln/win/diag2d.hh,
    	* mln/win/backdiag2d.hh,
    	* mln/win/cuboid3d.hh,
    	* mln/win/octagon2d.hh,
    	* mln/win/disk2d.hh,
    	* mln/morpho/erosion_fast.hh,
    	* mln/morpho/line_gradient.hh,
    	* mln/morpho/dilation_fast.hh,
    	* mln/io/pfm/save.hh,
    	* mln/io/pnm/save.hh,
    	* sandbox/duhamel/main_mesh_image.cc,
    	* sandbox/duhamel/graph_labeling.hh,
    	* sandbox/duhamel/translate_image.hh,
    	* sandbox/duhamel/labeling_level_generic_10000x1000.cc,
    	* sandbox/duhamel/slow_seed2tiling.cc,
    	* sandbox/duhamel/labeling_algo.cc,
    	* sandbox/duhamel/main.cc,
    	* sandbox/duhamel/color_sub.cc,
    	* sandbox/duhamel/labeling_level_fast_10000x1000.cc,
    	* sandbox/duhamel/chamfer.cc,
    	* sandbox/duhamel/labeling_level_fast.cc,
    	* sandbox/duhamel/labeling_algo.hh,
    	* sandbox/duhamel/mesh_image.hh,
    	* sandbox/duhamel/chamfer.hh,
    	* sandbox/duhamel/draw_mesh.hh,
    	* sandbox/duhamel/labeling_level.hh,
    	* sandbox/pellegrin/set/test/p_queue_fast.cc,
    	* sandbox/pellegrin/set/test/p_priority_queue_fast.cc,
    	* sandbox/pellegrin/set/test/p_bgraph.cc,
    	* sandbox/pellegrin/set/test/p_queue.cc,
    	* sandbox/pellegrin/set/test/p_priority_queue.cc,
    	* sandbox/pellegrin/set/test/p_set.cc,
    	* sandbox/pellegrin/set/test/p_priority_queue_fast_with_array.cc,
    	* sandbox/pellegrin/set/core/line2d.hh,
    	* sandbox/aroumougame/skeleton/mesh-skel_region.cc,
    	* sandbox/aroumougame/skeleton/test.cc,
    	* sandbox/aroumougame/skeleton/neighborhood1.hh,
    	* sandbox/aroumougame/skeleton/mesh-skel.cc,
    	* sandbox/aroumougame/skeleton/test_image3d.cc,
    	* sandbox/nivault/plugin-gimp/src/gimp-image.hh,
    	* sandbox/nivault/plugin-gimp/src/build-image.hh,
    	* sandbox/nivault/extract_score.cc,
    	* sandbox/nivault/extract_character.cc,
    	* sandbox/nivault/median.hh,
    	* sandbox/geraud/fllt/fllt.hh,
    	* sandbox/geraud/fllt/fllt.svg.1.cc,
    	* sandbox/geraud/fllt/fllt.svg.7.hh,
    	* sandbox/geraud/fllt/fllt.svg.2.cc,
    	* sandbox/geraud/fllt/fllt.svg.3.cc,
    	* sandbox/geraud/fllt/fllt.svg.4.cc,
    	* sandbox/geraud/fllt/fllt.svg.5.cc,
    	* sandbox/geraud/fllt/fllt.svg.6.cc,
    	* sandbox/geraud/fllt/fllt_test.hh,
    	* sandbox/geraud/fllt.svg.7.hh,
    	* sandbox/geraud/dmap.cc,
    	* sandbox/geraud/fllt.svg.6.cc,
    	* sandbox/geraud/win_fun.cc,
    	* sandbox/geraud/irm.cc,
    	* sandbox/geraud/cs2d/tuto.cc,
    	* sandbox/geraud/cs2d/kruskal.cc,
    	* sandbox/geraud/cs2d/dbl_neighb.cc,
    	* sandbox/geraud/cs2d/cs2d.hh,
    	* sandbox/geraud/cs2d/tuto_bis.cc,
    	* sandbox/geraud/max_tree_nnodes.cc,
    	* sandbox/vigouroux/convert/value_to_point.hh,
    	* sandbox/vigouroux/yuv/get_blue.hh,
    	* sandbox/vigouroux/yuv/get_red.hh,
    	* sandbox/vigouroux/yuv/rgb_to_yuv.hh,
    	* sandbox/vigouroux/yuv/get_green.hh,
    	* sandbox/vigouroux/hsi/get_blue.hh,
    	* sandbox/vigouroux/hsi/get_red.hh,
    	* sandbox/vigouroux/hsi/rgb_to_hsi.hh,
    	* sandbox/vigouroux/hsi/get_green.hh,
    	* sandbox/vigouroux/function.hh,
    	* sandbox/vigouroux/tests.cc,
    	* sandbox/vigouroux/cmy/rgb_to_cmy.hh,
    	* sandbox/vigouroux/cmy/get_blue.hh,
    	* sandbox/vigouroux/cmy/fun.hh,
    	* sandbox/vigouroux/cmy/get_green.hh,
    	* sandbox/vigouroux/xyz/rgb_to_xyz.hh,
    	* sandbox/vigouroux/xyz/get_blue.hh,
    	* sandbox/vigouroux/xyz/get_red.hh,
    	* sandbox/vigouroux/xyz/get_green.hh,
    	* sandbox/vigouroux/yiq/get_blue.hh,
    	* sandbox/vigouroux/yiq/get_red.hh,
    	* sandbox/vigouroux/yiq/rgb_to_yiq.hh,
    	* sandbox/vigouroux/yiq/get_green.hh,
    	* sandbox/vigouroux/load.cc,
    	* sandbox/vigouroux/conv/getred.hh,
    	* sandbox/vigouroux/conv/tored.hh,
    	* sandbox/vigouroux/conv/torgb.hh,
    	* sandbox/vigouroux/conv/rgbto.hh,
    	* sandbox/vigouroux/color/rgb_to_hsl.hh,
    	* sandbox/vigouroux/color/rgb_to_cmy.hh,
    	* sandbox/vigouroux/color/rgb_to_xyz.hh,
    	* sandbox/vigouroux/color/tests.cc,
    	* sandbox/vigouroux/color/rgb_to_hsv.hh,
    	* sandbox/vigouroux/color/rgb_to_yiq.hh,
    	* sandbox/vigouroux/color/rgb_to_hsi.hh,
    	* sandbox/vigouroux/color/rgb_to_yuv.hh,
    	* sandbox/garrigues/level_set.hh,
    	* sandbox/garrigues/fllt/test_fllt_lena_tiles.cc,
    	* sandbox/garrigues/fllt/test_fllt10.cc,
    	* sandbox/garrigues/fllt/lower.hh,
    	* sandbox/garrigues/fllt/test_fllt12.cc,
    	* sandbox/garrigues/fllt/upper.hh,
    	* sandbox/garrigues/fllt/fllt_simple.svg.1.cc,
    	* sandbox/garrigues/fllt/fllt_simple.svg.3.cc,
    	* sandbox/garrigues/fllt/fllt_simple.cc,
    	* sandbox/garrigues/fllt/test_fllt10_inv.cc,
    	* sandbox/garrigues/fllt/fllt_theo.cc,
    	* sandbox/garrigues/fllt/test_fllt3.cc,
    	* sandbox/garrigues/fllt/test_fllt5.cc,
    	* sandbox/garrigues/fllt/test_fllt7.cc,
    	* sandbox/garrigues/fllt/test_fllt9.cc,
    	* sandbox/garrigues/fllt/test_fllt3_inv.cc,
    	* sandbox/garrigues/fllt/test_fllt_lena.cc,
    	* sandbox/garrigues/fllt/test_fllt.cc,
    	* sandbox/garrigues/fllt/test_flltb.cc,
    	* sandbox/garrigues/fllt/test_fllt7_inv.cc,
    	* sandbox/garrigues/fllt/test_fllt13.cc,
    	* sandbox/garrigues/fllt/test_fllt15.cc,
    	* sandbox/garrigues/fllt/fllt_simple.svg.2.cc,
    	* sandbox/garrigues/fllt/fllt.hh,
    	* sandbox/garrigues/fllt/test.cc,
    	* sandbox/garrigues/fllt/give_confs.cc,
    	* sandbox/garrigues/fllt/test_fllt2.cc,
    	* sandbox/garrigues/fllt/test_fllt4.cc,
    	* sandbox/garrigues/fllt/test_fllt6.cc,
    	* sandbox/garrigues/fllt/test_fllt8.cc,
    	* sandbox/garrigues/lower.hh,
    	* sandbox/garrigues/tiled_image2d/tiled_image2d.hh,
    	* sandbox/garrigues/tiled_image2d/layout/page2d/lrtb.hh,
    	* sandbox/garrigues/tiled_image2d/layout/image2d/lrtb.hh,
    	* sandbox/garrigues/upper.hh,
    	* sandbox/garrigues/factures/extract_array_highlight.cc,
    	* sandbox/garrigues/factures/extract_array.cc,
    	* sandbox/folio/test/psn.cc,
    	* sandbox/folio/test/psn_log.cc,
    	* sandbox/folio/test/dt_maze.cc,
    	* sandbox/folio/test/dt_bench.cc,
    	* sandbox/folio/test/dt.cc,
    	* sandbox/folio/psn.cc,
    	* sandbox/folio/psn_log.cc,
    	* sandbox/folio/dt.cc,
    	* sandbox/beguin/irm_g.cc,
    	* sandbox/beguin/fusion_graph.hh,
    	* sandbox/beguin/irm.cc,
    	* sandbox/abraham/tests/morpho/test_component_tree.cc,
    	* sandbox/abraham/tests/morpho/test_watershed.cc,
    	* sandbox/abraham/tests/morpho/test_watershed_topo.cc,
    	* sandbox/abraham/mln/io/tikz/save.hh: Update.
    
    
    git-svn-id: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008@2173 4aad255d-cdde-0310-9447-f3009e2ae8c0
    b157af3b