Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
CPEditorPanel Class Reference

control point editor panel. More...

#include <CPEditorPanel.h>

Inheritance diagram for CPEditorPanel:
Inheritance graph

Public Member Functions

 CPEditorPanel ()
 ctor.
 
bool Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name="panel")
 
void Init (HuginBase::Panorama *pano)
 
virtual ~CPEditorPanel ()
 dtor.
 
void setLeftImage (unsigned int imgNr)
 set left image
 
void setRightImage (unsigned int imgNr)
 set right image
 
void SetPano (HuginBase::Panorama *panorama)
 
void panoramaChanged (HuginBase::Panorama &pano)
 called when the panorama changes and we should update our display
 
void panoramaImagesChanged (HuginBase::Panorama &pano, const HuginBase::UIntSet &imgNr)
 notifies about changes to images
 
void SelectGlobalPoint (unsigned int globalNr)
 Select a point.
 
void ShowControlPoint (unsigned int cpNr)
 show a control point
 
void ClearSelection ()
 unselect a point
 
- Public Member Functions inherited from HuginBase::PanoramaObserver
virtual ~PanoramaObserver ()
 

Private Types

enum  CPCreationState {
  NO_POINT , LEFT_POINT , RIGHT_POINT , RIGHT_POINT_RETRY ,
  LEFT_POINT_RETRY , BOTH_POINTS_SELECTED
}
 the state machine for point selection: it is set to the current selection More...
 
enum  CPTabActionButtonMode { CPTAB_ACTION_CREATE_CP = 0 , CPTAB_ACTION_CELESTE = 1 , CPTAB_ACTION_CLEAN_CP = 2 }
 
enum  CPScrollHint { CP_SCROLL_BOTH =0 , CP_SCROLL_LEFT , CP_SCROLL_RIGHT }
 

Private Member Functions

void UpdateDisplay (bool newImages)
 updates the display after another image has been selected.
 
void EnablePointEdit (bool state)
 enable or disable controls for editing other points
 
void SelectLocalPoint (unsigned int LVpointNr, bool scrollLeft=true, bool scrollRight=true)
 select a local point.
 
bool globalPNr2LocalPNr (unsigned int &localNr, unsigned int globalNr) const
 map a global point nr to a local one, if possible
 
unsigned int localPNr2GlobalPNr (unsigned int localNr) const
 find a local point
 
void NewPointChange (hugin_utils::FDiff2D p, bool left)
 
void CreateNewPoint ()
 this is used to finally create the point in the panorama model
 
bool PointFineTune (unsigned int tmplImgNr, const vigra::Diff2D &tmplPoint, int tmplWidth, unsigned int subjImgNr, const hugin_utils::FDiff2D &subjPoint, int searchWidth, vigra_ext::CorrelationResult &tunedPos)
 search for region in destImg
 
const float getVerticalCPBias ()
 
void OnCPEvent (CPEvent &ev)
 
void OnLeftChoiceChange (wxCommandEvent &e)
 
void OnRightChoiceChange (wxCommandEvent &e)
 
void OnCPListSelect (wxListEvent &e)
 
void OnCPListDeselect (wxListEvent &e)
 
void OnAddButton (wxCommandEvent &e)
 
void OnZoom (wxCommandEvent &e)
 
void OnTextPointChange (wxCommandEvent &e)
 
void OnKey (wxKeyEvent &e)
 
void OnDeleteButton (wxCommandEvent &e)
 
void OnPrevImg (wxCommandEvent &e)
 
void OnNextImg (wxCommandEvent &e)
 
void OnColumnWidthChange (wxListEvent &e)
 
void OnColumnHeaderClick (wxListEvent &e)
 
void OnFineTuneButton (wxCommandEvent &e)
 
void OnActionButton (wxCommandEvent &e)
 
void OnCreateCPButton (wxCommandEvent &e)
 
void OnCelesteButton (wxCommandEvent &e)
 
void OnCleanCPButton (wxCommandEvent &e)
 
void OnShowLinesCheckbox (wxCommandEvent &e)
 
void OnActionSelectCreate (wxCommandEvent &e)
 
void OnActionSelectCeleste (wxCommandEvent &e)
 
void OnActionSelectCleanCP (wxCommandEvent &e)
 
