#include <Weather.h>
List of all members.
Detailed Description
Definition at line 23 of file Weather.h.
Member Enumeration Documentation
- Enumerator:
CLEAR |
|
HIGH_CLOUDS |
|
MODERATE_CLOUDS |
|
OVERCAST |
|
FOG |
|
STORM |
|
NUM_STATES |
|
Definition at line 29 of file Weather.h.
Constructor & Destructor Documentation
Member Function Documentation
double Weather::Ceiling |
( |
| ) |
const |
|
inline |
double Weather::Chance |
( |
STATE |
s | ) |
const |
|
inline |
Text Weather::Description |
( |
| ) |
const |
void Weather::NormalizeChances |
( |
| ) |
|
|
protected |
double Weather::Period |
( |
| ) |
const |
|
inline |
void Weather::SetChance |
( |
int |
n, |
|
|
double |
c |
|
) |
| |
void Weather::SetPeriod |
( |
double |
p | ) |
|
|
inline |
STATE Weather::State |
( |
| ) |
const |
|
inline |
double Weather::Visibility |
( |
| ) |
const |
|
inline |
Member Data Documentation
double Weather::visibility |
|
protected |
The documentation for this class was generated from the following files: