Struct sounding_analysis::Analysis[][src]

pub struct Analysis { /* fields omitted */ }

Convenient package for commonly requested analysis values.

All parcel related values are assumed to be for the 100hPa mixed layer at the surface.

Methods

impl Analysis
[src]

Create a new Analysis.

Set a value in the analysis

Method to retrieve value from analysis.

Set the mixed layer parcel analysis.

Get the mixed layer parcel analysis

Set the surface parcel analysis.

Get the surface parcel analysis

Set the most unstable parcel analysis.

Get the surface parcel analysis

Get the downburst profile

Set the provider analysis.

This is just a table of what ever values you want to store, it may be empty.

Get a reference to the provider analysis so you can query it.

Get a mutable reference to the provider analysis so you can modify it.

Get a reference to the sounding.

Analyze the sounding to get as much information as you can.

Trait Implementations

impl Debug for Analysis
[src]

Formats the value using the given formatter. Read more

impl Clone for Analysis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Analysis

impl Sync for Analysis