#include <OImage.h>
Class definition une image.
Definition at line 33 of file OImage.h.
◆ OImage()
◆ ~OImage()
◆ getData()
| unsigned char* OImage::getData |
( |
| ) |
const |
|
inline |
Renvoi l'image sous la forme d'un pointer sur un octet non signe.
Definition at line 45 of file OImage.h.
◆ getDepth()
| unsigned int OImage::getDepth |
( |
| ) |
const |
|
inline |
Renvoi le nombre de bits par pixel.
Definition at line 69 of file OImage.h.
◆ getPixelSize()
| unsigned int OImage::getPixelSize |
( |
| ) |
const |
Renvoi le nombres d'octet d'un pixel
◆ getSizeX()
| unsigned int OImage::getSizeX |
( |
| ) |
const |
|
inline |
Renvoi la largeur de l'image.
Definition at line 53 of file OImage.h.
◆ getSizeY()
| unsigned int OImage::getSizeY |
( |
| ) |
const |
|
inline |
Renvoi la hauteur de l'image.
Definition at line 61 of file OImage.h.
◆ load()
| virtual bool OImage::load |
( |
const std::string & |
filename | ) |
|
|
pure virtual |
◆ TYImageManager
◆ _data
| unsigned char* OImage::_data |
|
protected |
◆ _depth
| unsigned int OImage::_depth |
|
protected |
◆ _sizeX
| unsigned int OImage::_sizeX |
|
protected |
◆ _sizeY
| unsigned int OImage::_sizeY |
|
protected |
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/code-tympan-fbessou/checkouts/latest/Tympan/gui/tools/OImage.h
- /home/docs/checkouts/readthedocs.org/user_builds/code-tympan-fbessou/checkouts/latest/Tympan/gui/tools/OImage.cpp