|
Hugintrunk
0.1
|
A lens variable can be linked. More...
#include <PanoramaVariable.h>

Public Member Functions | |
| LensVariable (const std::string &name, double value, bool link=false) | |
| virtual | ~LensVariable () |
| virtual std::ostream & | printLink (std::ostream &o, unsigned int link) const |
| bool | isLinked () const |
| void | setLinked (bool l=true) |
Public Member Functions inherited from HuginBase::Variable | |
| Variable (const std::string &name, double val=0.0) | |
| virtual | ~Variable () |
| virtual std::ostream & | print (std::ostream &o) const |
| print this variable More... | |
| const std::string & | getName () const |
| void | setValue (double v) |
| double | getValue () const |
Private Attributes | |
| bool | linked |
Additional Inherited Members | |
Protected Attributes inherited from HuginBase::Variable | |
| std::string | name |
| double | value |
A lens variable can be linked.
It is only used in the lens class, not directly in the images.
Definition at line 120 of file PanoramaVariable.h.
|
inline |
Definition at line 132 of file PanoramaVariable.h.
|
inlinevirtual |
Definition at line 136 of file PanoramaVariable.h.
|
inline |
Definition at line 145 of file PanoramaVariable.h.
|
virtual |
Definition at line 41 of file PanoramaVariable.cpp.
References HuginBase::Variable::name.
|
inline |
Definition at line 148 of file PanoramaVariable.h.
|
private |
Definition at line 152 of file PanoramaVariable.h.
1.8.5