|
vecInt | m_reference |
|
vecFloat | m_values |
|
bool | m_linked |
|
string | m_name |
|
float | m_value |
|
◆ SetValues()
bool ParameterVariableYearly::SetValues |
( |
int | yearStart, |
|
|
int | yearEnd, |
|
|
const vecFloat & | values ) |
Set the values of the parameter for a range of years.
- Parameters
-
yearStart | start year |
yearEnd | end year |
values | values for each year |
- Returns
- true if the values were set successfully, false otherwise
◆ UpdateParameter()
bool ParameterVariableYearly::UpdateParameter |
( |
int | year | ) |
|
Update the parameter value for a specific year.
- Parameters
-
- Returns
- true if the parameter was updated successfully, false otherwise
The documentation for this class was generated from the following files:
- /github/workspace/core/src/base/ParameterVariable.h
- /github/workspace/core/src/base/ParameterVariable.cpp