void OnActionContextMenu (wxContextMenuEvent &e)
 
void FineTuneSelectedPoint (bool left)
 
void FineTuneNewPoint (bool left)
 
hugin_utils::FDiff2D LocalFineTunePoint (unsigned int srcNr, const vigra::Diff2D &srcPnt, hugin_utils::FDiff2D &movedSrcPnt, unsigned int moveNr, const hugin_utils::FDiff2D &movePnt)
 
hugin_utils::FDiff2D EstimatePoint (const hugin_utils::FDiff2D &p, bool left)
 Estimate position of point in the other image.
 
void changeState (CPCreationState newState)
 
void estimateAndAddOtherPoint (const hugin_utils::FDiff2D &p, bool left, CPImageCtrl *thisImg, unsigned int thisImgNr, CPCreationState THIS_POINT, CPCreationState THIS_POINT_RETRY, CPImageCtrl *otherImg, unsigned int otherImgNr, CPCreationState OTHER_POINT, CPCreationState OTHER_POINT_RETRY)
 estimate and set point in other image
 
CPImageCtrl::ImageRotation GetRot (double yaw, double roll, double pitch)
 calculate rotation required for upright image display from roll, pitch and yaw angles
 
void UpdateTransforms ()
 updated the internal transform object for drawing line in controls
 
void SortList ()
 sorting functions
 

Private Attributes

CPCreationState cpCreationState
 
CPTabActionButtonMode m_cpActionButtonMode
 
wxMenum_cpActionContextMenu
 
wxString m_currentCPDetector
 
CPImagesComboBoxm_leftChoice
 
CPImagesComboBoxm_rightChoice
 
CPImageCtrlm_leftImg
 
CPImageCtrlm_rightImg
 
wxListCtrl * m_cpList
 
wxTextCtrl * m_x1Text
 
wxTextCtrl * m_y1Text
 
wxTextCtrl * m_x2Text
 
wxTextCtrl * m_y2Text
 
wxTextCtrl * m_errorText
 
wxChoicem_cpModeChoice
 
wxChoicem_zoomChoice
 
wxButtonm_addButton
 
wxButtonm_delButton
 
wxButtonm_actionButton
 
wxButtonm_finetuneButton
 
wxButtonm_nextImgButton
 
wxButtonm_prevImgButton
 
wxCheckBoxm_autoAddCB
 
wxCheckBoxm_fineTuneCB
 
wxCheckBoxm_estimateCB
 
wxCheckBoxm_showLinesCB
 
wxPanel * m_cp_ctrls
 
HuginBase::Panoramam_pano
 
unsigned int m_leftImageNr
 
unsigned int m_rightImageNr
 
std::string m_leftFile
 
std::string m_rightFile
 
bool m_listenToPageChange
 
double m_detailZoomFactor
 
HuginBase::PTools::Transform m_leftTransform
 
HuginBase::PTools::Transform m_leftInvTransform
 
HuginBase::PTools::Transform m_rightTransform
 
HuginBase::PTools::Transform m_rightInvTransform
 
HuginBase::PTools::Transform m_leftTransformMag
 
HuginBase::PTools::Transform m_leftInvTransformMag
 
HuginBase::PTools::Transform m_rightTransformMag
 
HuginBase::PTools::Transform m_rightInvTransformMag
 
unsigned int m_selectedPoint
 
HuginBase::CPointVector currentPoints
 
std::set< unsigned intmirroredPoints
 
size_t m_countCP
 
long m_sortCol = -1
 
bool m_sortAscending = true
 
CPImageCtrl::ImageRotation m_leftRot
 
CPImageCtrl::ImageRotation m_rightRot
 
CPScrollHint m_scrollHint
 

Detailed Description

control point editor panel.

This panel is used to create/change/edit control points

Todo:
support control lines

Definition at line 64 of file CPEditorPanel.h.

Member Enumeration Documentation

◆ CPCreationState

the state machine for point selection: it is set to the current selection

Enumerator
NO_POINT 

no point selected

LEFT_POINT 

point in left image selected

RIGHT_POINT 

selected point in right image

RIGHT_POINT_RETRY 

point in left image selected, finetune failed in right image

LEFT_POINT_RETRY 

right point, finetune for left point failed

BOTH_POINTS_SELECTED 

