This class reads and decodes NIDS data from file. More...
#include "../include/LritFile.h"
Public Member Functions | |
| LritFile () | |
| LritFile (const char *filename) | |
| ~LritFile () | |
| int | init () |
| int | open (const char *filename) |
| int | close () |
| bool | isOpen () |
| int | getHeader () |
| int | read (Image &image) |
| int | readHeader (Image &image) |
| int | readData (Image &image) |
This class reads and decodes NIDS data from file.
| LritFile::LritFile | ( | ) |
Constructor. Initializes class data
References init().
| LritFile::LritFile | ( | const char * | filename | ) |
| LritFile::~LritFile | ( | ) |
Destructor.
| int LritFile::close | ( | ) |
Closes the file
References WXP::File::close().
| int LritFile::init | ( | ) |
Initializes class data
Referenced by LritFile(), and open().
| bool LritFile::isOpen | ( | ) |
Is file opened
| int LritFile::open | ( | const char * | filename | ) |
Opens a NIDS file
| filename | File to open |
References init(), WXP::File::isOpen(), and WXP::File::open().
Referenced by LritFile(), and WXP::SatFile::open().
1.6.1