ocssw
V2022
|
#include <L3File.h>
Public Member Functions | |
L3Row (int32_t row, int64_t numBins, int32_t numProducts) | |
~L3Row () | |
int32_t | getRow () const |
int32_t | getNumProducts () const |
int64_t | getNumBins () const |
void | setNumBins (int64_t numBins) |
L3Bin * | getBin (int64_t binNum) |
L3Bin * | getBinByIndex (int32_t index) |
Protected Attributes | |
int32_t | row |
int32_t | numProducts |
int64_t | numBins |
std::vector< L3Bin * > | binArray |
int64_t | lastBin |
Friends | |
class | L3File |
class | L3FileSMI |
Detailed Description
Constructor & Destructor Documentation
◆ L3Row()
L3Row | ( | int32_t | row, |
int64_t | numBins, | ||
int32_t | numProducts | ||
) |
Definition at line 296 of file L3File.cpp.
◆ ~L3Row()
~L3Row | ( | ) |
Definition at line 307 of file L3File.cpp.
Member Function Documentation
◆ getBin()
L3Bin * getBin | ( | int64_t | binNum | ) |
Definition at line 335 of file L3File.cpp.
◆ getBinByIndex()
L3Bin * getBinByIndex | ( | int32_t | index | ) |
Get the bin in this row by index.
- Parameters
-
index to bin in this row that was actually in the file.
- Returns
- pointer to bin object at given index or NULL if index out of range
Definition at line 381 of file L3File.cpp.
◆ getNumBins()
int64_t getNumBins | ( | ) | const |
Definition at line 319 of file L3File.cpp.
◆ getNumProducts()
int32_t getNumProducts | ( | ) | const |
Definition at line 315 of file L3File.cpp.
◆ getRow()
int32_t getRow | ( | ) | const |
Definition at line 311 of file L3File.cpp.
◆ setNumBins()
void setNumBins | ( | int64_t | numBins | ) |
Definition at line 323 of file L3File.cpp.
Friends And Related Function Documentation
◆ L3File
◆ L3FileSMI
Member Data Documentation
◆ binArray
|
protected |
◆ lastBin
◆ numBins
◆ numProducts
◆ row
The documentation for this class was generated from the following files:
- /gfs-oceanweb/web/ocssw/ocssw_src/oel_hdf4/libbin/L3File.h
- /gfs-oceanweb/web/ocssw/ocssw_src/oel_hdf4/libbin/L3File.cpp