a variable has a value and a name.
More...
#include <PanoramaVariable.h>
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.
HuginBase::Variable::Variable |
( |
const std::string & |
name, |
|
|
double |
val = 0.0 |
|
) |
| |
|
inline |
virtual HuginBase::Variable::~Variable |
( |
| ) |
|
|
inlinevirtual |
const std::string& HuginBase::Variable::getName |
( |
| ) |
const |
|
inline |
double HuginBase::Variable::getValue |
( |
| ) |
const |
|
inline |
std::ostream & HuginBase::Variable::print |
( |
std::ostream & |
o | ) |
const |
|
virtual |
void HuginBase::Variable::setValue |
( |
double |
v | ) |
|
|
inline |
std::string HuginBase::Variable::name |
|
protected |
double HuginBase::Variable::value |
|
protected |
The documentation for this class was generated from the following files: