#include <StandardImageVariableGroups.h>
Inheritance diagram for HuginBase::StandardImageVariableGroups:

Public Member Functions | |
| StandardImageVariableGroups (PanoramaData &pano) | |
| ImageVariableGroup & | getLenses () |
| Get the ImageVariableGroup representing the group of lens variables. | |
| ImageVariableGroup & | getStacks () |
| Get the ImageVariableGroup representing the group of stack variables. | |
| void | update () |
| Update part numbers for each variable group. | |
Protected Attributes | |
| ImageVariableGroup | m_lenses |
| the lens ImageVariableGroup. | |
| ImageVariableGroup | m_stacks |
| the stack ImageVariableGroup. | |
| PanoramaData & | m_pano |
|
|
Definition at line 343 of file StandardImageVariableGroups.cpp. |
|
|
Get the ImageVariableGroup representing the group of lens variables. Use this to manipulate lens variable links, and to find lens numbers.
Reimplemented from HuginBase::ConstStandardImageVariableGroups. Definition at line 140 of file StandardImageVariableGroups.h. Referenced by PossiblePano::GeneratePanorama(), PanoOperation::LoadLensOperation::GetInternalCommand(), PanoOperation::ChangeLensOperation::GetInternalCommand(), LensCalFrame::GetPanorama(), PanoOperation::ChangeLensOperation::IsEnabled(), PanoOperation::NewLensOperation::IsEnabled(), main(), main2(), ImagesTreeCtrl::panoramaImagesChanged(), processImg(), PT::LinkLensVarsCmd::processPanorama(), PT::UpdateCropFactorCmd::processPanorama(), PT::wxApplyTemplateCmd::processPanorama(), PT::wxLoadPTProjectCmd::processPanorama(), PT::wxAddImagesCmd::processPanorama(), HuginBase::SmartOptimise::smartOptimize(), and ImagesTreeCtrl::UpdateImageText(). |
|
|
Get the ImageVariableGroup representing the group of stack variables. Use this to manipulate angle links, and get stack numbers.
Reimplemented from HuginBase::ConstStandardImageVariableGroups. Definition at line 148 of file StandardImageVariableGroups.h. Referenced by AutoPanoSiftMultiRowStack::automatch(), AutoPanoSiftStack::automatch(), PanoOperation::AssignStacksOperation::GetInternalCommand(), PanoOperation::ChangeStackOperation::GetInternalCommand(), GetMinimumGuiLevel(), PanoOperation::ChangeStackOperation::IsEnabled(), PanoOperation::NewStackOperation::IsEnabled(), main(), PanoDetector::matchMultiRow(), ImagesTreeCtrl::panoramaImagesChanged(), and ImagesTreeCtrl::UpdateImageText(). |
|
|
Update part numbers for each variable group. Should be called when the panorama images change Reimplemented from HuginBase::ConstStandardImageVariableGroups. Definition at line 330 of file StandardImageVariableGroups.cpp. Referenced by main2(), ImagesTreeCtrl::panoramaImagesChanged(), ImagesList::panoramaImagesChanged(), and PT::wxAddImagesCmd::processPanorama(). |
|
|
the lens ImageVariableGroup.
Reimplemented from HuginBase::ConstStandardImageVariableGroups. Definition at line 157 of file StandardImageVariableGroups.h. |
|
|
Reimplemented from HuginBase::ConstStandardImageVariableGroups. Definition at line 159 of file StandardImageVariableGroups.h. |
|
|
the stack ImageVariableGroup.
Reimplemented from HuginBase::ConstStandardImageVariableGroups. Definition at line 158 of file StandardImageVariableGroups.h. |
1.3.9.1