| 
    Hugintrunk
    0.1
    
   | 
 
implementation of MaskImageCtrl Class More...
#include "panoinc_WX.h"#include "panoinc.h"#include <wx/dcbuffer.h>#include "base_wx/platform.h"#include "base_wx/wxcms.h"#include "hugin/MainFrame.h"#include "hugin/huginApp.h"#include "hugin/config_defaults.h"#include "hugin/MaskImageCtrl.h"#include "hugin/MaskEditorPanel.h"#include "base_wx/wxImageCache.h"#include <vigra/inspectimage.hxx>
Go to the source code of this file.
Variables | |
| const int | polygonPointSize =3 | 
| half size of markers  More... | |
| const int | maxSelectionDistance = 10 | 
| maximal distance for selection of one point  More... | |
| const int maxSelectionDistance = 10 | 
maximal distance for selection of one point
Definition at line 45 of file MaskImageCtrl.cpp.
Referenced by MaskImageCtrl::GetClickPos(), PerspectiveImageCtrl::GetNearestLine(), PerspectiveImageCtrl::GetNearestLinePoint(), PerspectiveImageCtrl::GetNearestRectangleLine(), PerspectiveImageCtrl::GetNearestRectanglePoint(), MaskImageCtrl::OnLeftMouseDown(), MaskImageCtrl::OnLeftMouseUp(), MaskImageCtrl::OnRightMouseUp(), and MaskImageCtrl::SelectPointsInsideMouseRect().
| const int polygonPointSize =3 | 
half size of markers
Definition at line 43 of file MaskImageCtrl.cpp.
Referenced by PerspectiveImageCtrl::DrawLines(), MaskImageCtrl::DrawPolygon(), and PerspectiveImageCtrl::DrawRect().
 1.8.5