Hugintrunk
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 More... | |
void | center (double &x, double &y) |
get the center of the rectangle More... | |
Public Attributes | |
double | val [4][2] |
class to represent a single rectangle
Definition at line 56 of file OverviewOutlinesTool.h.
|
inline |
Definition at line 58 of file OverviewOutlinesTool.h.
References val.
|
inline |
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, HuginBase::PTools::Transform::transformImgCoord(), and val.
Referenced by OverviewOutlinesTool::DrawRect().
double OverviewOutlinesTool::Rect::val[4][2] |
Definition at line 85 of file OverviewOutlinesTool.h.
Referenced by center(), OverviewOutlinesTool::DrawRect(), Rect(), and transformImgCoord().