Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/include/CGAL/Mesh_3/
H A DC3T3_helpers.h1042 struct Is_sliver : public CGAL::cpp98::unary_function<Cell_handle,bool> struct
1044 Is_sliver(const C3T3& c3t3,
3595 typedef Filter<OutputIt, Cell_handle, Is_sliver<Sc> > F; in get_incident_slivers_without_using_tds_data()
3597 Is_sliver<Sc> i_s(c3t3_, criterion, sliver_bound); in get_incident_slivers_without_using_tds_data()
3635 Is_sliver<SliverCriterion> i_s(c3t3_, criterion, sliver_bound); in try_lock_and_get_incident_slivers()
3663 std::not1(Is_sliver<Sc>(c3t3_,criterion,sliver_bound))); in incident_slivers()
3679 typedef Filter<OutputIterator,Cell_handle,Is_sliver<Sc> > F; in new_incident_slivers()
3681 Is_sliver<Sc> i_s(c3t3_, criterion, sliver_bound); in new_incident_slivers()
3696 Is_sliver<SliverCriterion> iss(c3t3_,criterion,sliver_bound); in is_sliver()
3709 typedef Counter<Cell_handle,Is_sliver<Sc> > C; in number_of_incident_slivers()
[all …]