left and right point selected, waiting for add point.

Definition at line 203 of file CPEditorPanel.h.

◆ CPScrollHint

Enumerator
CP_SCROLL_BOTH 
CP_SCROLL_LEFT 
CP_SCROLL_RIGHT 

Definition at line 299 of file CPEditorPanel.h.

◆ CPTabActionButtonMode

Enumerator
CPTAB_ACTION_CREATE_CP 
CPTAB_ACTION_CELESTE 
CPTAB_ACTION_CLEAN_CP 

Definition at line 234 of file CPEditorPanel.h.

Constructor & Destructor Documentation

◆ CPEditorPanel()

CPEditorPanel::CPEditorPanel ( )

ctor.

Definition at line 66 of file CPEditorPanel.cpp.

References DEBUG_TRACE, m_countCP, and m_pano.

◆ ~CPEditorPanel()

CPEditorPanel::~CPEditorPanel ( )
virtual

Member Function Documentation

◆ changeState()

void CPEditorPanel::changeState ( CPCreationState  newState)
private

◆ ClearSelection()

void CPEditorPanel::ClearSelection ( )

unselect a point

Definition at line 801 of file CPEditorPanel.cpp.

References changeState(), CPImageCtrl::deselect(), m_cpList, m_leftImg, m_rightImg, m_selectedPoint, NO_POINT, threshold(), and UpdateDisplay().

Referenced by changeState().

◆ Create()

bool CPEditorPanel::Create ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint pos = wxDefaultPosition,
const wxSize size = wxDefaultSize,
long  style = wxTAB_TRAVERSAL,
const wxString name = "panel" 
)

◆ CreateNewPoint()

void CPEditorPanel::CreateNewPoint ( )
private

◆ EnablePointEdit()

void CPEditorPanel::EnablePointEdit ( bool  state)
private

enable or disable controls for editing other points

Definition at line 1792 of file CPEditorPanel.cpp.

References m_cpModeChoice, m_delButton, m_finetuneButton, m_x1Text, m_x2Text, m_y1Text, and m_y2Text.

Referenced by OnCPListDeselect(), OnCPListSelect(), SelectLocalPoint(), and UpdateDisplay().

◆ estimateAndAddOtherPoint()

void CPEditorPanel::estimateAndAddOtherPoint ( const hugin_utils::FDiff2D p,
bool  left,
CPImageCtrl thisImg,
unsigned int  thisImgNr,
CPCreationState  THIS_POINT,
CPCreationState  THIS_POINT_RETRY,
CPImageCtrl otherImg,
unsigned int  otherImgNr,
CPCreationState  OTHER_POINT,
CPCreationState  OTHER_POINT_RETRY 
)
private

◆ EstimatePoint()

hugin_utils::FDiff2D CPEditorPanel::EstimatePoint ( const hugin_utils::FDiff2D p,
bool  left 
)
private

◆ FineTuneNewPoint()

void CPEditorPanel::FineTuneNewPoint ( bool  left)
private

◆ FineTuneSelectedPoint()

void CPEditorPanel::FineTuneSelectedPoint ( bool  left)
private

◆ GetRot()

CPImageCtrl::ImageRotation CPEditorPanel::GetRot ( double  yaw,
double  roll,
double  pitch 
)
private

calculate rotation required for upright image display from roll, pitch and yaw angles

Definition at line 2673 of file CPEditorPanel.cpp.

References CPImageCtrl::ROT0, CPImageCtrl::ROT180, CPImageCtrl::ROT270, CPImageCtrl::ROT90, and threshold().

Referenced by panoramaImagesChanged(), setLeftImage(), and setRightImage().

◆ getVerticalCPBias()

const float CPEditorPanel::getVerticalCPBias ( )
private

◆ globalPNr2LocalPNr()

bool CPEditorPanel::globalPNr2LocalPNr ( unsigned int localNr,
unsigned int  globalNr 
) const
private

map a global point nr to a local one, if possible

Definition at line 863 of file CPEditorPanel.cpp.

References currentPoints, and threshold().

Referenced by SelectGlobalPoint().

◆ Init()

void CPEditorPanel::Init ( HuginBase::Panorama pano)

Definition at line 265 of file CPEditorPanel.cpp.

References HuginBase::Panorama::addObserver(), and m_pano.

