Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
OptimizePanel Class Reference
run the optimizer. More...
#include <OptimizePanel.h>
Inheritance diagram for OptimizePanel:

Public Member Functions | |
| OptimizePanel () | |
| bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxT("panel")) |
| Delayed creation. | |
| virtual | ~OptimizePanel () |
| void | Init (PT::Panorama *pano) |
| virtual void | panoramaChanged (PT::Panorama &pano) |
| receives notification about panorama changes | |
| virtual void | panoramaImagesChanged (PT::Panorama &pano, const PT::UIntSet &imgNr) |
| receives notification about panorama changes | |
| PT::OptimizeVector | getOptimizeVector () |
| return currently selected OptimizeVector | |
| void | setOptimizeVector (const PT::OptimizeVector &optvec) |
| updates the display to fit the settings in optimize vector | |
| void | OnOptimizeButton (wxCommandEvent &e) |
| run the optimizer | |
| void | setModeCustom () |
| updates the display to custom mode * | |
Protected Member Functions | |
| void | OnClose (wxCloseEvent &e) |
| void | OnListButton (wxCommandEvent &e) |
| void | SetCheckMark (wxCheckListBox *l, int check) |
| void | OnChangeMode (wxCommandEvent &e) |
| void | OnCheckBoxChanged (wxCommandEvent &e) |
| void | runOptimizer (const PT::UIntSet &img) |
| bool | AskApplyResult (const PT::Panorama &pano) |
Protected Attributes | |
| wxCheckListBox * | m_yaw_list |
| wxCheckListBox * | m_pitch_list |
| wxCheckListBox * | m_roll_list |
| wxCheckListBox * | m_x_list |
| wxCheckListBox * | m_y_list |
| wxCheckListBox * | m_z_list |
| wxCheckListBox * | m_v_list |
| wxCheckListBox * | m_a_list |
| wxCheckListBox * | m_b_list |
| wxCheckListBox * | m_c_list |
| wxCheckListBox * | m_d_list |
| wxCheckListBox * | m_e_list |
| wxCheckBox * | m_only_active_images_cb |
| wxCheckBox * | m_edit_cb |
| wxChoice * | m_mode_cb |
| wxScrolledWindow * | m_opt_ctrls |
| PT::Panorama * | m_pano |
| HuginBase::StandardImageVariableGroups * | variable_groups |
Detailed Description
run the optimizer.this is tied into the wxWindows hugin
it will emit an event that
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
|
|
||||||||||||||||||||||||||||
|
Delayed creation.
|
|
|
return currently selected OptimizeVector
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
run the optimizer
|
|
|
receives notification about panorama changes
|
|
||||||||||||
|
receives notification about panorama changes
|
|
|
|
|
||||||||||||
|
|
|
|
updates the display to custom mode *
|
|
|
updates the display to fit the settings in optimize vector
|
Member Data Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The documentation for this class was generated from the following files:
- hugin1/hugin/OptimizePanel.h
- hugin1/hugin/OptimizePanel.cpp
1.3.9.1