Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

TIMGreader Class Reference

This class can read the ancient BioRad IMG format (most of the time...). More...

#include <TIMGreader.h>

List of all members.

Public Member Functions

 TIMGreader ()
 ~TIMGreader ()
 Destructor.
void readFile (wxString fn)
 Reads the IMG file.
int getInt (int adr)
 Gets an interger value from a dertain adress in the buffer.
wxImage makeImage ()
 Returns the parsed IMG file as a wxImage.

Public Attributes

vector< TIMGitemitems
 Annotation items.

Private Attributes

unsigned char * output
 Output memory.
unsigned char * buffer
 Buffer memory.
long size
 Buffer size.
int w
 Image width.
int h
 Image height.


Detailed Description

This class can read the ancient BioRad IMG format (most of the time...).


Constructor & Destructor Documentation

TIMGreader::TIMGreader  )  [inline]
 

TIMGreader::~TIMGreader  ) 
 

Destructor.


Member Function Documentation

int TIMGreader::getInt int  adr  ) 
 

Gets an interger value from a dertain adress in the buffer.

wxImage TIMGreader::makeImage  ) 
 

Returns the parsed IMG file as a wxImage.

void TIMGreader::readFile wxString  fn  ) 
 

Reads the IMG file.


Member Data Documentation

unsigned char* TIMGreader::buffer [private]
 

Buffer memory.

int TIMGreader::h [private]
 

Image height.

vector<TIMGitem> TIMGreader::items
 

Annotation items.

unsigned char* TIMGreader::output [private]
 

Output memory.

long TIMGreader::size [private]
 

Buffer size.

int TIMGreader::w [private]
 

Image width.


The documentation for this class was generated from the following files:
Generated on Fri Aug 11 16:19:47 2006 for GENtle by  doxygen 1.4.1