Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull_bench.cpp141 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 Dconvex_hull_sample.cpp246 void quickhull(const pointVec_t &points, pointVec_t &hull) { in quickhull() function
295 quickhull(points, hull); in main()