#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) |
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.
|
||||||||||||||||
|
Definition at line 265 of file ImageVariableTranslate.h. References HuginBase::ImageVariable< Type >::getData(), hugin_utils::TDiff2D< T >::x, and hugin_utils::TDiff2D< T >::y. |
|
||||||||||
|
Definition at line 244 of file ImageVariableTranslate.h. |
|
||||||||||||||||
|
Definition at line 251 of file ImageVariableTranslate.h. References HuginBase::ImageVariable< Type >::getData(), hugin_utils::TDiff2D< T >::x, and hugin_utils::TDiff2D< T >::y. |
|
||||||||||||||||||||
|
Definition at line 257 of file ImageVariableTranslate.h. References hugin_utils::FDiff2D, HuginBase::ImageVariable< Type >::getData(), HuginBase::ImageVariable< Type >::setData(), hugin_utils::TDiff2D< T >::x, and hugin_utils::TDiff2D< T >::y. |
1.3.9.1