#include <param_funcs_to_state.hpp>
|
virtual bool | finished () const =0 |
| Returns wether the parametric functions evaluation has reached the end of the parametric functions domain definition. More...
|
|
virtual void | reloadParam ()=0 |
| Reloads class parameters. To be called when parameters that influence the class variables are changed. More...
|
|
virtual void | reset ()=0 |
| Resets class structures/variables. More...
|
|
Definition at line 45 of file param_funcs_to_state.hpp.
virtual bool tuw::ParamFuncs2StateBase::finished |
( |
| ) |
const |
|
pure virtual |
Returns wether the parametric functions evaluation has reached the end of the parametric functions domain definition.
- Returns
- True if evaluation is outside/on the border of the domain definition of the parametric functions.
virtual void tuw::ParamFuncs2StateBase::reloadParam |
( |
| ) |
|
|
pure virtual |
Reloads class parameters. To be called when parameters that influence the class variables are changed.
virtual void tuw::ParamFuncs2StateBase::reset |
( |
| ) |
|
|
pure virtual |
Resets class structures/variables.
The documentation for this class was generated from the following file: