Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
PerspectiveImageCtrl::Line Class Reference

#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
 

Detailed Description

Definition at line 47 of file PerspectiveImageCtrl.h.

Constructor & Destructor Documentation

PerspectiveImageCtrl::Line::Line ( )
inline

Definition at line 52 of file PerspectiveImageCtrl.h.

PerspectiveImageCtrl::Line::Line ( const hugin_utils::FDiff2D p1,
const hugin_utils::FDiff2D p2 
)
inline

Definition at line 53 of file PerspectiveImageCtrl.h.

References end, and start.

Member Function Documentation

void PerspectiveImageCtrl::Line::Mirror ( )
inline

Definition at line 59 of file PerspectiveImageCtrl.h.

References end, and start.

Referenced by PerspectiveImageCtrl::OnLeftMouseDown().

Member Data Documentation

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().


The documentation for this class was generated from the following file: