#include <TIMGreader.h>
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< TIMGitem > | items |
| 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. | |
|
|
|
|
|
Destructor.
|
|
|
Gets an interger value from a dertain adress in the buffer.
|
|
|
Returns the parsed IMG file as a wxImage.
|
|
|
Reads the IMG file.
|
|
|
Buffer memory.
|
|
|
Image height.
|
|
|
Annotation items.
|
|
|
Output memory.
|
|
|
Buffer size.
|
|
|
Image width.
|
1.4.1