#include <weather.h>
Collaboration diagram for WEATHER:

Public Member Functions | |
| void | Init () |
| void | Update (double cur_time) |
| int | GetCloudCover () |
| int | GetCloudFuzziness () |
| VERTEX | GetGlobalWind () |
| int | GetRainDrops () |
| float | GetFogDensity () |
Private Attributes | |
| double | abs_time |
| WEATHERVARIABLE | temperature |
| WEATHERVARIABLE | dewpoint |
| WEATHERVERTEX | globalwind_lowfreq |
| WEATHERVERTEX | globalwind_highfreq |
Definition at line 55 of file weather.h.
|
|
Definition at line 113 of file weather.cpp. References abs_time, CLOUD_FORMATION, dewpoint, WEATHERVARIABLE::GetVal(), and temperature. Referenced by BACKDROP::DrawClouds(). |
|
|
Definition at line 139 of file weather.cpp. |
|
|
Definition at line 206 of file weather.cpp. References abs_time, DEW_MIN_TEMP, dewpoint, FOG_MAX, FOG_MIN, FOG_TEMP_MAX, WEATHERVARIABLE::GetVal(), TEMP_MIN_TEMP, and temperature. Referenced by drawGLScene(). |
|
|
Definition at line 179 of file weather.cpp. References abs_time, WEATHERVERTEX::GetVal(), globalwind_highfreq, and globalwind_lowfreq. |
|
|
Definition at line 186 of file weather.cpp. References abs_time, dewpoint, WEATHERVARIABLE::GetVal(), and temperature. Referenced by BACKDROP::DrawRain(). |
|
|
Definition at line 11 of file weather.cpp. References DEW_MAX_TEMP, DEW_MIN_TEMP, dewpoint, globalwind_highfreq, globalwind_lowfreq, WEATHERVERTEX::Init(), WEATHERVARIABLE::Init(), TEMP_MAX_TEMP, TEMP_MIN_TEMP, and temperature. Referenced by InitGameData(). |
|
|
Definition at line 25 of file weather.cpp. References abs_time, dewpoint, globalwind_highfreq, globalwind_lowfreq, temperature, WEATHERVERTEX::Update(), and WEATHERVARIABLE::Update(). Referenced by InitGameData(), and Update(). |
|
|
Definition at line 58 of file weather.h. Referenced by GetCloudCover(), GetFogDensity(), GetGlobalWind(), GetRainDrops(), and Update(). |
|
|
Definition at line 61 of file weather.h. Referenced by GetCloudCover(), GetFogDensity(), GetRainDrops(), Init(), and Update(). |
|
|
Definition at line 64 of file weather.h. Referenced by GetGlobalWind(), Init(), and Update(). |
|
|
Definition at line 63 of file weather.h. Referenced by GetGlobalWind(), Init(), and Update(). |
|
|
Definition at line 60 of file weather.h. Referenced by GetCloudCover(), GetFogDensity(), GetRainDrops(), Init(), and Update(). |
1.4.6