1 #ifndef _atm_USStdADBProfileModel_h_
2 #define _atm_USStdADBProfileModel_h_
4 #include <atm/VProfileModel.h>
REGISTER_MODEL(atm::VProfileModel,"USStdADB", USStdADBProfileModel)
const atm::ProfileResult & EvaluateDepthVsHeight() const override
Table of depth as a function of height.
Extracts profile info from US Standard Atmosphere.
Class describing the Atmospheric profile.
const atm::ProfileResult & EvaluateTemperatureVsHeight() const override
Table of temperature as a function of height.
bool HasData() const override
True if a data source is for the given model.
const ProfileResult & EvaluateVaporPressureVsHeight() const override
Table of H2O vapor pressure as a function of height.
virtual ~USStdADBProfileModel()
const atm::ProfileResult & EvaluateHeightVsDepth() const override
Table of height as a function of depth.
const atm::ProfileResult & EvaluatePressureVsHeight() const override
Table of air pressure as a function of height.
const atm::ProfileResult & EvaluateRefractionIndexVsHeight() const override
Table of refraction index as a function of height.
Base class for a Profile Model.
const atm::ProfileResult & EvaluateDensityVsHeight() const override
Table of density as a function of height.