Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/polygon_overlay/
H A Dpolymain.cpp426 int polyIndx = validPolys[indx]; in GenerateMap() local
430 (**newMap)[polyIndx].get(&xlow, &ylow, &xhigh, &yhigh); in GenerateMap()
465 (**newMap)[polyIndx].set(xlnew, ylnew, xhnew, yhnew); in GenerateMap()
468 tempMap[i * ySize + j] = polyIndx; in GenerateMap()