Home
last modified time | relevance | path

Searched refs:pgn_boundary (Results 1 – 5 of 5) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DGps_traits_2.h146 operator()(const General_polygon_2& pgn_boundary) const in operator()
147 { return General_polygon_with_holes_2(pgn_boundary); } in operator()
151 operator()(const General_polygon_2& pgn_boundary, in operator()
154 { return General_polygon_with_holes_2(pgn_boundary, h_begin,h_end); } in operator()
H A DGps_segment_traits_2.h171 pgn_boundary) const in operator()
173 return General_polygon_with_holes_2(pgn_boundary); in operator()
177 pgn_boundary, in operator()
181 return General_polygon_with_holes_2(pgn_boundary, h_begin,h_end); in operator()
H A DGeneral_polygon_with_holes_2.h64 explicit General_polygon_with_holes_2(const General_polygon_2& pgn_boundary) in General_polygon_with_holes_2() argument
65 : m_pgn(pgn_boundary) in General_polygon_with_holes_2()
70 General_polygon_with_holes_2(const General_polygon_2& pgn_boundary, in General_polygon_with_holes_2() argument
72 HolesInputIterator h_end) : m_pgn(pgn_boundary), in General_polygon_with_holes_2()
H A DPolygon_with_holes_2.h62 explicit Polygon_with_holes_2 (const Polygon_2& pgn_boundary) : in Polygon_with_holes_2() argument
63 Base (pgn_boundary) in Polygon_with_holes_2()
68 Polygon_with_holes_2 (const Polygon_2& pgn_boundary, in Polygon_with_holes_2() argument
71 Base (pgn_boundary, h_begin, h_end) in Polygon_with_holes_2()
/dports/math/cgal/CGAL-5.3/include/CGAL/Boolean_set_operations_2/
H A DGps_on_surface_base_2_impl.h146 Polygon_2 pgn_boundary; in scan_ccb() local
148 construct_polygon(ccb, pgn_boundary, m_traits); in scan_ccb()
160 m_traits->construct_polygon_with_holes_2_object()(pgn_boundary, in scan_ccb()
595 const Polygon_2& pgn_boundary = in _construct_curves() local
598 m_traits->construct_curves_2_object()(pgn_boundary); in _construct_curves()