|
IODA Bundle
|
Namespaces | |
| piconst | |
Classes | |
| class | EqRegionCache |
| class | FunctionEQ_BOXLAT |
| class | FunctionEQ_BOXLON |
| class | FunctionRGG_BOXLAT |
| class | FunctionRGG_BOXLON |
| class | Last |
| class | RegionCache |
| class | RggRegionCache |
Typedefs | |
| typedef std::vector< RegionCache * > | VectorRegionCache |
Enumerations | |
| enum | RegionCacheKind { eq_cache_kind = 1 , rgg_cache_kind = 2 } |
Functions | |
| double | mfmod (double x, double y) |
| static FunctionBuilder< FunctionEQ_BOXLAT > | eq_boxlatFunctionBuilder ("eq_boxlat") |
| static FunctionBuilder< FunctionEQ_BOXLON > | eq_boxlonFunctionBuilder ("eq_boxlon") |
| static FunctionBuilder< FunctionRGG_BOXLAT > | rgg_boxlatFunctionBuilder ("rgg_boxlat") |
| static FunctionBuilder< FunctionRGG_BOXLON > | rgg_boxlonFunctionBuilder ("rgg_boxlon") |
Variables | |
| static ThreadSingleton< VectorRegionCache > | region_cache_ |
| static const int | dim =2 |
| static const double | min_resol = 0.1e0 |
| static const double | sphere_area = piconst::four_pi |
| typedef std::vector<RegionCache *> odc::sql::function::VectorRegionCache |
Definition at line 40 of file RegionCache.h.
| Enumerator | |
|---|---|
| eq_cache_kind | |
| rgg_cache_kind | |
Definition at line 37 of file RegionCache.h.
|
static |
|
static |
| double odc::sql::function::mfmod | ( | double | x, |
| double | y | ||
| ) |
|
static |
|
static |
|
static |
Definition at line 26 of file RegionCache.h.
|
static |
Definition at line 27 of file RegionCache.h.
|
static |
Definition at line 20 of file RegionCache.cc.
|
static |
Definition at line 28 of file RegionCache.h.