OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
VcstGeoNetcdfInputItem.h
Go to the documentation of this file.
1 /*******************************************************************************
2  *
3  * NAME: VcstGeoNetcdfInputItem
4  *
5  * DESCRIPTION: Subclass of the VcstGeoLutInputItem object class to support
6  * reading netCDF LUT files.
7  *
8  * Created on: June 18, 2015
9  * Author: Sam Anderson, VCST
10  *
11  *
12  *******************************************************************************/
13 
14 #ifndef VcstGeoNetcdfInputItem_h
15 #define VcstGeoNetcdfInputItem_h
16 
17 #include <VcstGeoLutInputItem.h>
18 
19 #include <netcdf>
20 
21 using namespace std;
22 using namespace netCDF;
23 using namespace netCDF::exceptions;
24 
26 public:
27 
33  VcstGeoNetcdfInputItem(const std::string& groupName, size_t size);
34 
39 
40 
45  int getData();
46 
47 
48 protected:
49 
54  int readNetCDF();
55 
56  int read_GEO_PARAM(NcFile* nc_input);
57 
58 };
59 
60 
61 
62 #endif
@ string