Home
last modified time | relevance | path

Searched refs:Vertex_const_handle (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/math/cgal/CGAL-5.3/examples/Ridges_3/
H A DPolyhedralSurf_rings.h25 typedef std::map<Vertex_const_handle, int> Vertex2int_map;
48 void collect_i_rings(const Vertex_const_handle v,
53 void collect_enough_rings(const Vertex_const_handle v,
75 std::vector < Vertex_const_handle > &all) in push_neighbours_of()
77 Vertex_const_handle v; in push_neighbours_of()
96 std::vector < Vertex_const_handle > &all) in collect_ith_ring()
115 collect_i_rings(const Vertex_const_handle v, in collect_i_rings()
117 std::vector < Vertex_const_handle >& all) in collect_i_rings()
119 std::vector<Vertex_const_handle> current_ring, next_ring; in collect_i_rings()
142 collect_enough_rings(const Vertex_const_handle v, in collect_enough_rings()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Boolean_set_operations_2/
H A DGps_base_functor.h30 typedef typename Arrangement_2::Vertex_const_handle Vertex_const_handle; typedef
49 void create_vertex(Vertex_const_handle , in create_vertex() argument
50 Vertex_const_handle , in create_vertex()
54 void create_vertex(Vertex_const_handle , in create_vertex() argument
60 Vertex_const_handle , in create_vertex() argument
65 Vertex_const_handle , in create_vertex() argument
69 void create_vertex(Vertex_const_handle , in create_vertex() argument
H A DGps_do_intersect_functor.h29 typedef typename Arrangement_2::Vertex_const_handle Vertex_const_handle; typedef
52 void create_vertex(Vertex_const_handle , in create_vertex() argument
53 Vertex_const_handle , in create_vertex()
59 void create_vertex(Vertex_const_handle , in create_vertex() argument
67 Vertex_const_handle , in create_vertex() argument
80 Vertex_const_handle , in create_vertex() argument
84 void create_vertex(Vertex_const_handle , in create_vertex() argument
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_topology_traits/
H A DArr_unb_planar_vert_decomp_helper.h45 typedef typename Arrangement_2::Vertex_const_handle Vertex_const_handle; typedef
49 typedef boost::variant<Vertex_const_handle, Halfedge_const_handle,
103 Vertex_const_handle v_tl = in before_sweep()
104 Vertex_const_handle(m_top_traits->top_left_vertex()); in before_sweep()
111 Vertex_const_handle v_tr = in before_sweep()
112 Vertex_const_handle(m_top_traits->top_right_vertex()); in before_sweep()
122 Vertex_const_handle v_bl = in before_sweep()
123 Vertex_const_handle(m_top_traits->bottom_left_vertex()); in before_sweep()
130 Vertex_const_handle v_br = in before_sweep()
131 Vertex_const_handle (m_top_traits->bottom_right_vertex()); in before_sweep()
H A DArr_unb_planar_batched_pl_helper.h52 typedef typename Arrangement_2::Vertex_const_handle Vertex_const_handle; typedef
97 Vertex_const_handle v_tl = in before_sweep()
98 Vertex_const_handle(m_top_traits->top_left_vertex()); in before_sweep()
105 Vertex_const_handle v_tr = in before_sweep()
106 Vertex_const_handle(m_top_traits->top_right_vertex()); in before_sweep()
H A DArr_spherical_vert_decomp_helper.h47 typedef typename Arrangement_2::Vertex_const_handle Vertex_const_handle; typedef
51 typedef boost::variant<Vertex_const_handle, Halfedge_const_handle,
59 Vertex_const_handle m_north_pole; // The north pole.
62 Vertex_const_handle m_south_pole; // The south pole.
115 m_north_pole = Vertex_const_handle (m_top_traits->north_pole()); in before_sweep()
122 m_south_pole = Vertex_const_handle (m_top_traits->south_pole()); in before_sweep()
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_point_location/
H A DTd_active_fictitious_vertex.h70 typedef typename Traits::Vertex_const_handle Vertex_const_handle; typedef
118 Data(Vertex_const_handle _v, Halfedge_const_handle _cw_he, in Data()
126 Vertex_const_handle v;
134 Curve_end vtx_to_ce(Vertex_const_handle v) const in vtx_to_ce()
162 inline void set_vertex(Vertex_const_handle v) { ptr()->v = v; } in set_vertex()
187 Td_active_fictitious_vertex(Vertex_const_handle v,
232 inline Vertex_const_handle vertex() const { return ptr()->v; } in vertex()
H A DArr_triangulation_pl_impl.h69 Vertex_const_handle vh = iso_verts_it;
80 Vertex_const_handle vertex_found = fh->vertex(li)->info();
95 Vertex_const_handle v1_of_edge = fh->vertex(v1_index)->info();
96 Vertex_const_handle v2_of_edge = fh->vertex(v2_index)->info();
128 Vertex_const_handle v0 = fh->vertex(0)->info();
129 Vertex_const_handle v1 = fh->vertex(1)->info();
130 Vertex_const_handle v2 = fh->vertex(2)->info();
200 Vertex_const_handle vh = iso_verts_it;
234 Vertex_const_handle pm_vh1 = (*eit).source();
235 Vertex_const_handle pm_vh2 = (*eit).target();
H A DTd_active_trapezoid.h70 typedef typename Traits::Vertex_const_handle Vertex_const_handle; typedef
118 Data (Vertex_const_handle _left_v,
119 Vertex_const_handle _right_v,
134 Vertex_const_handle left_v;
135 Vertex_const_handle right_v;
196 inline void set_left(Vertex_const_handle v)
202 inline void set_right(Vertex_const_handle v)
269 Td_active_trapezoid (Vertex_const_handle l, Vertex_const_handle r,
341 inline Vertex_const_handle left() const
349 inline Vertex_const_handle right () const
H A DTd_active_vertex.h71 typedef typename Traits::Vertex_const_handle Vertex_const_handle; typedef
120 Data(Vertex_const_handle _v, Halfedge_const_handle _cw_he, in Data()
131 Vertex_const_handle v;
139 Curve_end vtx_to_ce(Vertex_const_handle v) const in vtx_to_ce()
167 inline void set_vertex(Vertex_const_handle v) { ptr()->v = v; } in set_vertex()
191 Td_active_vertex(Vertex_const_handle v, Halfedge_const_handle cw_he,
233 inline Vertex_const_handle vertex() const { return ptr()->v; } in vertex()
H A DArr_triangulation_pl_functions.h52 Vertex_const_handle vh = iso_verts_it; in locate_in_unbounded()
96 Vertex_const_handle v1_of_edge = fh->vertex(v1_index)->info(); in locate()
97 Vertex_const_handle v2_of_edge = fh->vertex(v2_index)->info(); in locate()
128 Vertex_const_handle v0 = fh->vertex(0)->info(); in locate()
129 Vertex_const_handle v1 = fh->vertex(1)->info(); in locate()
130 Vertex_const_handle v2 = fh->vertex(2)->info(); in locate()
182 Vertex_const_handle vh = iso_verts_it; in locate()
212 Vertex_const_handle pm_vh1 = (*eit).source(); in build_triangulation()
213 Vertex_const_handle pm_vh2 = (*eit).target(); in build_triangulation()
H A DArr_simple_point_location_impl.h40 Vertex_const_handle vh = vit; in locate()
72 const auto* vh = Result::template assign<Vertex_const_handle>(&obj); in locate()
246 return make_result(Vertex_const_handle(cl_vs)); in _base_vertical_ray_shoot()
249 return make_result(Vertex_const_handle(cl_vt)); in _base_vertical_ray_shoot()
261 make_result(Vertex_const_handle(cl_vs)) : in _base_vertical_ray_shoot()
262 make_result(Vertex_const_handle(cl_vt)); in _base_vertical_ray_shoot()
284 Vertex_const_handle closest_v; in _vertical_ray_shoot()
289 const auto* p_vh = Result::template assign<Vertex_const_handle>(&obj); in _vertical_ray_shoot()
313 Vertex_const_handle vh; in _vertical_ray_shoot()
376 _first_around_vertex(Vertex_const_handle v) const in _first_around_vertex()
/dports/math/cgal/CGAL-5.3/examples/Arrangement_on_surface_2/
H A Dpoint_location_utils.h11 typename Arrangement_2::Vertex_const_handle v; in print_point_location()
49 typedef typename Arrangement_2::Vertex_const_handle Vertex_const_handle; in print_point_location() typedef
53 const Vertex_const_handle* v; in print_point_location()
64 else if ( ( v = boost::get<Vertex_const_handle>(&obj) ) ) // located on a vertex in print_point_location()
104 typedef typename Arrangement_2::Vertex_const_handle Vertex_const_handle; in vertical_ray_shooting_query() typedef
108 const Vertex_const_handle* v; in vertical_ray_shooting_query()
114 if ( (v = boost::get<Vertex_const_handle>(&obj)) ) // we hit a vertex in vertical_ray_shooting_query()
H A Dunb_planar_vertical_decomposition.cpp17 typedef Arrangement_2::Vertex_const_handle Vertex_const_handle; typedef
21 typedef boost::variant<Vertex_const_handle, Halfedge_const_handle,
25 typedef std::pair<Vertex_const_handle, Vert_decomp_pair> Vert_decomp_entry;
56 auto* vh = boost::get<Vertex_const_handle>(&*(curr.first));; in main()
70 auto* vh = boost::get<Vertex_const_handle>(&*(curr.second));; in main()
H A Dbounded_planar_vertical_decomposition.cpp15 typedef Arrangement_2::Vertex_const_handle Vertex_const_handle; typedef
19 typedef boost::variant<Vertex_const_handle, Halfedge_const_handle,
23 typedef std::pair<Vertex_const_handle, Vert_decomp_pair> Vert_decomp_entry;
53 auto* vh = boost::get<Vertex_const_handle>(&*(curr.first)); in main()
69 auto* vh = boost::get<Vertex_const_handle>(&*(curr.second)); in main()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPolygon_offset_builder_2.h33 typedef typename SSkel::Vertex_const_handle Vertex_const_handle ; typedef
94 typedef typename Ss::Vertex_const_handle Vertex_const_handle ; typedef
157 Trisegment_2_ptr CreateTrisegment ( Vertex_const_handle aNode ) const ;
159 Vertex_const_handle GetSeedVertex ( Vertex_const_handle aNode
171 Comparison_result Compare_offset_against_event_time( FT aT, Vertex_const_handle aNode ) const in Compare_offset_against_event_time()
190 Vertex_const_handle lNodeS = aBisector->opposite()->vertex(); in Construct_offset_point()
191 Vertex_const_handle lNodeT = aBisector->vertex(); in Construct_offset_point()
201 Vertex_const_handle lSeedNode = aBisector->slope() == POSITIVE ? lNodeS : lNodeT ; in Construct_offset_point()
H A DHalfedgeDS_halfedge_base.h36 typedef typename Refs::Vertex_const_handle Vertex_const_handle; typedef
117 typedef typename Refs::Vertex_const_handle Vertex_const_handle; typedef
128 Vertex_const_handle vertex() const { return v; } in vertex()
177 typedef typename Refs::Vertex_const_handle Vertex_const_handle; typedef
194 Vertex_const_handle vertex() const { return v; } in vertex()
249 typedef typename Refs::Vertex_const_handle Vertex_const_handle; typedef
267 Vertex_const_handle vertex() const { return v; } in vertex()
291 typedef typename Refs::Vertex_const_handle Vertex_const_handle; typedef
315 Vertex_const_handle vertex() const { return v; } in vertex()
H A DHalfedgeDS_face_base.h36 typedef typename Refs::Vertex_const_handle Vertex_const_handle; typedef
58 typedef typename Refs::Vertex_const_handle Vertex_const_handle; typedef
86 typedef typename Refs::Vertex_const_handle Vertex_const_handle; typedef
119 typedef typename Refs::Vertex_const_handle Vertex_const_handle; typedef
H A DHalfedgeDS_vertex_base.h37 typedef typename Refs::Vertex_const_handle Vertex_const_handle; typedef
54 typedef typename Refs::Vertex_const_handle Vertex_const_handle; typedef
78 typedef typename Refs::Vertex_const_handle Vertex_const_handle; typedef
103 typedef typename Refs::Vertex_const_handle Vertex_const_handle; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_sweep_2/
H A DArr_vert_decomp_ss_visitor.h65 typedef typename Arrangement_2::Vertex_const_handle Vertex_const_handle; typedef
69 typedef boost::variant<Vertex_const_handle, Halfedge_const_handle,
74 typedef std::pair<Vertex_const_handle, Vert_pair> Vert_entry;
88 const Vertex_const_handle invalid_vh;
91 Vertex_const_handle m_prev_vh; // The previous vertex.
142 m_prev_vh = Vertex_const_handle(); in before_sweep()
162 Vertex_const_handle vh = event->point().vertex_handle(); in after_handle_event()
284 if (m_prev_vh != Vertex_const_handle()) { in after_handle_event()
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_spherical_gaussian_map_3/
H A DArr_polyhedral_sgm_overlay.h37 typedef typename Sgm::Vertex_const_handle Vertex_const_handle; typedef
96 void create_vertex(Vertex_const_handle /*v1*/, Vertex_const_handle /*v2*/, in create_vertex() argument
109 void create_vertex(Vertex_const_handle /*v1*/, Halfedge_const_handle /*h2*/, in create_vertex() argument
122 void create_vertex(Halfedge_const_handle /*h1*/, Vertex_const_handle /*v2*/, in create_vertex() argument
135 void create_vertex(Face_const_handle /*f1*/, Vertex_const_handle /*v2*/, in create_vertex() argument
148 void create_vertex(Vertex_const_handle /*v1*/, Face_const_handle /*f2*/, in create_vertex() argument
/dports/math/cgal/CGAL-5.3/examples/Nef_3/
H A Dshell_exploration.cpp8 typedef Nef_polyhedron::Vertex_const_handle Vertex_const_handle; typedef
20 Vertex_const_handle v_min;
26 void visit(Vertex_const_handle v) { in visit()
39 Vertex_const_handle& minimal_vertex() { return v_min; } in minimal_vertex()
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_2/
H A DPM_explorer.h77 typedef typename Base::Vertex_const_handle Vertex_const_handle; typedef
114 bool is_standard(Vertex_const_handle v) const in is_standard()
118 Point point(Vertex_const_handle v) const in point()
123 Ray ray(Vertex_const_handle v) const in ray()
H A DPM_const_decorator.h148 typedef typename HDS::Vertex_const_handle Vertex_const_handle; typedef
208 Vertex_const_handle source(Halfedge_const_handle e) const in source()
212 Vertex_const_handle target(Halfedge_const_handle e) const in target()
220 bool is_isolated(Vertex_const_handle v) const in is_isolated()
261 Face_const_handle face(Vertex_const_handle v) const in face()
292 out_edges(Vertex_const_handle v) const in out_edges()
327 const Point& point(Vertex_const_handle v) const in point()
331 const Mark& mark(Vertex_const_handle v) const in mark()
345 const GenPtr& info(Vertex_const_handle v) const in info()
432 Vertex_const_handle vit, vend = phds->vertices_end(); in check_integrity_and_topological_planarity()
[all …]
/dports/math/cgal/CGAL-5.3/examples/Nef_2/
H A Dnef_2_polylines.cpp18 typedef Explorer::Vertex_const_handle Vertex_const_handle; typedef
47 Vertex_const_handle vh = explorer.target(hafc); in main()
63 Vertex_const_handle vh = explorer.target(hafc); in main()
73 Vertex_const_handle vh = explorer.target(hafc); in main()

12345678