In file include/csgfxldr/tgaimage.h:

class ImageTgaFile : public ImageFile

An ImageFile subclass for reading TGA files

Inheritance:


Public Methods

virtual ~ImageTgaFile()

Private Fields

friend class ImageFile

Private Methods

ImageTgaFile(UByte* buf, long size)
Read the TGA file from the buffer.

Inherited from ImageFile:

Public Methods

ImageFile* blend(Filter3x3* filt1)
int get_height()
const RGBPixel* get_image()
long get_size()
int get_status()
virtual const char* get_status_mesg()
int get_width()
ImageFile* mipmap(int steps, Filter3x3* filt1, Filter5x5* filt2)
ImageFile* mipmap(int steps)

Protected Fields

int status

Protected Methods

RGBPixel* get_buffer()
void set_dimensions(int w, int h)

Private Fields

int height
RGBPixel* image
int width

Documentation

An ImageFile subclass for reading TGA files
friend class ImageFile

ImageTgaFile(UByte* buf, long size)
Read the TGA file from the buffer.

virtual ~ImageTgaFile()


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de