
Definition at line 19 of file ParameterCollection.hpp.
Public Member Functions | |
| ParameterCollection () | |
| Default constructor for restoring from serialization. | |
| ParameterCollection (const unsigned int N) | |
| Construct new parameter collection. | |
| virtual | ~ParameterCollection () |
| Destructor. | |
| virtual double | getParameter (const unsigned int index) const |
| Get the value of a parameter. | |
| virtual void | setParameter (const unsigned int index, const double value) |
| Set the value of a parameter. | |
Default constructor for restoring from serialization.
Definition at line 11 of file ParameterCollection.cpp.
| ParameterCollection | ( | const unsigned int | N | ) |
Construct new parameter collection.
| N | Number of parameters. |
Definition at line 15 of file ParameterCollection.cpp.
| ~ParameterCollection | ( | ) | [virtual] |
| double getParameter | ( | const unsigned int | index | ) | const [inline, virtual] |
Get the value of a parameter.
| index | Index of the parameter to retrieve. |
Definition at line 86 of file ParameterCollection.hpp.
| void setParameter | ( | const unsigned int | index, | |
| const double | value | |||
| ) | [virtual] |
Set the value of a parameter.
| index | Index of the parameter to set. | |
| value | The value to which to set the parameter. |
Definition at line 23 of file ParameterCollection.cpp.
1.5.3