Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Public Member Functions | List of all members
OImageBmp Class Reference

#include <OImageBmp.h>

Inheritance diagram for OImageBmp:
Inheritance graph
[legend]
Collaboration diagram for OImageBmp:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 28 of file OImageBmp.h.

Constructor & Destructor Documentation

◆ OImageBmp()

OImageBmp::OImageBmp ( )

Definition at line 25 of file OImageBmp.cpp.

◆ ~OImageBmp()

OImageBmp::~OImageBmp ( )
virtual

Definition at line 27 of file OImageBmp.cpp.

Member Function Documentation

◆ flipHorizontal()

void OImageBmp::flipHorizontal ( )

Flip horizontal de l'image.

Definition at line 91 of file OImageBmp.cpp.

◆ flipVertical()

void OImageBmp::flipVertical ( )

Flip vertical de l'image.

Definition at line 114 of file OImageBmp.cpp.

◆ load()

bool OImageBmp::load ( const std::string &  filename)
virtual

Surcharge de OImage::load

Implements OImage.

Definition at line 29 of file OImageBmp.cpp.


The documentation for this class was generated from the following files: