![]() |
FireSTARR
|
A FireWeather stream with the same value for every date and time. More...
#include <ConstantWeather.h>


Public Member Functions | |
| ConstantWeather (const ConstantWeather &rhs)=delete | |
| ConstantWeather (ConstantWeather &&rhs)=delete | |
| ConstantWeather & | operator= (const ConstantWeather &rhs)=delete |
| ConstantWeather & | operator= (ConstantWeather &&rhs)=delete |
| ConstantWeather (const fuel::FuelType *fuel, const Day start_date, const wx::Dc &dc, const wx::Dmc &dmc, const wx::Ffmc &ffmc, const wx::Wind &wind) | |
| A Constant weather stream with only one possible fuel. | |
| ConstantWeather (const set< const fuel::FuelType * > &used_fuels, const Day start_date, const wx::Dc &dc, const wx::Dmc &dmc, const wx::Ffmc &ffmc, const wx::Wind &wind) | |
Public Member Functions inherited from fs::wx::FireWeather | |
| virtual | ~FireWeather () |
| Destructor. | |
| FireWeather (FireWeather &&rhs)=default | |
| Move constructor. | |
| FireWeather (const FireWeather &rhs)=delete | |
| FireWeather & | operator= (FireWeather &&rhs) noexcept=default |
| Move assignment. | |
| FireWeather & | operator= (const FireWeather &rhs)=delete |
| const FwiWeather * | at (const DurationSize time) const |
| Get FwiWeather for given time. | |
| ThresholdSize | survivalProbability (const DurationSize time, const FuelCodeSize &in_fuel) const |
| Probability of survival in given fuel at given time. | |
| constexpr Day | minDate () const |
| Minimum date present in FireWeather. | |
| constexpr Day | maxDate () const |
| Maximum date present in FireWeather. | |
| constexpr size_t | weightedDsr () const noexcept |
| Weighted Danger Severity Rating for the stream. | |
| const vector< const FwiWeather * > * | getWeather () |
| Weather by hour by day. | |
| FireWeather (const set< const fuel::FuelType * > &used_fuels, Day min_date, Day max_date, vector< const FwiWeather * > *weather_by_hour_by_day) | |
| Constructor. | |
A FireWeather stream with the same value for every date and time.
|
inline |
A Constant weather stream with only one possible fuel.
| fuel | Fuel to use |
| start_date | Start date for stream |
| dc | Drought Code |
| bui | Build-up Index |
| dmc | Duff Moisture Code |
| ffmc | Fine Fuel Moisture Code |
| wind | Wind |