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