1#ifndef _WINC_HELICITYDATA
2#define _WINC_HELICITYDATA
19 inline int getStatus(){
return status; };
20 inline float getDirShear(){
return dir_shr; };
21 inline float getPosHelicity(){
return pos_hel; };
22 inline float getNegHelicity(){
return neg_hel; };
23 inline float getTotHelicity(){
return tot_hel; };
24 inline float getAveHelicity(){
return ave_hel; };
25 inline float getRelHelicity(){
return rel_hel; };
26 inline float getHorVorticity(){
return hor_vort; };
27 inline float getStmVorticity(){
return stm_vort; };
This structure holds output data from helicity calculation.
Definition HelicityData.h:5
HelicityData()
Definition HelicityData.cc:18
int init()
Definition HelicityData.cc:25
This class does standard computations on upper air data.
Definition UpaCalc.h:16
All WXP classes fall under the WXP namespace.
Definition Angle.h:4
This struct computes sounding wind parameters.
Definition WindParams.h:12