|
ocssw
V2022
|
VcstGeoLutInputItem
#include <VcstGeoLutInputItem.h>
Inheritance diagram for VcstGeoLutInputItem:
Collaboration diagram for VcstGeoLutInputItem:
Public Member Functions | |
| 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 () |
| virtual int | getData () |
| 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 | 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 VcstLutInputItem * | getInstance () |
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 13 of file VcstGeoLutInputItem.h.
Constructor & Destructor Documentation
◆ VcstGeoLutInputItem()
| VcstGeoLutInputItem | ( | const std::string & | groupName, |
| size_t | size | ||
| ) |
Constructor
- Parameters
-
lutName The LUT name that identifies the data buffer.
◆ ~VcstGeoLutInputItem()
|
virtual |
Destructor
Member Function Documentation
◆ convert_CMNGEO_SAA_COEFF()
|
protected |
◆ convert_GEO_PARAM()
|
protected |
◆ convertEndianness()
|
protectedvirtual |
Convert endianness of LUT file.
Reimplemented from VcstLutInputItem.
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/include/ViirsGeo/VcstGeoLutInputItem.h

Public Member Functions inherited from 
