|
Stride Reference Manual
1.0
|
#include <ThresholdData.h>

Public Types | |
| using | Data = ThresholdData |
Static Public Member Functions | |
| static void | initialize (Data &belief_data, double risk_averseness) |
| static void | update (Data &belief_data, Health &health_data) |
| template<typename BehaviourPolicy > | |
| static void | update (Data &belief_data, const Person< BehaviourPolicy, Threshold< threshold_infected, threshold_adopted >> *p) |
| static bool | hasAdopted (const Data &belief_data) |
Definition at line 18 of file ThresholdData.h.
| using stride::Threshold< threshold_infected, threshold_adopted >::Data = ThresholdData |
Definition at line 15 of file Threshold.h.
|
inlinestatic |
Definition at line 17 of file Threshold.h.
References stride::ThresholdData::setThresholdAdopted(), and stride::ThresholdData::setThresholdInfected().
|
inlinestatic |
Definition at line 26 of file Threshold.h.
|
inlinestatic |
Definition at line 30 of file Threshold.h.
References stride::ThresholdData::contact().
|
inlinestatic |
Definition at line 34 of file Threshold.h.
References stride::ThresholdData::getFractionAdopted(), stride::ThresholdData::getFractionInfected(), stride::ThresholdData::getThresholdAdopted(), and stride::ThresholdData::getThresholdInfected().