This struct has data for a hurricane position.
More...
#include "../include/HurPos.h"
|
enum | Loc {
NONE
, ATL
, EPA
, CPA
,
WPA
, SPA
, NIO
, SIO
} |
|
enum | StormLevel {
UNK
, WAVE
, DEPRESS
, STORM
,
STORM1
, STORM2
, STORM3
, STORM4
,
STORM4S
, STORM5
} |
|
enum | StormType { TROP
, POSTTROP
, SUBTROP
, EXTRATROP
} |
|
|
int | init () |
|
int | getSeason () |
|
int | getLevel () |
|
const char * | getType () |
|
int | print () |
|
|
static int | getLevel (float spd) |
|
static const char * | getLoc (int locate) |
|
static const char * | getLocAbbr (int locate) |
|
static const char * | getType (int type, int level) |
|
static int | getType (const char *str) |
|
static const char * | getTypeAbbr (int type) |
|
static const char * | getLevelAbbr (int type) |
|
static const char * | getLabel (int locate, int type, int level) |
|
|
class | HurData |
|
class | HurFore |
|
class | HurFile |
|
class | HurWxpFile |
|
class | HurStorm |
|
class | HurStorms |
|
class | HurPlot |
|
This struct has data for a hurricane position.
- Author
- Dan Vietor
The documentation for this struct was generated from the following files: