Searched refs:pointVec_t (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | convex_hull_bench.cpp | 125 pointVec_t P_reduced; in divide_and_conquer() 126 pointVec_t H1, H2; in divide_and_conquer() 141 void quickhull(const pointVec_t &points, pointVec_t &hull) { in quickhull() 149 pointVec_t H; in quickhull() 162 pointVec_t points; in main() 163 pointVec_t hull; in main() 200 void appendVector(const pointVec_t &src, pointVec_t &dest) { in appendVector() 232 pointVec_t &points; 259 pointVec_t &points; 529 pointVec_t H1, H2; in divide_and_conquer() [all …]
|
| H A D | convex_hull_sample.cpp | 42 void appendVector(const pointVec_t &src, pointVec_t &dest) { in appendVector() 46 pointVec_t &points; 132 const pointVec_t &points; 153 pointVec_t &reducedSet; 228 void divide_and_conquer(const pointVec_t &P, pointVec_t &H, point_t p1, point_t p2) { in divide_and_conquer() 230 pointVec_t P_reduced; in divide_and_conquer() 231 pointVec_t H1, H2; in divide_and_conquer() 246 void quickhull(const pointVec_t &points, pointVec_t &hull) { in quickhull() 255 pointVec_t H; in quickhull() 269 pointVec_t points; in main() [all …]
|