Inheritance diagram for LogBOLDCalculator:

Definition at line 24 of file LogBOLDCalculator.hpp.
Public Types | |
| enum | BiophysicalParameter { K_1, K_2, K_3 } |
| Biophysical parameters. More... | |
Public Member Functions | |
| LogBOLDCalculator (const BalloonModel *m) | |
| Create new log BOLD calculator with default biophysical parameters, coupled with the given balloon model. | |
| virtual | ~LogBOLDCalculator () |
| Destructor. | |
| double | calculate (const indii::ml::aux::vector &y) |
| Calculate BOLD signal from coupled balloon model and given state. | |
| enum BiophysicalParameter |
Biophysical parameters.
These are initialised according to the values in BOLDCalculatorDefaults, but may be overridden using setParameter().
Definition at line 31 of file LogBOLDCalculator.hpp.
| LogBOLDCalculator | ( | const BalloonModel * | m | ) |
Create new log BOLD calculator with default biophysical parameters, coupled with the given balloon model.
| m | LogFlowBalloonModel or LogNeuralBalloonModel from which to calculate BOLD signal. |
Definition at line 14 of file LogBOLDCalculator.cpp.
| ~LogBOLDCalculator | ( | ) | [virtual] |
| double calculate | ( | const indii::ml::aux::vector & | y | ) |
Calculate BOLD signal from coupled balloon model and given state.
| y | State of the balloon model, usually provided by the ordinary differential equation solver being used on the balloon model, such as indii::ml::ode::AdaptiveRungeKutta. |
1.5.2