OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022

#include <VcstGeoNetcdfInputItem.h>

Inheritance diagram for VcstGeoNetcdfInputItem:
[legend]
Collaboration diagram for VcstGeoNetcdfInputItem:
[legend]

Public Member Functions

 VcstGeoNetcdfInputItem (const std::string &groupName, size_t size)
 
 ~VcstGeoNetcdfInputItem ()
 
int getData ()
 
- Public Member Functions inherited from VcstGeoLutInputItem
 VcstGeoLutInputItem (const std::string &groupName, size_t size)
 
virtual ~VcstGeoLutInputItem ()
 
- Public Member Functions inherited from VcstLutInputItem
 VcstLutInputItem (const std::string &groupName, size_t size)
 
virtual ~VcstLutInputItem ()
 
void * getDataPtr () const
 
bool dataPtrUnknown () const
 
const std::string getShortName () const
 
void setShortName (const std::string &shortName)
 
const std::string getFilePath () const
 
void setFilePath (const std::string &filePath)
 
const std::string getFileName () const
 
void setDataPtr (void *ptr)
 

Protected Member Functions

int readNetCDF ()
 
int read_GEO_PARAM (NcFile *nc_input)
 
- Protected Member Functions inherited from VcstGeoLutInputItem
int convertEndianness ()
 
int convert_GEO_PARAM ()
 
int convert_CMNGEO_SAA_COEFF ()
 
- Protected Member Functions inherited from VcstLutInputItem
virtual bool isItemOkForIO ()
 
const std::string getGroupName () const
 
const size_t getDataSize () const
 
const bool dataPtrEstablished () const
 
void setGroupName (std::string strName)
 
void setDataSize (size_t size)
 
void setIsAllocated (bool bVal)
 
size_t determineFileSize (const std::string &fileName)
 
int allocateMemory (size_t size)
 
void releaseMemory ()
 

Additional Inherited Members

- Static Public Member Functions inherited from VcstLutInputItem
static VcstLutInputItemgetInstance ()
 
- Static Protected Member Functions inherited from VcstLutInputItem
template<typename T >
static void byteSwap (T &aValue)
 
- Protected Attributes inherited from VcstLutInputItem
std::string groupName_
 
- Static Protected Attributes inherited from VcstLutInputItem
static const std::size_t MAX_IO_SIZE = 1073741824
 

Detailed Description

Definition at line 25 of file VcstGeoNetcdfInputItem.h.

Constructor & Destructor Documentation

◆ VcstGeoNetcdfInputItem()

VcstGeoNetcdfInputItem ( const std::string groupName,
size_t  size 
)

Constructor

Parameters
lutNameThe LUT name that identifies the data buffer.

◆ ~VcstGeoNetcdfInputItem()

Destructor

Member Function Documentation

◆ getData()

int getData ( )
virtual

Read data from LUT or netCDF file depending on availability

Reimplemented from VcstLutInputItem.

◆ read_GEO_PARAM()

int read_GEO_PARAM ( NcFile *  nc_input)
protected

◆ readNetCDF()

int readNetCDF ( )
protected

Read netCDF LUT file.


The documentation for this class was generated from the following file: