From fd2a50bdb1357a4f8aad3717d5ca169a7fb0cdbc Mon Sep 17 00:00:00 2001 From: Eli Packer Date: Wed, 19 Mar 2003 13:56:25 +0000 Subject: [PATCH] *** --- .../include/CGAL/Snap_rounding_2.h | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/Packages/Snap_rounding_2/include/CGAL/Snap_rounding_2.h b/Packages/Snap_rounding_2/include/CGAL/Snap_rounding_2.h index 9fd933e8af7..eb3e175a937 100644 --- a/Packages/Snap_rounding_2/include/CGAL/Snap_rounding_2.h +++ b/Packages/Snap_rounding_2/include/CGAL/Snap_rounding_2.h @@ -35,8 +35,6 @@ #endif -//#include - //#include #include @@ -66,7 +64,6 @@ private: public: Segment_data(); Segment_data(NT inp_x1,NT inp_y1,NT inp_x2,NT inp_y2); - void debug() const; NT get_x1(); NT get_y1(); NT get_x2(); @@ -97,7 +94,6 @@ private: Segment_2 *bot_seg; public: - void debug() const; template void draw(Out &o) const; Hot_Pixel(NT inp_x,NT inp_y,NT inp_pixel_size); @@ -252,7 +248,6 @@ private: hot_pixel_dir_cmp > &hot_pixels_intersected_set, int &number_of_intersections); - void debug(std::set,hot_pixel_dir_cmp > &s); void reroute_sr(std::set *,hot_pixel_dir_cmp > &inp_hot_pixels_intersected_set,std::list &seg_output); @@ -280,10 +275,6 @@ Segment_data::Segment_data(const Segment_data& other) y2 = other.y2; } -/*template -void Segment_data::debug() const {std::cerr << "Segment (" << x1 << "," -<< y1 << "):(" << x2 << ":" << y2 << ")\n";}*/ - template typename Rep_::FT Segment_data::get_x1() {return(x1);} @@ -343,11 +334,6 @@ void Segment_data::determine_direction() } } - -template -void Hot_Pixel::debug() const {std::cerr << "Hot Pixel (" << x << ":" - << y << ")\n";} - template template void Hot_Pixel::draw(Out &o) const { @@ -678,18 +664,6 @@ void Snap_rounding_2::find_intersected_hot_pixels(Segment_data number_of_intersections = hot_pixels_intersected_set.size(); } -template -void debug(std::set,hot_pixel_dir_cmp > &s) - { - std::cerr << " Debugging inp_hot_pixels_intersected_set\n"; - for(typename std::set,hot_pixel_dir_cmp >:: - iterator iter = s.begin();iter != s.end();++iter) { - std::cerr << " "; - iter->debug(); - } - std::cerr << " Finish Debugging inp_hot_pixels_intersected_set\n"; - } - template void Snap_rounding_2::reroute_sr(std::set *, hot_pixel_dir_cmp > &inp_hot_pixels_intersected_set,