#include <ImportableImageI.h>
Inheritance diagram for Import::ImportableImageI:
This interface, derived from ImportableI, implements super class for image importers. There are set of methods which enables to get the information of the image and to bind it (set as active image) on specified device.
|
Default constructor.
|
|
Constructor with reference to the original.
|
|
Default destructor.
|
|
Binds texture to the given device.
|
|
Return bits per pixel.
|
|
Returns pointer to the imagedata.
|
|
Returns height of the image in pixels.
|
|
Returns pitch of the image, pitch is the actual length of scanline in pixels.
|
|
Returns the super class ID.
Reimplemented from Import::ImportableI. |
|
Returns width of the image in pixels.
|