Searched refs:quickhull (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | convex_hull_bench.cpp | 141 void quickhull(const pointVec_t &points, pointVec_t &hull) { in quickhull() function 175 quickhull(points, hull); in main() 561 void quickhull(const pointVec_t &points, pointVec_t &hull, bool buffered) { in quickhull() function 614 quickhull(points, hull, false); in main() 643 quickhull(points, hull, true); in main()
|
| H A D | convex_hull_sample.cpp | 246 void quickhull(const pointVec_t &points, pointVec_t &hull) { in quickhull() function 295 quickhull(points, hull); in main()
|