Home
last modified time | relevance | path

Searched refs:is_sliver (Results 1 – 3 of 3) sorted by relevance

/dports/math/geogram/geogram-1.7.7/src/lib/geogram/delaunay/
H A DLFS.cpp204 vector<bool> is_sliver(delaunay->nb_cells()); in init() local
240 is_sliver[t] = !ok; in init()
246 if(is_sliver[t]) { in init()
282 if(is_sliver[t]) { in init()
/dports/math/cgal/CGAL-5.3/include/CGAL/Mesh_3/
H A DC3T3_helpers.h931 is_sliver(const Cell_handle& ch,
3692 is_sliver(const Cell_handle& ch, in is_sliver() function
3712 Is_sliver<Sc> is_sliver(c3t3_,criterion,sliver_bound); in number_of_incident_slivers()
3713 C c(is_sliver, count); in number_of_incident_slivers()
H A DSliver_perturber.h1110 if(helper_.is_sliver(cit, sliver_criterion_, sliver_bound)) in build_priority_queue()