From bfb4b022173f5f7cc4e20a2b911d9b09a308d883 Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Tue, 4 Sep 2007 11:05:09 +0000 Subject: [PATCH] removed unneeded methods corrected docu --- .../CGAL/Arr_torus_topology_traits_2.h | 72 +------------------ 1 file changed, 3 insertions(+), 69 deletions(-) diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_torus_topology_traits_2.h b/Arrangement_on_surface_2/include/CGAL/Arr_torus_topology_traits_2.h index bd217115e37..070b2397ca1 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_torus_topology_traits_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_torus_topology_traits_2.h @@ -159,7 +159,7 @@ protected: friend class Point_2_less_WE; friend class Point_2_less_NS; - //! type of line of discontinuity + //! type of curve of identification typedef std::map< Point_2, Vertex*, Point_2_less_NS > Identification_NS; typedef std::map< Point_2, Vertex*, Point_2_less_WE > @@ -770,7 +770,7 @@ protected: public: // TODO make protected - /*! Get the vertex on line of identification associated with \c pt*/ + /*! Get the vertex on curve of identification associated with \c pt*/ Vertex* vertex_NS(const Point_2& key) { typename Identification_NS::iterator it = this->_m_identification_NS.find(key); @@ -781,7 +781,7 @@ public: return NULL; } - /*! Get the vertex on line of identification associated with \c pt*/ + /*! Get the vertex on curve of identification associated with \c pt*/ Vertex* vertex_WE(const Point_2& key) { typename Identification_WE::iterator it = this->_m_identification_WE.find(key); @@ -794,72 +794,6 @@ public: protected: -#if 0 - /*! Get the beginning of all pairs of curve-end and its vertices - * along the line of discontinuity - */ - typename Identification_NS::iterator - curve_ends_and_vertices_on_identification_NS_begin() { - return _m_identification_NS.begin(); - } - - /*! Get the past-the-end value of all pairs of curve-end and its vertices - * along the line of discontinuity - */ - typename Identification_NS::iterator - curve_ends_and_vertices_on_identification_NS_end() { - return _m_identification_NS.end(); - } - - /*! Get the beginning of all pairs of curve-end and its vertices - * along the line of discontinuity (const version) - */ - typename Identification_NS::const_iterator - curve_ends_and_vertices_on_identification_NS_begin() const { - return _m_identification_NS.begin(); - } - - /*! Get the past-the-end value of all pairs of curve-end and its vertices - * along the line of discontinuity (const version) - */ - typename Identification_NS::const_iterator - curve_ends_and_vertices_on_identification_NS_end() const { - return _m_identification_NS.end(); - } - - /*! Get the beginning of all pairs of curve-end and its vertices - * along the line of discontinuity - */ - typename Identification_WE::iterator - curve_ends_and_vertices_on_identification_WE_begin() { - return _m_identification_WE.begin(); - } - - /*! Get the past-the-end value of all pairs of curve-end and its vertices - * along the line of discontinuity - */ - typename Identification_WE::iterator - curve_ends_and_vertices_on_identification_WE_end() { - return _m_identification_WE.end(); - } - - /*! Get the beginning of all pairs of curve-end and its vertices - * along the line of discontinuity (const version) - */ - typename Identification_WE::const_iterator - curve_ends_and_vertices_on_identification_WE_begin() const { - return _m_identification_WE.begin(); - } - - /*! Get the past-the-end value of all pairs of curve-end and its vertices - * along the line of discontinuity (const version) - */ - typename Identification_WE::const_iterator - curve_ends_and_vertices_on_identification_WE_end() const { - return _m_identification_WE.end(); - } -#endif - /*! * Computes the number of crossing of a path with the curves * of identification