#include <pi2d14_imagebmp.h>
Membres publics | |
| unsigned char * | getDatasPointer () |
| retourne un pointeur sur le tableau de donnée avec tout les droit dessus | |
| unsigned short | getBPP () |
| retourne le nombre de bit par couleur de l'image | |
| long | getHeight () |
| retourne la hauteur de l'image | |
| long | getWidth () |
| retourne la largeur de l'image | |
| bool | load (char *filepath) |
| charge une image bmp 24bit | |
| ImageBMP () | |
| le constructeur crée par defaut une image 24bit de 1*1. | |
| ~ImageBMP () | |
| le destructeur | |
Attributs Privés | |
| BMPHeader | bmph |
| unsigned char * | datas |
Définition à la ligne 39 du fichier pi2d14_imagebmp.h.
|
|
le constructeur crée par defaut une image 24bit de 1*1.
Définition à la ligne 11 du fichier pi2d14_imagebmp.cpp. Références GRAPHICSTOOLS::BMPHeader::biBitCount, GRAPHICSTOOLS::BMPHeader::biHeigth, GRAPHICSTOOLS::BMPHeader::biWidth, bmph, et datas. |
|
|
le destructeur
Définition à la ligne 19 du fichier pi2d14_imagebmp.cpp. Références datas. |
|
|
retourne le nombre de bit par couleur de l'image
Définition à la ligne 100 du fichier pi2d14_imagebmp.cpp. Références GRAPHICSTOOLS::BMPHeader::biBitCount, et bmph. |
|
|
retourne un pointeur sur le tableau de donnée avec tout les droit dessus
Définition à la ligne 105 du fichier pi2d14_imagebmp.cpp. Références datas. Référencé par GRAPHICSTOOLS::Texture_2D::loadBMP(). |
|
|
retourne la hauteur de l'image
Définition à la ligne 95 du fichier pi2d14_imagebmp.cpp. Références GRAPHICSTOOLS::BMPHeader::biHeigth, et bmph. Référencé par GRAPHICSTOOLS::Texture_2D::loadBMP(). |
|
|
retourne la largeur de l'image
Définition à la ligne 90 du fichier pi2d14_imagebmp.cpp. Références GRAPHICSTOOLS::BMPHeader::biWidth, et bmph. Référencé par GRAPHICSTOOLS::Texture_2D::loadBMP(). |
|
|
charge une image bmp 24bit
Définition à la ligne 24 du fichier pi2d14_imagebmp.cpp. Références GRAPHICSTOOLS::BMPHeader::bfOffBits, GRAPHICSTOOLS::BMPHeader::bfReserved1, GRAPHICSTOOLS::BMPHeader::bfReserved2, GRAPHICSTOOLS::BMPHeader::bfSize, GRAPHICSTOOLS::BMPHeader::bfType, GRAPHICSTOOLS::BMPHeader::biBitCount, GRAPHICSTOOLS::BMPHeader::biClrImportant, GRAPHICSTOOLS::BMPHeader::biClrUsed, GRAPHICSTOOLS::BMPHeader::biCompression, GRAPHICSTOOLS::BMPHeader::biHeigth, GRAPHICSTOOLS::BMPHeader::biPlanes, GRAPHICSTOOLS::BMPHeader::biSize, GRAPHICSTOOLS::BMPHeader::biSizeImage, GRAPHICSTOOLS::BMPHeader::biWidth, GRAPHICSTOOLS::BMPHeader::biXPelsPerMeter, GRAPHICSTOOLS::BMPHeader::biYPelsPerMeter, bmph, et datas. Référencé par GRAPHICSTOOLS::Texture_2D::loadBMP(). |
|
|
Définition à la ligne 43 du fichier pi2d14_imagebmp.h. Référencé par getBPP(), getHeight(), getWidth(), ImageBMP(), et load(). |
|
|
Définition à la ligne 44 du fichier pi2d14_imagebmp.h. Référencé par getDatasPointer(), ImageBMP(), load(), et ~ImageBMP(). |
1.3.5