Home
last modified time | relevance | path

Searched refs:Holes_container (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DGeneral_polygon_with_holes_2.h53 typedef std::deque<General_polygon_2> Holes_container; typedef
55 typedef typename Holes_container::iterator Hole_iterator;
56 typedef typename Holes_container::const_iterator Hole_const_iterator;
76 Holes_container& holes() in holes()
81 const Holes_container& holes() const in holes()
157 Holes_container m_holes;
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/WKT/
H A Dtraits_polygon.h59 typedef const typename CGAL::Polygon_with_holes_2<K>::Holes_container& type;
64 { typedef typename CGAL::Polygon_with_holes_2<K>::Holes_container& type; };
82 …static typename CGAL::Polygon_with_holes_2<K>::Holes_container& get(CGAL::Polygon_with_holes_2<K>&…
86 …static const typename CGAL::Polygon_with_holes_2<K>::Holes_container& get(CGAL::Polygon_with_holes…