Struct sounding_analysis::ParcelAnalysis [−][src]
pub struct ParcelAnalysis { /* fields omitted */ }Parcel analysis, this is a way to package the analysis of a parcel.
Methods
impl ParcelAnalysis[src]
impl ParcelAnalysispub fn get_index(&self, var: ParcelIndex) -> Option<f64>[src]
pub fn get_index(&self, var: ParcelIndex) -> Option<f64>Method to retrieve value from analysis.
pub fn get_profile(&self) -> &ParcelProfile[src]
pub fn get_profile(&self) -> &ParcelProfileRetrieve the parcel's profile
pub fn get_parcel(&self) -> &Parcel[src]
pub fn get_parcel(&self) -> &ParcelRetrieve the original parcel.
pub fn calculate_cape_velocity(&self) -> Option<f64>[src]
pub fn calculate_cape_velocity(&self) -> Option<f64>Calculate the parcel velocity at the equilibrium level. Note that this is most likely an over estimate due to the effects of entrainment and water/ice loading.
Trait Implementations
impl Debug for ParcelAnalysis[src]
impl Debug for ParcelAnalysisfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ParcelAnalysis[src]
impl Clone for ParcelAnalysisfn clone(&self) -> ParcelAnalysis[src]
fn clone(&self) -> ParcelAnalysisReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for ParcelAnalysis
impl Send for ParcelAnalysisimpl Sync for ParcelAnalysis
impl Sync for ParcelAnalysis