VAPoR  0.1
MetadataSpherical.h
Go to the documentation of this file.
1 //
2 // $Id$
3 //
4 
5 
6 #ifndef _MetadataSpherical_h_
7 #define _MetadataSpherical_h_
8 
9 #include <vapor/MetadataVDC.h>
10 #ifdef WIN32
11 #pragma warning(disable : 4251)
12 #endif
13 
14 namespace VAPoR {
15 
16 
17 //
25 public:
26 
28  const size_t dim[3], size_t numTransforms, size_t bs[3],
29  size_t permutation[3],
30  int nFilterCoef = 1, int nLiftingCoef = 1, int msbFirst = 1,
31  int vdfVersion = VDF_VERSION
32  );
33 
34  MetadataSpherical(const string &path);
35 
36  virtual ~MetadataSpherical();
37 
38 protected:
39  int SetDefaults();
40 private:
41 
42 };
43 
44 
45 };
46 
47 #endif // _MetadataSpherical_h_
#define VDF_API
Definition: common.h:61
const int VDF_VERSION
Definition: MetadataVDC.h:58
A class for managing data set metadata.
Definition: MetadataVDC.h:92
A class for managing data set Spherical metadata.