Referenced by MainFrame::MainFrame().

◆ LocalFineTunePoint()

hugin_utils::FDiff2D CPEditorPanel::LocalFineTunePoint ( unsigned int  srcNr,
const vigra::Diff2D &  srcPnt,
hugin_utils::FDiff2D movedSrcPnt,
unsigned int  moveNr,
const hugin_utils::FDiff2D movePnt 
)
private

◆ localPNr2GlobalPNr()

unsigned int CPEditorPanel::localPNr2GlobalPNr ( unsigned int  localNr) const
private

find a local point

Definition at line 879 of file CPEditorPanel.cpp.

References currentPoints, and threshold().

Referenced by OnCPEvent(), OnDeleteButton(), and OnKey().

◆ NewPointChange()

void CPEditorPanel::NewPointChange ( hugin_utils::FDiff2D  p,
bool  left 
)
private

◆ OnActionButton()

void CPEditorPanel::OnActionButton ( wxCommandEvent &  e)
private

◆ OnActionContextMenu()

void CPEditorPanel::OnActionContextMenu ( wxContextMenuEvent e)
private

Definition at line 2242 of file CPEditorPanel.cpp.

References MainFrame::Get(), m_cpActionContextMenu, and threshold().

Referenced by Create().

◆ OnActionSelectCeleste()

void CPEditorPanel::OnActionSelectCeleste ( wxCommandEvent &  e)
private

Definition at line 2418 of file CPEditorPanel.cpp.

References CPTAB_ACTION_CELESTE, m_actionButton, m_cpActionButtonMode, and threshold().

Referenced by Create().

◆ OnActionSelectCleanCP()

void CPEditorPanel::OnActionSelectCleanCP ( wxCommandEvent &  e)
private

Definition at line 2429 of file CPEditorPanel.cpp.

References CPTAB_ACTION_CLEAN_CP, m_actionButton, m_cpActionButtonMode, and threshold().

Referenced by Create().

◆ OnActionSelectCreate()

void CPEditorPanel::OnActionSelectCreate ( wxCommandEvent &  e)
private

Definition at line 2407 of file CPEditorPanel.cpp.

References CPTAB_ACTION_CREATE_CP, m_actionButton, m_cpActionButtonMode, and threshold().

Referenced by Create().

◆ OnAddButton()

void CPEditorPanel::OnAddButton ( wxCommandEvent &  e)
private

Definition at line 2065 of file CPEditorPanel.cpp.

References BOTH_POINTS_SELECTED, cpCreationState, and CreateNewPoint().

Referenced by Create().

◆ OnCelesteButton()

void CPEditorPanel::OnCelesteButton ( wxCommandEvent &  e)
private

◆ OnCleanCPButton()

void CPEditorPanel::OnCleanCPButton ( wxCommandEvent &  e)
private

◆ OnColumnHeaderClick()

void CPEditorPanel::OnColumnHeaderClick ( wxListEvent e)
private

Definition at line 2649 of file CPEditorPanel.cpp.

References m_cpList, m_sortAscending, m_sortCol, SortList(), and threshold().

Referenced by Create().

◆ OnColumnWidthChange()

void CPEditorPanel::OnColumnWidthChange ( wxListEvent e)
private

Definition at line 2643 of file CPEditorPanel.cpp.

References m_cpList, and threshold().

Referenced by Create().

◆ OnCPEvent()

void CPEditorPanel::OnCPEvent ( CPEvent ev)
private

◆ OnCPListDeselect()

void CPEditorPanel::OnCPListDeselect ( wxListEvent e)
private

Definition at line 1905 of file CPEditorPanel.cpp.

References changeState(), CPImageCtrl::deselect(), EnablePointEdit(), m_leftImg, m_rightImg, and NO_POINT.

Referenced by Create().

◆ OnCPListSelect()

void CPEditorPanel::OnCPListSelect ( wxListEvent e)
private

◆ OnCreateCPButton()

void CPEditorPanel::OnCreateCPButton ( wxCommandEvent &  e)
private

◆ OnDeleteButton()

void CPEditorPanel::OnDeleteButton ( wxCommandEvent &  e)
private

◆ OnFineTuneButton()

void CPEditorPanel::OnFineTuneButton ( wxCommandEvent &  e)
private

