49 #include <visp/vpRect.h>
50 #include <visp/vpDebug.h>
78 this->height = height;
89 this->left = topLeft.
get_u();
90 this->top = topLeft.
get_v();
92 this->height = height;
103 this->left = topLeft.
get_u();
104 this->top = topLeft.
get_v();
119 this->width = r.width;
120 this->height = r.height;
131 this->width = r.width;
132 this->height = r.height;