class ImageFile An abstract class implementing an image loader
An abstract class implementing an image loader. For every image type supported, a subclass should be created for loading that image type.
int height
RGBPixel* image
ImageFile()
int status
void set_dimensions(int w, int h)
RGBPixel* get_buffer()
virtual ~ImageFile()
int get_width()
int get_height()
long get_size()
const RGBPixel* get_image()
int get_status()
virtual const char* get_status_mesg()
ImageFile* mipmap(int steps, Filter3x3* filt1, Filter5x5* filt2)
ImageFile* mipmap(int steps)
ImageFile* blend(Filter3x3* filt1)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de