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


Public Member Functions | |
| OGLBoxMesh (const QVector3D &dimensions) | |
| void | setDimensions (const QVector3D &dimensions) |
| const QVector3D & | dimensions () const |
Public Member Functions inherited from OGLMesh | |
| const std::vector< QVector3D > & | vertices () const |
| const std::vector< unsigned int > & | indices () const |
| void | setMaterial (const OGLSimpleMaterial &material) |
| OGLSimpleMaterial | material () |
Private Attributes | |
| QVector3D | _dimensions |
Additional Inherited Members | |
Protected Attributes inherited from OGLMesh | |
| std::vector< QVector3D > | _vertices |
| std::vector< unsigned int > | _indices |
| OGLSimpleMaterial | _material |
OGLMesh specific to Box shapes.
Definition at line 26 of file OGLBoxMesh.h.
| OGLBoxMesh::OGLBoxMesh | ( | const QVector3D & | dimensions | ) |
| const QVector3D & OGLBoxMesh::dimensions | ( | ) | const |
Get the box dimensions.
Definition at line 51 of file OGLBoxMesh.cpp.

| void OGLBoxMesh::setDimensions | ( | const QVector3D & | dimensions | ) |
Set the box dimensions.
Definition at line 26 of file OGLBoxMesh.cpp.


|
private |
Definition at line 42 of file OGLBoxMesh.h.