◆ OnKey()

void CPEditorPanel::OnKey ( wxKeyEvent e)
private

◆ OnLeftChoiceChange()

void CPEditorPanel::OnLeftChoiceChange ( wxCommandEvent &  e)
private

Definition at line 1868 of file CPEditorPanel.cpp.

References DEBUG_TRACE, m_listenToPageChange, and setLeftImage().

Referenced by Create().

◆ OnNextImg()

void CPEditorPanel::OnNextImg ( wxCommandEvent &  e)
private

◆ OnPrevImg()

void CPEditorPanel::OnPrevImg ( wxCommandEvent &  e)
private

◆ OnRightChoiceChange()

void CPEditorPanel::OnRightChoiceChange ( wxCommandEvent &  e)
private

Definition at line 1876 of file CPEditorPanel.cpp.

References DEBUG_TRACE, m_listenToPageChange, and setRightImage().

Referenced by Create().

◆ OnShowLinesCheckbox()

void CPEditorPanel::OnShowLinesCheckbox ( wxCommandEvent &  e)
private

Definition at line 2666 of file CPEditorPanel.cpp.

References m_leftImg, m_rightImg, and CPImageCtrl::ShowLines().

Referenced by Create().

◆ OnTextPointChange()

void CPEditorPanel::OnTextPointChange ( wxCommandEvent &  e)
private

◆ OnZoom()

void CPEditorPanel::OnZoom ( wxCommandEvent &  e)
private

◆ panoramaChanged()

void CPEditorPanel::panoramaChanged ( HuginBase::Panorama pano)
virtual

◆ panoramaImagesChanged()

void CPEditorPanel::panoramaImagesChanged ( HuginBase::Panorama pano,
const HuginBase::UIntSet changed 
)
virtual

◆ PointFineTune()

bool CPEditorPanel::PointFineTune ( unsigned int  tmplImgNr,
const vigra::Diff2D &  tmplPoint,
int  tmplWidth,
unsigned int  subjImgNr,
const hugin_utils::FDiff2D subjPoint,
int  searchWidth,
vigra_ext::CorrelationResult tunedPos 
)
private

◆ SelectGlobalPoint()

void CPEditorPanel::SelectGlobalPoint ( unsigned int  globalNr)

Select a point.

This should highlight it in the listview and on the pictures.

Does not change the pictures. The control point must be on the two existing images

Definition at line 852 of file CPEditorPanel.cpp.

References DEBUG_DEBUG, DEBUG_ERROR, globalPNr2LocalPNr(), SelectLocalPoint(), and threshold().

Referenced by CreateNewPoint(), OnCPEvent(), and ShowControlPoint().

◆ SelectLocalPoint()

void CPEditorPanel::SelectLocalPoint ( unsigned int  LVpointNr,
bool  scrollLeft = true,
bool  scrollRight = true 
)
private

select a local point.

the given cp is only selected in the cp list when (scrollLeft && scrollRight) in the other case you need to select the item in the list by yourself

Definition at line 820 of file CPEditorPanel.cpp.

References currentPoints, DEBUG_DEBUG, DEBUG_TRACE, EnablePointEdit(), m_cpList, m_cpModeChoice, m_leftImg, m_rightImg, m_selectedPoint, m_x1Text, m_x2Text, m_y1Text, m_y2Text, HuginBase::ControlPoint::mode, CPImageCtrl::selectPoint(), threshold(), HuginBase::ControlPoint::x1, HuginBase::ControlPoint::x2, HuginBase::ControlPoint::y1, and HuginBase::ControlPoint::y2.

Referenced by OnCPListSelect(), OnZoom(), and SelectGlobalPoint().

◆ setLeftImage()

void CPEditorPanel::setLeftImage ( unsigned int  imgNr)

◆ SetPano()

void CPEditorPanel::SetPano ( HuginBase::Panorama panorama)
inline

Definition at line 84 of file CPEditorPanel.h.

References m_pano, and threshold().

◆ setRightImage()

void CPEditorPanel::setRightImage ( unsigned int  imgNr)

◆ ShowControlPoint()

void CPEditorPanel::ShowControlPoint ( unsigned int  cpNr)

show a control point

show control point cpNr and the corrosponding images

Definition at line 2102 of file CPEditorPanel.cpp.

