|
Hugin trunk 0.1
|
a variable has a value and a name. More...
#include <PanoramaVariable.h>

Public Member Functions | |
| Variable (const std::string &name, double val=0.0) | |
| virtual | ~Variable () |
| virtual std::ostream & | print (std::ostream &o) const |
| print this variable | |
| const std::string & | getName () const |
| void | setValue (double v) |
| double | getValue () const |
Protected Attributes | |
| std::string | name |
| double | value |
a variable has a value and a name.
linking is only supported by LinkedVariable, which is only used by Lens.
Definition at line 48 of file PanoramaVariable.h.
Definition at line 58 of file PanoramaVariable.h.
|
inlinevirtual |
Definition at line 62 of file PanoramaVariable.h.
|
inline |
Definition at line 70 of file PanoramaVariable.h.
Referenced by HuginBase::PTScriptParsing::readVar(), and HuginBase::Panorama::updateVariable().
|
inline |
Definition at line 76 of file PanoramaVariable.h.
Referenced by HuginBase::Panorama::updateVariable().
|
virtual |
print this variable
Definition at line 36 of file PanoramaVariable.cpp.
Referenced by HuginBase::PrintVar::operator()().
Definition at line 73 of file PanoramaVariable.h.
References threshold().
Referenced by HuginBase::PTScriptParsing::readVar().
|
protected |
Definition at line 80 of file PanoramaVariable.h.
Referenced by print(), and HuginBase::LensVariable::printLink().
|
protected |
Definition at line 81 of file PanoramaVariable.h.
Referenced by print().