![]() |
ReFRACtor
|
#include <hdf_constant.h>
Inheritance diagram for FullPhysics::HdfConstant:
Collaboration diagram for FullPhysics::HdfConstant:Public Member Functions | |
| HdfConstant (const boost::shared_ptr< HdfFile > &Hdf_file) | |
| Read HDF file to get constants. More... | |
| virtual | ~HdfConstant () |
| virtual DoubleWithUnit | avogadro_constant () const |
| Avogadro constant. More... | |
| virtual DoubleWithUnit | molar_weight_dry_air () const |
| Molar weight of dry air. More... | |
| virtual DoubleWithUnit | molar_weight_water () const |
| Molar weight of water. More... | |
| virtual void | print (std::ostream &Os) const |
| std::string | print_to_string () const |
| Print to string. More... | |
| virtual DoubleWithUnit | rayleigh_a () const |
| Rayleigh "a" value. More... | |
| virtual DoubleWithUnit | rayleigh_b () const |
| Rayleigh "b" value. More... | |
| virtual double | rayleigh_depolarization_factor () const |
| Rayleigh depolarization factor. More... | |
| virtual boost::array< double, 7 > | solar_distance_param () const |
| The polynomial used to find the distance to the sun. More... | |
Definition at line 10 of file hdf_constant.h.
| HdfConstant::HdfConstant | ( | const boost::shared_ptr< HdfFile > & | Hdf_file | ) |
Read HDF file to get constants.
Definition at line 16 of file hdf_constant.cc.
|
inlinevirtual |
Definition at line 13 of file hdf_constant.h.
|
inlinevirtual |
|
inlinevirtual |
Molar weight of dry air.
Implements FullPhysics::Constant.
Definition at line 49 of file hdf_constant.h.
|
inlinevirtual |
Molar weight of water.
Implements FullPhysics::Constant.
Definition at line 57 of file hdf_constant.h.
|
inlinevirtual |
Implements FullPhysics::Constant.
Definition at line 14 of file hdf_constant.h.
|
inlineinherited |
Print to string.
This is primarily useful for SWIG wrappers to this class, e.g. a to_s method in ruby.
Definition at line 31 of file printable.h.
|
inlinevirtual |
Rayleigh "a" value.
This along with "b" are the wavelength dependence coefficients for the refractive index.
Implements FullPhysics::Constant.
Definition at line 31 of file hdf_constant.h.
|
inlinevirtual |
Rayleigh "b" value.
This along with "a" are the wavelength dependence coefficients for the refractive index.
Implements FullPhysics::Constant.
Definition at line 42 of file hdf_constant.h.
|
inlinevirtual |
Rayleigh depolarization factor.
Implements FullPhysics::Constant.
Definition at line 22 of file hdf_constant.h.
|
inlinevirtual |
The polynomial used to find the distance to the sun.
Implements FullPhysics::Constant.
Definition at line 71 of file hdf_constant.h.