WXP C++ Library Version 6.74.9
|
This structure stores front information. More...
#include "../include/FrontData.h"
Public Types | |
enum | Type { LOW , HIGH , HURRICANE , TROP_STORM , COLD , WARM , OCCLUDED , STATIONARY , TROF , MISC } |
Public Member Functions | |
int | getDate (Date &rdate) |
int | getSeconds () |
int | setType (int rtype) |
int | getType () |
int | setFore (int rfore) |
int | getFore () |
int | setPres (float rpres) |
float | getPres () |
int | addPoint (float lat, float lon) |
int | getPoint (int ind, EarthPoint &ept) |
float | getLat (int ind) |
float | getLon (int ind) |
int | getNum () |
int | init () |
int | print () |
Friends | |
class | FrontFile |
This structure stores front information.