|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <OImageBmp.h>


Public Member Functions | |
| OImageBmp () | |
| virtual | ~OImageBmp () |
| virtual bool | load (const std::string &filename) |
| void | flipHorizontal () |
| void | flipVertical () |
Public Member Functions inherited from OImage | |
| OImage () | |
| virtual | ~OImage () |
| unsigned char * | getData () const |
| unsigned int | getSizeX () const |
| unsigned int | getSizeY () const |
| unsigned int | getDepth () const |
| unsigned int | getPixelSize () const |
Additional Inherited Members | |
Protected Attributes inherited from OImage | |
| unsigned char * | _data |
| unsigned int | _depth |
| unsigned int | _sizeX |
| unsigned int | _sizeY |
Definition at line 28 of file OImageBmp.h.
| OImageBmp::OImageBmp | ( | ) |
Definition at line 25 of file OImageBmp.cpp.
|
virtual |
Definition at line 27 of file OImageBmp.cpp.
| void OImageBmp::flipHorizontal | ( | ) |
Flip horizontal de l'image.
Definition at line 91 of file OImageBmp.cpp.
| void OImageBmp::flipVertical | ( | ) |
Flip vertical de l'image.
Definition at line 114 of file OImageBmp.cpp.
|
virtual |