Home
last modified time | relevance | path

Searched refs:Vertex_iterator (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DSkin_surface_marching_tetrahedra_observer_3.h24 template <class Vertex_iterator,
29 <Vertex_iterator, Cell_iterator, Polyhedron_3>
33 <Vertex_iterator, Cell_iterator, Polyhedron> Base;
39 template <class Vertex_iterator,
44 <Vertex_iterator,
49 <Vertex_iterator,
58 <Vertex_iterator, Cell_iterator, Polyhedron> Base;
H A Dnearest_neighbor_delaunay_2.h99 typedef typename Dt::Vertex_iterator Vertex_iterator; in nearest_neighbors() typedef
106 Vertex_iterator vit = delau.finite_vertices_begin(); in nearest_neighbors()
146 typedef typename Dt::Vertex_iterator Vertex_iterator; in nearest_neighbors() typedef
153 Vertex_iterator vit = delau.finite_vertices_begin(); in nearest_neighbors()
173 typedef typename Dt::Vertex_iterator Vertex_iterator; in get_vertices() typedef
175 Vertex_iterator vit = delau.finite_vertices_begin(); in get_vertices()
H A DPolygon_2.h118 typedef typename Container::iterator Vertex_iterator; typedef
177 void set(Vertex_iterator i, const Point_2& q) in set()
189 Vertex_iterator insert(Vertex_iterator i, const Point_2& q) in insert()
196 Vertex_iterator insert(Vertex_circulator i, const Point_2& q) in insert()
205 void insert(Vertex_iterator i, in insert()
224 Vertex_iterator erase(Vertex_iterator i) in erase()
237 Vertex_iterator erase(Vertex_iterator first, Vertex_iterator last) in erase()
H A Dsubdivide_skin_surface_mesh_3.h41 typedef typename Polyhedron::Vertex_iterator Vertex_iterator; typedef
87 Vertex_iterator last_v = P.vertices_end(); in do_subdivide()
100 Vertex_iterator v = P.vertices_begin(); in do_subdivide()
H A DHalfedgeDS_list.h128 typedef typename Vertex_list::iterator Vertex_iterator; typedef
210 typedef typename Types::Vertex_iterator Vertex_iterator; typedef
332 typedef Unique_hash_map< Vertex_const_iterator, Vertex_iterator> V_map; in pointer_update()
340 Vertex_iterator vii; in pointer_update()
347 v_map[Vertex_const_iterator()] = Vertex_iterator(); in pointer_update()
374 for (Vertex_iterator v = vertices_begin(); v != vertices_end();++v) in pointer_update()
468 Vertex_iterator vertices_begin() { return vertices.begin();} in vertices_begin()
469 Vertex_iterator vertices_end() { return vertices.end();} in vertices_end()
545 void vertices_erase( Vertex_iterator first, Vertex_iterator last) { in vertices_erase()
607 void vertices_splice( Vertex_iterator target, Self &source, in vertices_splice()
[all …]
H A Dmarching_tetrahedra_3.h28 template <class Vertex_iterator,
40 typedef Vertex_iterator T_Vertex_iterator;
247 template <class Vertex_iterator,
253 Vertex_iterator finite_vertices_begin, in marching_tetrahedra_3()
254 Vertex_iterator finite_vertices_end, in marching_tetrahedra_3()
263 Vertex_iterator, Cell_iterator, HDS, in marching_tetrahedra_3()
H A DStraight_skeleton_2.h48 typedef typename Base::Vertex_iterator Vertex_iterator ; typedef
68 …void vertices_erase( Vertex_iterator first, Vertex_iterator last) { Base::vertices_erase(first,la… in vertices_erase()
82 …void vertices_splice( Vertex_iterator target, Self &source, Vertex_iterator begin, Vertex_iterator in vertices_splice()
H A DHalfedgeDS_vector.h70 typedef typename Vertex_vector::iterator Vertex_iterator; typedef
93 typedef HalfedgeDS_iterator_adaptor<Vertex_I> Vertex_iterator; typedef
109 typedef Vertex_iterator Vertex_handle;
160 typedef typename Types::Vertex_iterator Vertex_iterator; typedef
165 typedef Iterator_range< Prevent_deref<Vertex_iterator> > Vertex_handles;
226 Vertex_I get_v_iter( const Vertex_iterator& i) const { in get_v_iter()
261 Vertex_iterator v_new = vertices.begin(); in pointer_update()
273 for (Vertex_iterator v = vertices_begin();v != vertices_end();++v){ in pointer_update()
382 Vertex_iterator vertices_begin() { return vertices.begin();} in vertices_begin()
383 Vertex_iterator vertices_end() { return vertices.end();} in vertices_end()
H A DPeriodic_2_triangulation_iterators_2.h670 typedef typename T::Vertex_iterator Vertex_iterator; typedef
776 Vertex_iterator get_vertex() const in get_vertex()
782 Vertex_iterator pos; // current vertex.
815 bool operator()(const typename T::Vertex_iterator & v) const in operator()
831 …: public Filter_iterator<typename T::Vertex_iterator, Periodic_2_triangulation_2_internal::Domain_…
835 typedef typename T::Vertex_iterator Vertex_iterator; typedef
839 typedef Filter_iterator<Vertex_iterator, Tester > Base;
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_2/
H A DBounding_box_2.h34 template<typename Vertex_iterator>
35 Bounding_box_2(Vertex_iterator , Vertex_iterator ) { in Bounding_box_2() argument
72 template<typename Vertex_iterator>
73 Bounding_box_2(Vertex_iterator begin, Vertex_iterator end) { in Bounding_box_2()
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/AFSR/
H A Dconstruct_polyhedron.h45 typedef typename TDS_2::Vertex_iterator Vertex_iterator; in operator() typedef
50 Vertex_iterator end = tds.vertices_end(); in operator()
52 for(Vertex_iterator vit = tds.vertices_begin(); vit != end; ++vit){ in operator()
/dports/math/cgal/CGAL-5.3/examples/Polyhedron/
H A Dpolyhedron_prog_tetra.cpp8 typedef Polyhedron::Vertex_iterator Vertex_iterator; typedef
19 for ( Vertex_iterator v = P.vertices_begin(); v != P.vertices_end(); ++v) in main()
H A Dpolyhedron_prog_vertex_normal.cpp93 typedef Polyhedron::Vertex_iterator Vertex_iterator; typedef
105 for ( Vertex_iterator i = P.vertices_begin(); i != P.vertices_end(); ++i) in main()
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DMergeEdgeCallback.cpp30 typedef typename Arrangement::Vertex_iterator Vertex_iterator; typedef in MergeEdgeCallback
184 Vertex_iterator source = hei->source(); in getNearestMergeableCurve()
185 Vertex_iterator target = hei->target(); in getNearestMergeableCurve()
229 Vertex_iterator source = h->source(); in getNearestMergeableCurve()
230 Vertex_iterator target = h->target(); in getNearestMergeableCurve()
/dports/math/cgal/CGAL-5.3/demo/Triangulation_3_Geomview_demos/
H A DTriangulation_3_remove_demo.cpp39 typedef Dt::Vertex_iterator Vertex_iterator; typedef
73 Vertex_iterator vit = T.finite_vertices_begin(); in visu_vertices()
74 Vertex_iterator vdone = T.vertices_end(); in visu_vertices()
/dports/math/cgal/CGAL-5.3/examples/Skin_surface_3/
H A Dskin_surface_writer.h15 typedef typename Polyhedron::Vertex_iterator Vertex_iterator; in write_polyhedron_with_normals() typedef
30 for (Vertex_iterator vit = p.vertices_begin(); in write_polyhedron_with_normals()
/dports/math/cgal/CGAL-5.3/examples/Stream_support/
H A Doff2stl.cpp22 typedef Polyhedron::Vertex_iterator Vertex_iterator; typedef
107 Vertex_iterator vi = P.vertices_begin(); in main()
123 for ( Vertex_iterator i = P.vertices_begin(); i != P.vertices_end(); ++i) { in main()
/dports/math/cgal/CGAL-5.3/examples/Triangulation_2/
H A Dtriangulation_print_OFF.h19 typedef typename Triang::Vertex_iterator Vertex_iterator; typedef
24 Vertex_iterator vi = triang.vertices_begin();
/dports/math/cgal/CGAL-5.3/examples/Jet_fitting_3/
H A DPolyhedralSurf_operations.h49 typedef typename TPoly::Vertex_iterator Vertex_iterator; typedef
100 typedef typename TPoly::Vertex_iterator Vertex_iterator; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/Convex_decomposition_3/
H A DReflex_vertex_searcher.h46 typedef typename SNC_structure::Vertex_iterator Vertex_iterator; typedef
87 Vertex_iterator pos, neg, begin, end;
153 Vertex_iterator vi; in operator()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/include/CGAL/
H A DTextured_polyhedron_builder.h26 typedef typename Polyhedron::Vertex_iterator Vertex_iterator; typedef
56 typename Polyhedron::Vertex_iterator it; in add_vertices()
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_sweep_2/
H A DSurface_sweep_2_utils.h111 typedef typename Arrangement::Vertex_iterator Vertex_iterator; in prepare_for_sweep() typedef
150 Vertex_iterator vit; in prepare_for_sweep()
/dports/math/cgal/CGAL-5.3/include/CGAL/Envelope_3/
H A DEnvelope_overlay_2.h38 typedef typename Minimization_diagram_2::Vertex_iterator Vertex_iterator; typedef
191 Vertex_iterator vi = md.vertices_begin(); in post_test_assertions()
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_3/
H A DSNC_decorator_traits.h43 typedef typename Refs::Vertex_iterator Vertex_iterator; typedef
82 typedef typename Refs::Vertex_const_iterator Vertex_iterator; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/OFF/
H A DScanner_OFF.h254 typedef I_Scanner_OFF_vertex_iterator<Pt> Vertex_iterator; typedef
282 Vertex_iterator vertices_begin(){ return Vertex_iterator( m_scan,0);} in vertices_begin()
283 Vertex_iterator vertices_end() { in vertices_end()
284 return Vertex_iterator( size_of_vertices()); in vertices_end()

12345678