#include <PanoCommand.h>
Inheritance diagram for PT::ChangePartImagesLinkingCmd:

Public Member Functions | |
| ChangePartImagesLinkingCmd (Panorama &p, UIntSet image_numbers, std::set< HuginBase::ImageVariableGroup::ImageVariableEnum > changeVariables, bool new_linked_state, std::set< HuginBase::ImageVariableGroup::ImageVariableEnum > groupVariables) | |
| Constructor. | |
| virtual bool | processPanorama (Panorama &pano) |
| virtual std::string | getName () const |
Private Attributes | |
| UIntSet | image_numbers |
| std::set< HuginBase::ImageVariableGroup::ImageVariableEnum > | changeVariables |
| bool | new_linked_state |
| std::set< HuginBase::ImageVariableGroup::ImageVariableEnum > | groupVariables |
Definition at line 1253 of file PanoCommand.h.
|
||||||||||||||||||||||||
|
Constructor.
Definition at line 1266 of file PanoCommand.h. |
|
|
Reimplemented from AppBase::Command< std::string >. Definition at line 1309 of file PanoCommand.h. |
|
|
Reimplemented from PT::PanoCommand. Definition at line 1278 of file PanoCommand.h. References HuginBase::ImageVariableGroup::linkVariableImage(), HuginBase::ImageVariableGroup::unlinkVariableImage(), and HuginBase::ConstImageVariableGroup::updatePartNumbers(). |
|
|
Definition at line 1316 of file PanoCommand.h. |
|
|
Definition at line 1318 of file PanoCommand.h. |
|
|
Definition at line 1315 of file PanoCommand.h. |
|
|
Definition at line 1317 of file PanoCommand.h. |
1.3.9.1