#include <ListParams.hpp>
◆ ListParams() [1/2]
ListParams::ListParams |
( |
| ) |
|
◆ ListParams() [2/2]
ListParams::ListParams |
( |
const ListParams & |
other | ) |
|
|
delete |
◆ ~ListParams()
virtual ListParams::~ListParams |
( |
| ) |
|
|
virtualdefault |
◆ addParam()
void ListParams::addParam |
( |
ParamInfo & |
param | ) |
|
◆ addParams()
void ListParams::addParams |
( |
std::vector< ParamInfo > & |
params | ) |
|
◆ clear()
void ListParams::clear |
( |
| ) |
|
◆ getDispatch()
std::vector< size_t > ListParams::getDispatch |
( |
| ) |
const |
|
inline |
◆ getDispatchIndex()
std::vector< size_t > ListParams::getDispatchIndex |
( |
| ) |
const |
|
inline |
◆ getMaxValues()
std::vector< double > ListParams::getMaxValues |
( |
| ) |
const |
◆ getMinValues()
std::vector< double > ListParams::getMinValues |
( |
| ) |
const |
◆ getNOptimizableParams()
size_t ListParams::getNOptimizableParams |
( |
| ) |
const |
|
inline |
◆ getNParams()
size_t ListParams::getNParams |
( |
| ) |
const |
|
inline |
◆ getOptimizableValue()
double ListParams::getOptimizableValue |
( |
size_t |
index | ) |
const |
◆ getOptimizableValues()
std::vector< double > ListParams::getOptimizableValues |
( |
| ) |
const |
◆ getValue()
double ListParams::getValue |
( |
int |
index | ) |
const |
◆ makeDispatchIndexFromDispatch()
void ListParams::makeDispatchIndexFromDispatch |
( |
| ) |
|
◆ operator=()
◆ setValue()
void ListParams::setValue |
( |
int |
index, |
|
|
double |
value |
|
) |
| |
◆ setValues()
void ListParams::setValues |
( |
const std::vector< double > & |
values | ) |
|
◆ toString()
String ListParams::toString |
( |
const AStringFormat * |
strfmt = nullptr | ) |
const |
|
overridevirtual |
◆ updateDispatch()
void ListParams::updateDispatch |
( |
| ) |
|
The documentation for this class was generated from the following files:
- include/Basic/ListParams.hpp
- src/Basic/ListParams.cpp