Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/polygon_overlay/
H A Drpolygon.hpp31 class RPolygon;
32 typedef oneapi::tbb::scalable_allocator<RPolygon> RPolygon_allocator;
39 class RPolygon { class
41 RPolygon() { in RPolygon() function in RPolygon
66 RPolygon &intersect(RPolygon &otherPoly);
143 bool operator<(const RPolygon &a, const RPolygon &b) { in operator <()
151 extern bool operator<(const RPolygon &a, const RPolygon &b);
157 RPolygon *myPoly;
172 RPolygon *p() { in p()
175 void setp(RPolygon *newp) { in setp()
[all …]
H A Dpolyover.cpp57 RPolygon *p2 = &((*map2)[j]); in OverlayOnePolygonWithMap()
58 RPolygon *pnew; in OverlayOnePolygonWithMap()
89 RPolygon *p0 = &((*map1)[0]); in SerialOverlayMaps()
149 RPolygon *p0 = &(polymap1[0]); in NaiveParallelOverlay()
161 RPolygon *xp = in NaiveParallelOverlay()
207 RPolygon *p = i->p(); in split_at()
269 RPolygon *rp = i->p(); in check_my_map()
274 RPolygon *rp = i->p(); in check_my_map()
431 RPolygon *xp = in SplitParallelOverlay()
558 RPolygon *xp = in SplitParallelOverlayCV()
[all …]
H A Dpolymain.hpp38 extern bool PolygonsOverlap(RPolygon *p1, RPolygon *p2, int &xl, int &yl, int &xh, int &yh);
42 extern bool CompOnePolygon(RPolygon *p1, RPolygon *p2);
44 extern bool PolygonsEqual(RPolygon *p1, RPolygon *p2);
H A Dpolymain.cpp360 RPolygon *newPoly; in GenerateMap()
398 (*newMap)->push_back(RPolygon(0, 0, xSize - 1, ySize - 1)); in GenerateMap()
409 (*newMap)->push_back(RPolygon(nX, nY, nX, nY, nR, nG, nB)); in GenerateMap()
506 (*newMap)->push_back(RPolygon(i, j, ilen, jlen, nR, nG, nB)); in GenerateMap()
631 bool CompOnePolygon(RPolygon &p1, RPolygon &p2) { in CompOnePolygon()
643 bool PolygonsEqual(RPolygon *p1, RPolygon *p2) { in PolygonsEqual()
701 std::ostream &operator<<(std::ostream &s, const RPolygon &p) { in operator <<()
H A Dpover_video.cpp100 RPolygon *xp = in on_process()
101 new RPolygon(0, 0, gMapXSize - 1, gMapYSize - 1, 0, 0, 0); // Clear the output space in on_process()
H A Dpolyover.hpp29 RPolygon *myPoly,