Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DConvex_hull_d.h646 std::list< Point_d > OtherPoints; in initialize() local
686 OtherPoints.push_back(x); in initialize()
701 pit = OtherPoints.begin(); in initialize()
702 while ( pit != OtherPoints.end() ) { in initialize()
704 L.push_back(*pit); pred=pit; ++pit; OtherPoints.erase(pred); in initialize()
709 OtherPoints.clear(); in initialize()
738 CGAL_assertion(OtherPoints.empty()); in initialize()
740 OtherPoints.splice(OtherPoints.end(),PointsOf[*it]); in initialize()
815 pit = OtherPoints.begin(); in initialize()
816 while ( pit != OtherPoints.end() ) { in initialize()
[all …]