IODA Bundle
RggRegionCache.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 1996-2012 ECMWF.
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  * In applying this licence, ECMWF does not waive the privileges and immunities
7  * granted to it by virtue of its status as an intergovernmental organisation nor
8  * does it submit to any jurisdiction.
9  */
10 
11 /// \file RggRegionCache.h
12 /// ECMWF July 2010
13 
14 #ifndef RggRegionCache_H
15 #define RggRegionCache_H
16 
17 //#include <vector>
18 
20 
21 namespace odc {
22 namespace sql {
23 namespace function {
24 
25 class RggRegionCache : public RegionCache {
26 public:
29 
30 private:
31 // No copy allowed
34 
35 // -- Overridden methods
36  virtual double get_resol(const double & val);
37  virtual void create_cache(const double &, const int &);
38 
39 // -- Class methods
40  int * read_rtablel_2_file(const int &, int *, int *);
41  int gauaw(double [], double [], const int &);
42  void bsslzr(double [], const int &);
43 };
44 
45 } // namespace function
46 } // namespace sql
47 } // namespace odc
48 
49 #endif
RggRegionCache & operator=(const RggRegionCache &)
int * read_rtablel_2_file(const int &, int *, int *)
RggRegionCache(const RggRegionCache &)
virtual void create_cache(const double &, const int &)
int gauaw(double[], double[], const int &)
gauaw - compute abscissas and weights for gaussian integration
void bsslzr(double[], const int &)
virtual double get_resol(const double &val)
Definition: ColumnInfo.h:23