WXP::LritFile Class Reference

This class reads and decodes NIDS data from file. More...

#include "../include/LritFile.h"

List of all members.

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)

Detailed Description

This class reads and decodes NIDS data from file.

Author:
Dan Vietor

Constructor & Destructor Documentation

LritFile::LritFile (  ) 

Constructor. Initializes class data

References init().

LritFile::LritFile ( const char *  filename  ) 

Constructor. Opens file.

Parameters:
filename File to open

References init(), and open().

LritFile::~LritFile (  ) 

Destructor.


Member Function Documentation

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

Returns:
True if open
int LritFile::open ( const char *  filename  ) 

Opens a NIDS file

Parameters:
filename File to open

References init(), WXP::File::isOpen(), and WXP::File::open().

Referenced by LritFile(), and WXP::SatFile::open().


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

Generated on 8 Jan 2010 for WXP C++ Library by  doxygen 1.6.1