References changeState(), HuginBase::Panorama::getCtrlPoint(), HuginBase::ControlPoint::image1Nr, HuginBase::ControlPoint::image2Nr, m_pano, NO_POINT, SelectGlobalPoint(), setLeftImage(), setRightImage(), and threshold().

Referenced by MainFrame::ShowCtrlPoint().

◆ SortList()

void CPEditorPanel::SortList ( )
private

◆ UpdateDisplay()

void CPEditorPanel::UpdateDisplay ( bool  newImages)
private

◆ UpdateTransforms()

void CPEditorPanel::UpdateTransforms ( )
private

Member Data Documentation

◆ cpCreationState

CPCreationState CPEditorPanel::cpCreationState
private

◆ currentPoints

HuginBase::CPointVector CPEditorPanel::currentPoints
private

◆ m_actionButton

wxButton* CPEditorPanel::m_actionButton
private

◆ m_addButton

wxButton* CPEditorPanel::m_addButton
private

Definition at line 252 of file CPEditorPanel.h.

Referenced by changeState(), Create(), and panoramaImagesChanged().

◆ m_autoAddCB

wxCheckBox* CPEditorPanel::m_autoAddCB
private

◆ m_countCP

size_t CPEditorPanel::m_countCP
private

Definition at line 291 of file CPEditorPanel.h.

Referenced by CPEditorPanel(), panoramaChanged(), and panoramaImagesChanged().

◆ m_cp_ctrls

wxPanel* CPEditorPanel::m_cp_ctrls
private

Definition at line 262 of file CPEditorPanel.h.

Referenced by Create().

◆ m_cpActionButtonMode

CPTabActionButtonMode CPEditorPanel::m_cpActionButtonMode
private

◆ m_cpActionContextMenu

wxMenu* CPEditorPanel::m_cpActionContextMenu
private

Definition at line 241 of file CPEditorPanel.h.

Referenced by Create(), and OnActionContextMenu().

◆ m_cpList

wxListCtrl* CPEditorPanel::m_cpList
private

◆ m_cpModeChoice

wxChoice* CPEditorPanel::m_cpModeChoice
private

◆ m_currentCPDetector

wxString CPEditorPanel::m_currentCPDetector
private

Definition at line 242 of file CPEditorPanel.h.

◆ m_delButton

wxButton* CPEditorPanel::m_delButton
private

Definition at line 253 of file CPEditorPanel.h.

Referenced by changeState(), Create(), EnablePointEdit(), and panoramaImagesChanged().

◆ m_detailZoomFactor

double CPEditorPanel::m_detailZoomFactor
private

Definition at line 272 of file CPEditorPanel.h.

Referenced by Create(), estimateAndAddOtherPoint(), NewPointChange(), and OnZoom().

◆ m_errorText

wxTextCtrl * CPEditorPanel::m_errorText
private

Definition at line 249 of file CPEditorPanel.h.

◆ m_estimateCB

wxCheckBox* CPEditorPanel::m_estimateCB
private

Definition at line 260 of file CPEditorPanel.h.

Referenced by Create(), NewPointChange(), panoramaImagesChanged(), and ~CPEditorPanel().

◆ m_finetuneButton

wxButton* CPEditorPanel::m_finetuneButton
private

Definition at line 255 of file CPEditorPanel.h.

Referenced by Create(), EnablePointEdit(), and panoramaImagesChanged().

◆ m_fineTuneCB

wxCheckBox* CPEditorPanel::m_fineTuneCB
private

◆ m_leftChoice

CPImagesComboBox* CPEditorPanel::m_leftChoice
private

◆ m_leftFile

std::string CPEditorPanel::m_leftFile
private

Definition at line 269 of file CPEditorPanel.h.

Referenced by panoramaImagesChanged(), and setLeftImage().

◆ m_leftImageNr

unsigned int CPEditorPanel::m_leftImageNr
private

◆ m_leftImg

CPImageCtrl* CPEditorPanel::m_leftImg
private

◆ m_leftInvTransform

HuginBase::PTools::Transform CPEditorPanel::m_leftInvTransform
private

Definition at line 275 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

◆ m_leftInvTransformMag

HuginBase::PTools::Transform CPEditorPanel::m_leftInvTransformMag
private

