Home
last modified time | relevance | path

Searched refs:is_Gabriel (Results 1 – 7 of 7) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DAlpha_shape_3.h153 using Dt::is_Gabriel;
345 if (is_Gabriel(vit)) { in set_alpha_min_of_vertices()
1093 if ( (get_mode()== REGULARIZED || !as.is_Gabriel()) in filtration_output()
1119 if ((get_mode()== REGULARIZED || !as->is_Gabriel()) in filtration_output()
1227 if (is_Gabriel(*fit)) { in initialize_alpha_facet_maps()
1260 if ( as->is_Gabriel()) { in initialize_alpha_edge_maps()
1567 as.is_Gabriel() && in classify()
1581 as->is_Gabriel() && in classify()
1670 if (get_mode() == GENERAL && asf->is_Gabriel()){ in compute_edge_status()
1681 if (is_Gabriel(c,i,j)) { in compute_edge_status()
[all …]
H A DPeriodic_3_Delaunay_triangulation_3.h646 bool is_Gabriel(const Cell_handle c, int i) const;
647 bool is_Gabriel(const Cell_handle c, int i, int j) const;
648 bool is_Gabriel(const Facet& f)const { in is_Gabriel() function
649 return is_Gabriel(f.first, f.second); in is_Gabriel()
651 bool is_Gabriel(const Edge& e) const { in is_Gabriel() function
652 return is_Gabriel(e.first, e.second, e.third); in is_Gabriel()
1130 is_Gabriel(const Cell_handle c, int i) const in is_Gabriel() function
1167 is_Gabriel(const Cell_handle c, int i, int j) const in is_Gabriel() function
H A DDelaunay_triangulation_3.h757 bool is_Gabriel(Cell_handle c, int i) const;
758 bool is_Gabriel(Cell_handle c, int i, int j) const;
759 bool is_Gabriel(const Facet& f)const ;
760 bool is_Gabriel(const Edge& e) const;
1759 is_Gabriel(const Facet& f) const in is_Gabriel() function
1761 return is_Gabriel(f.first, f.second); in is_Gabriel()
1767 is_Gabriel(Cell_handle c, int i) const in is_Gabriel() function
1796 is_Gabriel(const Edge& e) const in is_Gabriel() function
1798 return is_Gabriel(e.first, e.second, e.third); in is_Gabriel()
1804 is_Gabriel(Cell_handle c, int i, int j) const in is_Gabriel() function
H A DAlpha_shape_cell_base_3.h46 bool is_Gabriel() const {return _is_Gabriel;} in is_Gabriel() function
H A DRegular_triangulation_3.h974 bool is_Gabriel(Cell_handle c, int i) const;
976 bool is_Gabriel(const Facet& f)const ;
977 bool is_Gabriel(const Edge& e) const;
978 bool is_Gabriel(Vertex_handle v) const;
2262 is_Gabriel(const Facet& f) const
2264 return is_Gabriel(f.first, f.second);
2270 is_Gabriel(Cell_handle c, int i) const
2300 is_Gabriel(const Edge& e) const
2302 return is_Gabriel(e.first, e.second, e.third);
2308 is_Gabriel(Cell_handle c, int i, int j) const
[all …]
H A DFixed_alpha_shape_3.h194 using Dt::is_Gabriel;
630 bool is_vertex_Gabriel(Vertexhandle v,Tag_true){return is_Gabriel(v);}
874 if ( is_Gabriel(f) ){
920 if ( is_Gabriel(c,i,j) ){
H A DPeriodic_3_regular_triangulation_3.h1068 bool is_Gabriel(Cell_handle c, int i) const in is_Gabriel() function
1103 bool is_Gabriel(Cell_handle c, int i, int j) const in is_Gabriel() function
1131 bool is_Gabriel(const Facet& f) const in is_Gabriel() function
1133 return is_Gabriel(f.first, f.second); in is_Gabriel()
1136 bool is_Gabriel(const Edge& e) const in is_Gabriel() function
1138 return is_Gabriel(e.first, e.second, e.third); in is_Gabriel()
1141 bool is_Gabriel(Vertex_handle v) const in is_Gabriel() function