#include <RegionCache.h>
|
virtual double | get_resol (const double &val) |
|
virtual void | create_cache (const double &, const int &) |
|
void | get_cache (const double &) |
|
void | put_cache (const RegionCacheKind &kind, const double &, const int &, double[], double[], double[], double[], int[]) |
|
int | find_latband (const double &) |
|
int | find_lonbox (const int &, const double &, double *, double *, double *) |
|
int | interval_bsearch (const double &, const int &, const double[], const double *, const double &, const double &) |
|
Definition at line 51 of file RegionCache.h.
◆ RegionCache()
odc::sql::function::RegionCache::RegionCache |
( |
| ) |
|
◆ ~RegionCache()
odc::sql::function::RegionCache::~RegionCache |
( |
| ) |
|
|
virtual |
◆ create_cache()
void odc::sql::function::RegionCache::create_cache |
( |
const double & |
resol, |
|
|
const int & |
n |
|
) |
| |
|
privatevirtual |
◆ find_latband()
int odc::sql::function::RegionCache::find_latband |
( |
const double & |
lat | ) |
|
|
private |
◆ find_lonbox()
int odc::sql::function::RegionCache::find_lonbox |
( |
const int & |
jb, |
|
|
const double & |
lon, |
|
|
double * |
midlon, |
|
|
double * |
leftlon, |
|
|
double * |
rightlon |
|
) |
| |
|
private |
◆ get_cache()
void odc::sql::function::RegionCache::get_cache |
( |
const double & |
nval | ) |
|
|
private |
◆ get_midlat()
double odc::sql::function::RegionCache::get_midlat |
( |
const double & |
resol, |
|
|
const double & |
lat |
|
) |
| |
◆ get_midlon()
double odc::sql::function::RegionCache::get_midlon |
( |
const double & |
resol, |
|
|
const double & |
lat, |
|
|
const double & |
lon |
|
) |
| |
◆ get_resol()
double odc::sql::function::RegionCache::get_resol |
( |
const double & |
val | ) |
|
|
privatevirtual |
◆ instance()
◆ interval_bsearch()
int odc::sql::function::RegionCache::interval_bsearch |
( |
const double & |
key, |
|
|
const int & |
n, |
|
|
const double |
x[], |
|
|
const double * |
delta, |
|
|
const double & |
add, |
|
|
const double & |
sign |
|
) |
| |
|
private |
◆ put_cache()
void odc::sql::function::RegionCache::put_cache |
( |
const RegionCacheKind & |
kind, |
|
|
const double & |
resol, |
|
|
const int & |
nb, |
|
|
double |
latband[], |
|
|
double |
midlat[], |
|
|
double |
stlon[], |
|
|
double |
deltalon[], |
|
|
int |
loncnt[] |
|
) |
| |
|
private |
◆ EqRegionCache
◆ RggRegionCache
◆ deltalon_
double* odc::sql::function::RegionCache::deltalon_ |
|
private |
◆ kind_
◆ last_
Last* odc::sql::function::RegionCache::last_ |
|
private |
◆ latband_
double* odc::sql::function::RegionCache::latband_ |
|
private |
◆ loncnt_
int* odc::sql::function::RegionCache::loncnt_ |
|
private |
◆ midlat_
double* odc::sql::function::RegionCache::midlat_ |
|
private |
◆ nbands_
int* odc::sql::function::RegionCache::nbands_ |
|
private |
◆ nboxes_
int* odc::sql::function::RegionCache::nboxes_ |
|
private |
◆ resol_
double* odc::sql::function::RegionCache::resol_ |
|
private |
◆ stlon_
double* odc::sql::function::RegionCache::stlon_ |
|
private |
◆ sum_loncnt_
int* odc::sql::function::RegionCache::sum_loncnt_ |
|
private |
The documentation for this class was generated from the following files: