OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
VcstGeoLutInputItem.h
Go to the documentation of this file.
1 /*******************************************************************************
2  *
3  * NAME: VcstGeoLutInputItem
4  *
5  *
6  *******************************************************************************/
7 
8 #ifndef VcstGeoLutInputItem_h
9 #define VcstGeoLutInputItem_h
10 
11 #include <VcstLutInputItem.h>
12 
14 public:
15 
21  VcstGeoLutInputItem(const std::string& groupName, size_t size);
22 
26  virtual ~VcstGeoLutInputItem();
27 
28 protected:
29 
33  int convertEndianness();
34 
35  int convert_GEO_PARAM();
36 
38 
39 };
40 
41 
42 
43 #endif
@ string
virtual ~VcstGeoLutInputItem()
int convert_CMNGEO_SAA_COEFF()
VcstGeoLutInputItem(const std::string &groupName, size_t size)