Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DFixed_alpha_shape_3.h75 template <class Vertex_remover>
76 static void insert(One_alpha& one_alpha, Vertex_remover& remover)
79 for (typename Vertex_remover::Hidden_points_iterator
92 template <class Vertex_remover>
93 static void insert(const One_alpha&,const Vertex_remover&){}
404 typename Dt:: template Vertex_remover<Dt> remover(tmp);
H A DPeriodic_3_Delaunay_triangulation_3.h525 typedef Vertex_remover< DT > Remover;
768 template <class TriangulationR3> struct Vertex_remover;
771 struct Vertex_remover struct
793 Vertex_remover(const Self *t, Triangulation_R3 &tmp_) : _t(t),tmp(tmp_) {} in Vertex_remover() argument
948 typedef Vertex_remover< Euclidean_triangulation > Remover; in remove()
974 typedef Vertex_remover< Euclidean_triangulation > Remover; in remove_if_no_cover_change()
1362 struct Periodic_3_Delaunay_triangulation_3<GT,Tds>::Vertex_remover
1382 Vertex_remover(const Self *t, Triangulation_R3 &tmp_) : _t(t),tmp(tmp_) {}
H A DDelaunay_triangulation_3.h720 Vertex_remover<Self> remover(tmp); in remove_cluster()
1062 class Vertex_remover; variable
1239 class Delaunay_triangulation_3<Gt,Tds,Default,Lds>::Vertex_remover
1246 Vertex_remover(Delaunay &tmp_) : tmp(tmp_) {} in Vertex_remover() function
1301 Vertex_remover<Self> remover(tmp); in remove()
1313 Vertex_remover<Self> remover(tmp); in remove()
1326 Vertex_remover<Self> remover(tmp); in move_if_no_collision()
1344 Vertex_remover<Self> remover(tmp); in move()
1356 Vertex_remover<Self> remover(tmp); in remove_and_give_new_cells()
1370 Vertex_remover<Self> remover(tmp); in move_if_no_collision_and_give_new_cells()
H A DRegular_triangulation_3.h900 Vertex_remover<Self> remover(tmp);
917 Vertex_remover<Self> remover(tmp);
1656 class Vertex_remover;
2452 class Regular_triangulation_3<Gt, Tds, Lds>::Vertex_remover
2460 Vertex_remover(Regular &tmp_) : tmp(tmp_) {}
2533 Vertex_remover<Self> remover(tmp);
2537 for(typename Vertex_remover<Self>::Hidden_points_iterator
2571 Vertex_remover<Self> remover(tmp);
2581 for(typename Vertex_remover<Self>::Hidden_points_iterator
2648 Vertex_remover<Self> remover(tmp);
[all …]
H A DPeriodic_3_regular_triangulation_3.h542 typedef Vertex_remover< Euclidean_triangulation > Remover; in remove()
573 typedef Vertex_remover< Euclidean_triangulation > Remover; in remove_if_no_cover_change()
1252 template <class TriangulationR3> struct Vertex_remover;
1255 struct Vertex_remover struct
1277 Vertex_remover(const Self *t, Triangulation_R3 &tmp_) : _t(t),tmp(tmp_) {} in Vertex_remover() argument
1699 struct Periodic_3_regular_triangulation_3<GT,Tds>::Vertex_remover
1720 Vertex_remover(const Self* t, Triangulation_R3& tmp_) : _t(t),tmp(tmp_) {}