#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) |
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.
|
||||||||||||||||
|
Definition at line 141 of file ImageVariableTranslate.h. References HuginBase::ImageVariable< Type >::getData(). |
|
||||||||||
|
Definition at line 125 of file ImageVariableTranslate.h. |
|
||||||||||||||||
|
Definition at line 131 of file ImageVariableTranslate.h. References HuginBase::ImageVariable< Type >::getData(). |
|
||||||||||||||||||||
|
Definition at line 136 of file ImageVariableTranslate.h. References HuginBase::ImageVariable< Type >::setData(). |
1.3.9.1