Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
HuginBase::PTOVariableConverterFDiff2D< code_x1, code_y1, code_x2, code_y2 > Class Template Reference
Object to group conversion functions for PTO format variables representing a hugin_utils::FDiff2D variable in SrcPanoImg. More...
#include <ImageVariableTranslate.h>
Static Public Member Functions | |
| bool | checkApplicability (const std::string name) |
| double | getValueFromVariable (const std::string name, const ImageVariable< hugin_utils::FDiff2D > &var) |
| void | setValueFromVariable (const std::string name, ImageVariable< hugin_utils::FDiff2D > &var, const double value) |
| void | addToVariableMap (const ImageVariable< hugin_utils::FDiff2D > &var, VariableMap &map) |
Detailed Description
template<char code_x1, char code_y1, char code_x2 = '\0', char code_y2 = '\0'>
class HuginBase::PTOVariableConverterFDiff2D< code_x1, code_y1, code_x2, code_y2 >
Object to group conversion functions for PTO format variables representing a hugin_utils::FDiff2D variable in SrcPanoImg.
Each element must have a pto file format code that is 1 or 2 characters in length.
code_x The PTO format code that matches the x memeber in the FDiff2D. code_y The PTO format code that matches the y memeber in the FDiff2D.
Member Function Documentation
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
The documentation for this class was generated from the following file:
- hugin_base/panodata/ImageVariableTranslate.h
1.3.9.1