#include <ParamInfo.hpp>
◆ ParamInfo() [1/2]
| ParamInfo::ParamInfo |
( |
const String & |
name = "", |
|
|
double |
value = TEST, |
|
|
const std::array< double, 2 > & |
absoluteBounds = {-INF, INF}, |
|
|
const std::string & |
description = "" |
|
) |
| |
◆ ParamInfo() [2/2]
| ParamInfo::ParamInfo |
( |
const ParamInfo & |
other | ) |
|
◆ ~ParamInfo()
| ParamInfo::~ParamInfo |
( |
| ) |
|
|
virtual |
◆ getAbsoluteMaxValue()
| double ParamInfo::getAbsoluteMaxValue |
( |
| ) |
const |
|
inline |
◆ getAbsoluteMinValue()
| double ParamInfo::getAbsoluteMinValue |
( |
| ) |
const |
|
inline |
◆ getValue()
| double ParamInfo::getValue |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ setFixed()
| void ParamInfo::setFixed |
( |
bool |
isFixed | ) |
|
|
inline |
◆ setMaxValue()
| void ParamInfo::setMaxValue |
( |
double |
value | ) |
|
◆ setMinValue()
| void ParamInfo::setMinValue |
( |
double |
value | ) |
|
◆ setValueDefault()
| void ParamInfo::setValueDefault |
( |
double |
val | ) |
|
|
inline |
◆ toString()
The documentation for this class was generated from the following files: