Image Module Image Informations. More...
#include <deBaseImageInfo.h>
Classes | |
| struct | sImageInfos |
| Informations about the image to load. More... | |
Public Member Functions | |
Constructors and Destructors | |
| deBaseImageInfo () | |
| Creates a new image info object. | |
| virtual | ~deBaseImageInfo () |
| Cleans up the image info object. | |
Notifications | |
| virtual int | GetWidth ()=0 |
| Retrieves the width in pixels. | |
| virtual int | GetHeight ()=0 |
| Retrieves the height in pixels. | |
| virtual int | GetDepth ()=0 |
| Retrieves the depth in pixels. | |
| virtual int | GetComponentCount ()=0 |
| Retrieves the number of components. | |
| virtual int | GetBitCount ()=0 |
| Retrieves the bit count of each component. | |
Image Module Image Informations.
Provides informations for an image to loading afterwards. Can be used by the image module to store additional data structures needed for loading in a subclasses object.
| deBaseImageInfo::deBaseImageInfo | ( | ) |
Creates a new image info object.
| virtual deBaseImageInfo::~deBaseImageInfo | ( | ) | [virtual] |
Cleans up the image info object.
| virtual int deBaseImageInfo::GetBitCount | ( | ) | [pure virtual] |
Retrieves the bit count of each component.
| virtual int deBaseImageInfo::GetComponentCount | ( | ) | [pure virtual] |
Retrieves the number of components.
| virtual int deBaseImageInfo::GetDepth | ( | ) | [pure virtual] |
Retrieves the depth in pixels.
| virtual int deBaseImageInfo::GetHeight | ( | ) | [pure virtual] |
Retrieves the height in pixels.
| virtual int deBaseImageInfo::GetWidth | ( | ) | [pure virtual] |
Retrieves the width in pixels.
1.7.2