Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
HuginBase::PTOVariableConverterSingle< code1, code2, code3, T > Class Template Reference
Object to group conversion functions for PTO format variables of up to three characters representing a single 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< T > &var) |
| void | setValueFromVariable (const std::string name, ImageVariable< T > &var, const double value) |
| void | addToVariableMap (const ImageVariable< T > &var, VariableMap &map) |
Detailed Description
template<char code1, char code2 = '\0', char code3 = '\0', class T = double>
class HuginBase::PTOVariableConverterSingle< code1, code2, code3, T >
Object to group conversion functions for PTO format variables of up to three characters representing a single variable in SrcPanoImg.
code1 1st character of identifier used in PTO file format. code2 2nd character of identifier used in PTO file format (or '/0'). code3 3rd character of identifier used in PTO file format (or '/0'). T type used in the ImageVariable. Should really be double, but some are small integers or enumerations.
Member Function Documentation
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
The documentation for this class was generated from the following file:
- hugin_base/panodata/ImageVariableTranslate.h
1.3.9.1