Lines Matching refs:g3
18 inline void set_idsu(G1 const& g1, G2 const& g2, G3 & g3, S const& s) in set_idsu() argument
20 bg::intersection(g1, g2, g3, s); in set_idsu()
21 bg::difference(g1, g2, g3, s); in set_idsu()
22 bg::sym_difference(g1, g2, g3, s); in set_idsu()
23 bg::union_(g1, g2, g3, s); in set_idsu()
27 inline void set_ids(G1 const& g1, G2 const& g2, G3 & g3, S const& s) in set_ids() argument
29 bg::intersection(g1, g2, g3, s); in set_ids()
30 bg::difference(g1, g2, g3, s); in set_ids()
31 bg::sym_difference(g1, g2, g3, s); in set_ids()
35 inline void set_id(G1 const& g1, G2 const& g2, G3 & g3, S const& s) in set_id() argument
37 bg::intersection(g1, g2, g3, s); in set_id()
38 bg::difference(g1, g2, g3, s); in set_id()
42 inline void set_i(G1 const& g1, G2 const& g2, G3 & g3, S const& s) in set_i() argument
44 bg::intersection(g1, g2, g3, s); in set_i()
48 inline void set_d(G1 const& g1, G2 const& g2, G3 & g3, S const& s) in set_d() argument
50 bg::difference(g1, g2, g3, s); in set_d()
54 inline void set_idsu_pp(G1 const& g1, G2 const& g2, G3 & g3) in set_idsu_pp() argument
56 ::set_idsu(g1, g2, g3, bg::strategy::within::cartesian_point_point()); in set_idsu_pp()
57 ::set_idsu(g1, g2, g3, bg::strategy::within::spherical_point_point()); in set_idsu_pp()
61 inline void set_idsu_ps(G1 const& g1, G2 const& g2, G3 & g3) in set_idsu_ps() argument
64 ::set_idsu(g1, g2, g3, bg::strategy::within::cartesian_winding<point_type>()); in set_idsu_ps()
65 ::set_idsu(g1, g2, g3, bg::strategy::within::spherical_winding<point_type>()); in set_idsu_ps()
66 ::set_idsu(g1, g2, g3, bg::strategy::within::geographic_winding<point_type>()); in set_idsu_ps()
70 inline void set_idsu_ss(G1 const& g1, G2 const& g2, G3 & g3) in set_idsu_ss() argument
72 ::set_idsu(g1, g2, g3, bg::strategy::intersection::cartesian_segments<>()); in set_idsu_ss()
73 ::set_idsu(g1, g2, g3, bg::strategy::intersection::spherical_segments<>()); in set_idsu_ss()
74 ::set_idsu(g1, g2, g3, bg::strategy::intersection::geographic_segments<>()); in set_idsu_ss()
78 inline void set_ids_pp(G1 const& g1, G2 const& g2, G3 & g3) in set_ids_pp() argument
80 ::set_ids(g1, g2, g3, bg::strategy::within::cartesian_point_point()); in set_ids_pp()
81 ::set_ids(g1, g2, g3, bg::strategy::within::spherical_point_point()); in set_ids_pp()
85 inline void set_ids_ps(G1 const& g1, G2 const& g2, G3 & g3) in set_ids_ps() argument
88 ::set_ids(g1, g2, g3, bg::strategy::within::cartesian_winding<point_type>()); in set_ids_ps()
89 ::set_ids(g1, g2, g3, bg::strategy::within::spherical_winding<point_type>()); in set_ids_ps()
90 ::set_ids(g1, g2, g3, bg::strategy::within::geographic_winding<point_type>()); in set_ids_ps()
94 inline void set_ids_ss(G1 const& g1, G2 const& g2, G3 & g3) in set_ids_ss() argument
96 ::set_ids(g1, g2, g3, bg::strategy::intersection::cartesian_segments<>()); in set_ids_ss()
97 ::set_ids(g1, g2, g3, bg::strategy::intersection::spherical_segments<>()); in set_ids_ss()
98 ::set_ids(g1, g2, g3, bg::strategy::intersection::geographic_segments<>()); in set_ids_ss()
102 inline void set_id_pp(G1 const& g1, G2 const& g2, G3 & g3) in set_id_pp() argument
104 ::set_id(g1, g2, g3, bg::strategy::within::cartesian_point_point()); in set_id_pp()
105 ::set_id(g1, g2, g3, bg::strategy::within::spherical_point_point()); in set_id_pp()
109 inline void set_id_ps(G1 const& g1, G2 const& g2, G3 & g3) in set_id_ps() argument
112 ::set_id(g1, g2, g3, bg::strategy::within::cartesian_winding<point_type>()); in set_id_ps()
113 ::set_id(g1, g2, g3, bg::strategy::within::spherical_winding<point_type>()); in set_id_ps()
114 ::set_id(g1, g2, g3, bg::strategy::within::geographic_winding<point_type>()); in set_id_ps()
118 inline void set_id_ss(G1 const& g1, G2 const& g2, G3 & g3) in set_id_ss() argument
120 ::set_id(g1, g2, g3, bg::strategy::intersection::cartesian_segments<>()); in set_id_ss()
121 ::set_id(g1, g2, g3, bg::strategy::intersection::spherical_segments<>()); in set_id_ss()
122 ::set_id(g1, g2, g3, bg::strategy::intersection::geographic_segments<>()); in set_id_ss()
126 inline void set_i_pp(G1 const& g1, G2 const& g2, G3 & g3) in set_i_pp() argument
128 ::set_i(g1, g2, g3, bg::strategy::within::cartesian_point_point()); in set_i_pp()
129 ::set_i(g1, g2, g3, bg::strategy::within::spherical_point_point()); in set_i_pp()
133 inline void set_i_ps(G1 const& g1, G2 const& g2, G3 & g3) in set_i_ps() argument
136 ::set_i(g1, g2, g3, bg::strategy::within::cartesian_winding<point_type>()); in set_i_ps()
137 ::set_i(g1, g2, g3, bg::strategy::within::spherical_winding<point_type>()); in set_i_ps()
138 ::set_i(g1, g2, g3, bg::strategy::within::geographic_winding<point_type>()); in set_i_ps()
142 inline void set_i_ss(G1 const& g1, G2 const& g2, G3 & g3) in set_i_ss() argument
144 ::set_i(g1, g2, g3, bg::strategy::intersection::cartesian_segments<>()); in set_i_ss()
145 ::set_i(g1, g2, g3, bg::strategy::intersection::spherical_segments<>()); in set_i_ss()
146 ::set_i(g1, g2, g3, bg::strategy::intersection::geographic_segments<>()); in set_i_ss()
150 inline void set_d_pp(G1 const& g1, G2 const& g2, G3 & g3) in set_d_pp() argument
152 ::set_d(g1, g2, g3, bg::strategy::within::cartesian_point_point()); in set_d_pp()
153 ::set_d(g1, g2, g3, bg::strategy::within::spherical_point_point()); in set_d_pp()
157 inline void set_d_ps(G1 const& g1, G2 const& g2, G3 & g3) in set_d_ps() argument
160 ::set_d(g1, g2, g3, bg::strategy::within::cartesian_winding<point_type>()); in set_d_ps()
161 ::set_d(g1, g2, g3, bg::strategy::within::spherical_winding<point_type>()); in set_d_ps()
162 ::set_d(g1, g2, g3, bg::strategy::within::geographic_winding<point_type>()); in set_d_ps()
166 inline void set_d_ss(G1 const& g1, G2 const& g2, G3 & g3) in set_d_ss() argument
168 ::set_d(g1, g2, g3, bg::strategy::intersection::cartesian_segments<>()); in set_d_ss()
169 ::set_d(g1, g2, g3, bg::strategy::intersection::spherical_segments<>()); in set_d_ss()
170 ::set_d(g1, g2, g3, bg::strategy::intersection::geographic_segments<>()); in set_d_ss()