Hugintrunk
0.1
|
#include <PerspectiveImageCtrl.h>
Public Member Functions | |
Line () | |
Line (const hugin_utils::FDiff2D &p1, const hugin_utils::FDiff2D &p2) | |
void | Mirror () |
Public Attributes | |
hugin_utils::FDiff2D | start |
hugin_utils::FDiff2D | end |
Definition at line 47 of file PerspectiveImageCtrl.h.
|
inline |
Definition at line 52 of file PerspectiveImageCtrl.h.
|
inline |
Definition at line 53 of file PerspectiveImageCtrl.h.
|
inline |
Definition at line 59 of file PerspectiveImageCtrl.h.
Referenced by PerspectiveImageCtrl::OnLeftMouseDown().
hugin_utils::FDiff2D PerspectiveImageCtrl::Line::end |
Definition at line 50 of file PerspectiveImageCtrl.h.
Referenced by Line(), Mirror(), and PerspectiveImageCtrl::OnLeftMouseUp().
hugin_utils::FDiff2D PerspectiveImageCtrl::Line::start |
Definition at line 50 of file PerspectiveImageCtrl.h.
Referenced by Line(), Mirror(), and PerspectiveImageCtrl::OnLeftMouseUp().