|
icedb
version 0.5.1
Snow particle scattering database API
|
#include "../defs.h"#include <complex>#include <functional>#include <iostream>#include <map>#include <string>#include <vector>#include <boost/parameter/keyword.hpp>#include <boost/parameter/name.hpp>#include <boost/parameter/preprocessor.hpp>#include <boost/lexical_cast.hpp>#include "../units/units.hpp"#include "refractBase.hpp"#include "../optionsForwards.hpp"
Go to the source code of this file.
Namespaces | |
| icedb | |
| icedb::refract | |
| icedb::refract::boost | |
Macros | |
| #define | standardGenericProvider(name) |
| Really generic (has everything and hides details from user) More... | |
| #define | standardFTmProvider(name) |
| #define | standardLmProvider(name) |
Functions | |
| icedb::refract::boost::standardGenericProvider (mWater) | |
| icedb::refract::boost::standardGenericProvider (mIce) | |
| icedb::refract::boost::standardGenericProvider (mOther) | |
| icedb::refract::boost::standardFTmProvider (mWaterLiebe) | |
| icedb::refract::boost::standardFTmProvider (mIceMatzler) | |
| icedb::refract::boost::standardFTmProvider (mIceWarren) | |
| icedb::refract::boost::standardFTmProvider (mWaterFreshMeissnerWentz) | |
| icedb::refract::boost::standardLmProvider (mWaterHanel) | |
| icedb::refract::boost::standardLmProvider (mIceHanel) | |
| icedb::refract::boost::standardLmProvider (mNaClHanel) | |
| icedb::refract::boost::standardLmProvider (mSeaSaltHanel) | |
| icedb::refract::boost::standardLmProvider (mDustHanel) | |
| icedb::refract::boost::standardLmProvider (mSandOHanel) | |
| icedb::refract::boost::standardLmProvider (mSandEHanel) | |
| #define standardFTmProvider | ( | name | ) |
Definition at line 58 of file refractBoost.hpp.
| #define standardGenericProvider | ( | name | ) |
Really generic (has everything and hides details from user)
Dielectric providers - these use f and T to automatically determine the correct base dielectric function to use.
Definition at line 34 of file refractBoost.hpp.
| #define standardLmProvider | ( | name | ) |
Definition at line 82 of file refractBoost.hpp.
1.8.13