| 54 | } |
| 55 | |
| 56 | void FrameTypeData::addBlockVector( |
| 57 | unsigned short x, unsigned short y, unsigned short w, unsigned short h, int vecX, int vecY) |
| 58 | { |
| 59 | StatsItemVector vec; |
| 60 | vec.pos[0] = x; |
| 61 | vec.pos[1] = y; |
| 62 | vec.size[0] = w; |
| 63 | vec.size[1] = h; |
| 64 | vec.point[0] = Point(vecX, vecY); |
| 65 | vec.isLine = false; |
| 66 | vectorData.push_back(vec); |
| 67 | } |
| 68 | |
| 69 | void FrameTypeData::addBlockAffineTF(unsigned short x, |
| 70 | unsigned short y, |