Definition at line 280 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

◆ m_leftRot

CPImageCtrl::ImageRotation CPEditorPanel::m_leftRot
private

◆ m_leftTransform

HuginBase::PTools::Transform CPEditorPanel::m_leftTransform
private

Definition at line 274 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

◆ m_leftTransformMag

HuginBase::PTools::Transform CPEditorPanel::m_leftTransformMag
private

Definition at line 279 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

◆ m_listenToPageChange

bool CPEditorPanel::m_listenToPageChange
private

◆ m_nextImgButton

wxButton* CPEditorPanel::m_nextImgButton
private

Definition at line 256 of file CPEditorPanel.h.

Referenced by Create(), and panoramaImagesChanged().

◆ m_pano

HuginBase::Panorama* CPEditorPanel::m_pano
private

◆ m_prevImgButton

wxButton* CPEditorPanel::m_prevImgButton
private

Definition at line 257 of file CPEditorPanel.h.

Referenced by Create(), and panoramaImagesChanged().

◆ m_rightChoice

CPImagesComboBox* CPEditorPanel::m_rightChoice
private

◆ m_rightFile

std::string CPEditorPanel::m_rightFile
private

Definition at line 270 of file CPEditorPanel.h.

Referenced by panoramaImagesChanged(), and setRightImage().

◆ m_rightImageNr

unsigned int CPEditorPanel::m_rightImageNr
private

◆ m_rightImg

CPImageCtrl * CPEditorPanel::m_rightImg
private

◆ m_rightInvTransform

HuginBase::PTools::Transform CPEditorPanel::m_rightInvTransform
private

Definition at line 277 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

◆ m_rightInvTransformMag

HuginBase::PTools::Transform CPEditorPanel::m_rightInvTransformMag
private

Definition at line 282 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

◆ m_rightRot

CPImageCtrl::ImageRotation CPEditorPanel::m_rightRot
private

Definition at line 297 of file CPEditorPanel.h.

Referenced by Create(), panoramaImagesChanged(), and setRightImage().

◆ m_rightTransform

HuginBase::PTools::Transform CPEditorPanel::m_rightTransform
private

Definition at line 276 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

◆ m_rightTransformMag

HuginBase::PTools::Transform CPEditorPanel::m_rightTransformMag
private

Definition at line 281 of file CPEditorPanel.h.

Referenced by Create(), and UpdateTransforms().

◆ m_scrollHint

CPScrollHint CPEditorPanel::m_scrollHint
private

Definition at line 305 of file CPEditorPanel.h.

Referenced by Create(), OnCPEvent(), and OnCPListSelect().

◆ m_selectedPoint

unsigned int CPEditorPanel::m_selectedPoint
private

◆ m_showLinesCB

wxCheckBox* CPEditorPanel::m_showLinesCB
private

Definition at line 261 of file CPEditorPanel.h.

Referenced by Create(), panoramaImagesChanged(), and ~CPEditorPanel().

◆ m_sortAscending

bool CPEditorPanel::m_sortAscending = true
private

Definition at line 294 of file CPEditorPanel.h.

Referenced by Create(), OnColumnHeaderClick(), SortList(), and ~CPEditorPanel().

◆ m_sortCol

long CPEditorPanel::m_sortCol = -1
private

Definition at line 293 of file CPEditorPanel.h.

Referenced by Create(), OnColumnHeaderClick(), SortList(), and ~CPEditorPanel().

◆ m_x1Text

wxTextCtrl* CPEditorPanel::m_x1Text
private

◆ m_x2Text

wxTextCtrl * CPEditorPanel::m_x2Text
private

◆ m_y1Text

wxTextCtrl * CPEditorPanel::m_y1Text
private

◆ m_y2Text

wxTextCtrl * CPEditorPanel::m_y2Text
private

◆ m_zoomChoice

wxChoice* CPEditorPanel::m_zoomChoice
private

Definition at line 251 of file CPEditorPanel.h.

Referenced by changeState(), Create(), OnKey(), and panoramaImagesChanged().

◆ mirroredPoints

std::set<unsigned int> CPEditorPanel::mirroredPoints
private

Definition at line 290 of file CPEditorPanel.h.

Referenced by FineTuneSelectedPoint(), OnTextPointChange(), and UpdateDisplay().


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