Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
include
ViirsGeo
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
25
class
VcstGeoNetcdfInputItem
:
public
VcstGeoLutInputItem
{
26
public
:
27
33
VcstGeoNetcdfInputItem
(
const
std::string
& groupName,
size_t
size
);
34
38
~
VcstGeoNetcdfInputItem
();
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
@ string
Definition:
GEO_read_param_file.c:64
VcstGeoLutInputItem
Definition:
VcstGeoLutInputItem.h:13
VcstGeoLutInputItem.h
VcstGeoNetcdfInputItem
Definition:
VcstGeoNetcdfInputItem.h:25
mapgen_overlay.size
size
Definition:
mapgen_overlay.py:242