HuginBase::ImageVariableGroup Class Reference
Same as above, but use a non const panorama. More...
#include <ImageVariableGroup.h>
Inheritance diagram for HuginBase::ImageVariableGroup:

Public Member Functions | |
| ImageVariableGroup (std::set< ImageVariableEnum > variables, PanoramaData &pano) | |
| constructor | |
| void | unlinkVariablePart (ImageVariableEnum variable, unsigned int partNr) |
| unlink one of the variables across a given part. | |
| void | unlinkVariableImage (ImageVariableEnum variable, unsigned int imageNr) |
| unlink one the variables across the part containing a given image. | |
| void | linkVariablePart (ImageVariableEnum variable, unsigned int partNr) |
| link one of the variables across a given part | |
| void | linkVariableImage (ImageVariableEnum variable, unsigned int imageNr) |
| link one of the variables across a part containing a given image | |
| void | switchParts (unsigned int ImageNr, unsigned int partNr) |
| switch a given image to a different part number. | |
Detailed Description
Same as above, but use a non const panorama.This can be used for changing part numbers and linking and unlink of variables.
Constructor & Destructor Documentation
|
||||||||||||
|
constructor Assign the ImageVariableGroup the image variables and the panorama that it should be handling. |
Member Function Documentation
|
||||||||||||
|
link one of the variables across a part containing a given image
|
|
||||||||||||
|
link one of the variables across a given part
|
|
||||||||||||
|
switch a given image to a different part number. The part numbers may change after this call, so it not necessarily the case that the image has the given part number, but it is the case that the part the image is in after the call has the properties of the part specified as it was just before the call.
|
|
||||||||||||
|
unlink one the variables across the part containing a given image.
|
|
||||||||||||
|
unlink one of the variables across a given part.
|
The documentation for this class was generated from the following files:
- hugin_base/panodata/ImageVariableGroup.h
- hugin_base/panodata/ImageVariableGroup.cpp
1.3.9.1