|
Hugin trunk 0.1
|
class to represent a single rectangle More...
#include <OverviewOutlinesTool.h>
Public Member Functions | |
| Rect (double left, double top, double right, double bottom) | |
| Rect | transformImgCoord (HuginBase::PTools::Transform *trans) |
| transform the rectangle's coordinates with a certain transform | |
| void | center (double &x, double &y) |
| get the center of the rectangle | |
Public Attributes | |
| double | val [4][2] |
class to represent a single rectangle
Definition at line 56 of file OverviewOutlinesTool.h.
Definition at line 58 of file OverviewOutlinesTool.h.
References val.
get the center of the rectangle
Definition at line 81 of file OverviewOutlinesTool.h.
References val.
|
inline |
transform the rectangle's coordinates with a certain transform
Definition at line 68 of file OverviewOutlinesTool.h.
References OverviewOutlinesTool::res, threshold(), and val.
Referenced by OverviewOutlinesTool::DrawRect().
| double OverviewOutlinesTool::Rect::val[4][2] |
Definition at line 85 of file OverviewOutlinesTool.h.
Referenced by center(), Rect(), and transformImgCoord().