Lines Matching defs:Rect
28 struct Rect {
41 Rect() {
44 Rect(TFloat xx1, TFloat yy1, TFloat xx2, TFloat yy2)
49 Rect(const Rect<T> &rhs) {
55 Rect<TFloat> &operator=(const Rect<T> &rhs) {
61 bool operator==(const Rect &rhs) const {
146 Rect<TNum> rect;
148 RectSet(const IdSet<TId> &i, const Rect<TNum> &r) : id_set(i), rect(r) {
152 return id_set == rhs.id_set && rect == rhs.rect;
162 void separate_frects_64(const std::vector<Rect<float>> &in,
164 void separate_rects_64(const std::vector<Rect<int>> &in,