|
Hugintrunk
0.1
|
PanoOperation to assigns stacks. More...
#include <PanoOperation.h>

Public Member Functions | |
| virtual bool | IsEnabled (HuginBase::Panorama &pano, HuginBase::UIntSet images, GuiLevel guiLevel) |
| return true, if operation is enabled with the given image set More... | |
| virtual wxString | GetLabel () |
Public Member Functions inherited from PanoOperation::PanoOperation | |
| virtual | ~PanoOperation () |
| virtual destructor, does currently nothing More... | |
| virtual PanoCommand::PanoCommand * | GetCommand (wxWindow *parent, HuginBase::Panorama &pano, HuginBase::UIntSet images, GuiLevel guiLevel) |
| returns the appropriate PanoCommand::PanoCommand to be inserted into GlobalCmdHistory, checks if operation is enabled More... | |
Protected Member Functions | |
| virtual PanoCommand::PanoCommand * | GetInternalCommand (wxWindow *parent, HuginBase::Panorama &pano, HuginBase::UIntSet images) |
| main working function, overwrite it in derived classes More... | |
Additional Inherited Members | |
Protected Attributes inherited from PanoOperation::PanoOperation | |
| GuiLevel | m_guiLevel |
PanoOperation to assigns stacks.
Definition at line 264 of file PanoOperation.h.
|
protectedvirtual |
main working function, overwrite it in derived classes
Implements PanoOperation::PanoOperation.
Definition at line 1272 of file PanoOperation.cpp.
References fill_set(), HuginBase::Panorama::getNrOfImages(), HuginBase::ConstImageVariableGroup::getNumberOfParts(), HuginBase::StandardImageVariableGroups::getStacks(), HuginBase::ConstStandardImageVariableGroups::getStackVariables(), celeste::svm_model::l, and celeste::min().
|
virtual |
Reimplemented from PanoOperation::PanoOperation.
Definition at line 1267 of file PanoOperation.cpp.
|
virtual |
return true, if operation is enabled with the given image set
Reimplemented from PanoOperation::PanoOperation.
Definition at line 1262 of file PanoOperation.cpp.
References HuginBase::Panorama::getNrOfImages().
1.8.5