|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <OGLGrid.h>
Public Member Functions | |
| OGLGrid () | |
| virtual | ~OGLGrid () |
| void | drawGrid (const float gridDimX, const float gridDimY, const float gridStep, const OColor &oColor, bool bShowGridXY, bool showGridXZ, bool showGridZY) const |
| OGLGrid::OGLGrid | ( | ) |
Definition at line 32 of file OGLGrid.cpp.
|
virtual |
Definition at line 34 of file OGLGrid.cpp.
| void OGLGrid::drawGrid | ( | const float | gridDimX, |
| const float | gridDimY, | ||
| const float | gridStep, | ||
| const OColor & | oColor, | ||
| bool | bShowGridXY, | ||
| bool | showGridXZ, | ||
| bool | showGridZY | ||
| ) | const |
Affiche la grille
Definition at line 36 of file OGLGrid.cpp.

