Skip to content
  • Thierry Geraud's avatar
    Remove useless make::[d]point?d and make::window?d. · 916b65f7
    Thierry Geraud authored
    	* mln/make/dpoint1d.hh: Remove.
    	* mln/make/dpoint2d.hh: Remove.
    	* mln/make/dpoint3d.hh: Remove.
    	* mln/make/point1d.hh: Remove.
    	* mln/make/point2d.hh: Remove.
    	* mln/make/point3d.hh: Remove.
    	* mln/make/window1d.hh: Remove.
    	* mln/make/window2d.hh: Remove.
    	* mln/make/window3d.hh: Remove.
    
    	* tests/histo/to_image1d.cc,
    	* tests/core/site_set/p_image.cc,
    	* tests/core/site_set/p_bgraph.cc,
    	* tests/core/site_set/p_set.cc,
    	* tests/core/other/neighb.cc,
    	* tests/core/other/graph_elt_window.cc,
    	* tests/core/other/graph_elt_neighborhood.cc,
    	* tests/core/other/point_set_compatibility.cc,
    	* tests/core/other/pixter1d.cc,
    	* tests/core/other/pixter2d.cc,
    	* tests/core/other/pixter3d.cc,
    	* tests/core/other/line_graph_elt_window.cc,
    	* tests/core/other/line_graph_elt_neighborhood.cc,
    	* tests/core/other/dpoints_pixter.cc,
    	* tests/core/other/pixel.cc,
    	* tests/core/other/line_piter.cc,
    	* tests/core/image/graph_image_wst.cc,
    	* tests/core/image/plain.cc,
    	* tests/core/image/bgraph_image.cc,
    	* tests/core/image/decorated_image.cc,
    	* tests/core/image/translate_image.cc,
    	* tests/core/image/graph_image.cc,
    	* tests/core/image/value_enc_image.cc,
    	* tests/core/image/line_graph_image.cc,
    	* tests/core/image/safe_image.cc,
    	* tests/core/routine/clone.cc,
    	* tests/core/alias/window3d.cc,
    	* tests/core/alias/point2d.cc,
    	* tests/core/alias/dpoint1d.cc,
    	* tests/core/alias/dpoint2d.cc,
    	* tests/core/alias/dpoint3d.cc,
    	* tests/draw/graph.cc,
    	* tests/draw/line.cc,
    	* tests/level/memcpy_.cc,
    	* tests/level/paste.cc,
    	* tests/level/memset_.cc,
    	* tests/linear/local/convolve.cc,
    	* tests/accu/bbox.cc,
    	* tests/value/stack.cc,
    	* tests/convert/to_p_array.cc,
    	* tests/convert/to_image.cc,
    	* tests/geom/sym.cc,
    	* tests/geom/shift.cc,
    	* tests/geom/pmin_pmax.cc,
    	* tests/geom/bbox.cc,
    	* tests/morpho/artificial_line_graph_image_wst.cc,
    	* tests/morpho/line_graph_image_wst.cc,
    	* tests/morpho/thinning.cc,
    	* tests/morpho/hit_or_miss.cc,
    	* tests/morpho/combined.cc,
    	* tests/morpho/lena_line_graph_image_wst1.cc,
    	* tests/morpho/lena_line_graph_image_wst2.cc,
    	* apps/statues/mesh-segm.cc,
    	* apps/statues/mesh-skel.cc,
    	* doc/tutorial/examples/p_line2d.cc,
    	* doc/tutorial/examples/p_array.cc,
    	* doc/tutorial/examples/image_plain.cc,
    	* doc/tutorial/examples/window.cc,
    	* doc/tutorial/examples/win_multiple.cc,
    	* doc/tutorial/examples/image_safe.cc,
    	* doc/tutorial/examples/proxy.cc,
    	* mln/core/site_set/line2d.hh,
    	* mln/core/image/hexa.hh,
    	* mln/core/image/image1d.hh,
    	* mln/core/image/fi_adaptor.hh,
    	* mln/core/image/image2d.hh,
    	* mln/core/image/image3d.hh,
    	* mln/core/routine/exact.hh,
    	* mln/core/alias/neighb1d.hh,
    	* mln/core/alias/dpoint1d.hh,
    	* mln/core/alias/neighb3d.hh,
    	* mln/core/alias/dpoint2d.hh,
    	* mln/core/alias/dpoint3d.hh,
    	* mln/core/alias/dpoint2d_h.hh,
    	* mln/core/alias/window1d.hh,
    	* mln/core/alias/window2d.hh,
    	* mln/core/alias/window3d.hh,
    	* mln/core/alias/point1d.hh,
    	* mln/core/alias/point2d.hh,
    	* mln/core/alias/point3d.hh,
    	* mln/core/clock_neighb2d.hh,
    	* mln/linear/gaussian.hh,
    	* mln/make/neighb2d.hh,
    	* mln/make/all.hh,
    	* mln/make/box1d.hh,
    	* mln/make/box2d.hh,
    	* mln/make/box3d.hh,
    	* mln/make/w_window1d.hh,
    	* mln/make/w_window2d.hh,
    	* mln/make/w_window3d.hh,
    	* mln/make/box2d_h.hh,
    	* mln/make/voronoi.hh,
    	* mln/make/image1d.hh,
    	* mln/make/image2d.hh,
    	* mln/convert/to.hh,
    	* mln/convert/to_tiles.hh,
    	* mln/win/cube3d.hh,
    	* mln/win/diag2d.hh,
    	* mln/win/backdiag2d.hh,
    	* mln/win/cuboid3d.hh,
    	* mln/win/disk2d.hh,
    	* mln/io/pfm/save.hh,
    	* mln/io/pfm/load.hh,
    	* mln/io/fits/load.hh,
    	* mln/io/pnm/load.hh,
    	* mln/io/pbm/load.hh,
    	* sandbox/duhamel/test_border_fill_image1d_3.cc,
    	* sandbox/duhamel/test_border_fill_image3d_3.cc,
    	* sandbox/duhamel/main_mesh_image.cc,
    	* sandbox/duhamel/graph_labeling.hh,
    	* sandbox/duhamel/labeling_algo.cc,
    	* sandbox/duhamel/test_border_duplicate_image2d_3.cc,
    	* sandbox/duhamel/test_border_duplicate_image1d_5.cc,
    	* sandbox/duhamel/test_border_fill_image2d_4.cc,
    	* sandbox/duhamel/test_border_duplicate_image1d_4.cc,
    	* sandbox/duhamel/test_border_duplicate_image3d_4.cc,
    	* sandbox/duhamel/labeling_algo.hh,
    	* sandbox/duhamel/test_border_fill_image2d_3.cc,
    	* sandbox/duhamel/test_border_fill_image1d_5.cc,
    	* sandbox/duhamel/test_border_duplicate_image1d_3.cc,
    	* sandbox/duhamel/test_border_duplicate_image3d_3.cc,
    	* sandbox/duhamel/draw_mesh.hh,
    	* sandbox/duhamel/test_border_fill_image1d_4.cc,
    	* sandbox/duhamel/test_border_fill_image3d_4.cc,
    	* sandbox/duhamel/translate_image.cc,
    	* sandbox/duhamel/test_border_duplicate_image2d_4.cc,
    	* sandbox/pellegrin/set/test/p_queue_fast.cc,
    	* sandbox/pellegrin/set/test/p_bgraph.cc,
    	* sandbox/pellegrin/set/test/p_queue.cc,
    	* sandbox/pellegrin/set/test/p_runs.cc,
    	* sandbox/pellegrin/set/test/p_set.cc,
    	* sandbox/pellegrin/set/core/line2d.hh,
    	* sandbox/aroumougame/skeleton/mesh-skel_region.cc,
    	* sandbox/aroumougame/skeleton/mesh-skel.cc,
    	* sandbox/aroumougame/skeleton/test_image3d.cc,
    	* sandbox/aroumougame/skeleton/thinning.hh,
    	* sandbox/nivault/plugin-gimp/src/gimp-image.hh,
    	* sandbox/jardonnet/test/reduce.cc,
    	* sandbox/jardonnet/test/gaussian_subsampling.cc,
    	* sandbox/jardonnet/test/subsampling.cc,
    	* sandbox/jardonnet/registration/save.hh,
    	* sandbox/jardonnet/registration/icp_ref.hh,
    	* sandbox/jardonnet/registration/icp.hh,
    	* sandbox/geraud/cs2d/kruskal.cc,
    	* sandbox/geraud/cs2d/tuto_bis.cc,
    	* sandbox/garrigues/level_set.hh,
    	* sandbox/garrigues/fllt/essai.cc,
    	* sandbox/garrigues/fllt/fllt_simple.svg.3.cc,
    	* sandbox/garrigues/fllt/fllt_simple.cc,
    	* sandbox/garrigues/fllt/fllt_simple.svg.2.cc: Update.
    
    
    git-svn-id: https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008@2268 4aad255d-cdde-0310-9447-f3009e2ae8c0
    916b65f7