Hugintrunk
0.1
|
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 | |
static bool | checkApplicability (const std::string &name) |
static double | getValueFromVariable (const std::string &name, const ImageVariable< T > &var) |
static void | setValueFromVariable (const std::string &name, ImageVariable< T > &var, const double value) |
static void | addToVariableMap (const ImageVariable< T > &var, VariableMap &map) |
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. |
Definition at line 122 of file ImageVariableTranslate.h.
|
inlinestatic |
Definition at line 141 of file ImageVariableTranslate.h.
References HuginBase::ImageVariable< Type >::getData().
|
inlinestatic |
Definition at line 125 of file ImageVariableTranslate.h.
|
inlinestatic |
Definition at line 131 of file ImageVariableTranslate.h.
References HuginBase::ImageVariable< Type >::getData().
|
inlinestatic |
Definition at line 136 of file ImageVariableTranslate.h.
References HuginBase::ImageVariable< Type >::setData().