Hugintrunk
0.1
|
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 | |
static bool | checkApplicability (const std::string &name) |
static double | getValueFromVariable (const std::string &name, const ImageVariable< hugin_utils::FDiff2D > &var) |
static void | setValueFromVariable (const std::string &name, ImageVariable< hugin_utils::FDiff2D > &var, const double value) |
static void | addToVariableMap (const ImageVariable< hugin_utils::FDiff2D > &var, VariableMap &map) |
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. |
Definition at line 241 of file ImageVariableTranslate.h.
|
inlinestatic |
Definition at line 265 of file ImageVariableTranslate.h.
References HuginBase::ImageVariable< Type >::getData(), hugin_utils::TDiff2D< T >::x, and hugin_utils::TDiff2D< T >::y.
|
inlinestatic |
Definition at line 244 of file ImageVariableTranslate.h.
|
inlinestatic |
Definition at line 251 of file ImageVariableTranslate.h.
References HuginBase::ImageVariable< Type >::getData(), hugin_utils::TDiff2D< T >::x, and hugin_utils::TDiff2D< T >::y.
|
inlinestatic |
Definition at line 257 of file ImageVariableTranslate.h.
References HuginBase::ImageVariable< Type >::getData(), HuginBase::ImageVariable< Type >::setData(), hugin_utils::TDiff2D< T >::x, and hugin_utils::TDiff2D< T >::y.