1#ifndef _WINC_THETAEDATA
2#define _WINC_THETAEDATA
17 inline float getIndex(){
return index; };
18 inline float getBase(){
return base; };
19 inline float getTop(){
return top; };
20 inline float getMax(){
return max; };
21 inline float getMaxPres(){
return maxp; };
22 inline float getMin(){
return min; };
23 inline float getMinPres(){
return minp; };
This structure holds output data from thetaE calculation.
Definition ThetaEData.h:5
int init()
Definition ThetaEData.cc:25
ThetaEData()
Definition ThetaEData.cc:18
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 and stores sounding parameters.
Definition SoundParams.h:11