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

Public Member Functions | |
| OGLElement () | |
| virtual | ~OGLElement () |
| void | setDisplayPosition (double displayPositionX, double displayPositionY) |
| void | setVisibility (bool bVisible) |
| bool | getVisibility () |
| void | setIs3D (bool bIs3D) |
| bool | getIs3D () |
| virtual int | render () |
Protected Attributes | |
| double | m_DisplayPositionX |
| double | m_DisplayPositionY |
| bool | m_bVisible |
| bool | m_bIs3D |
Classe de liste d'objets OGL a afficher
Definition at line 29 of file OGLElement.h.
|
inline |
Constructeur.
Definition at line 35 of file OGLElement.h.
|
inlinevirtual |
Destructeur.
Definition at line 44 of file OGLElement.h.
|
inline |
Definition at line 63 of file OGLElement.h.
|
inline |
|
inlinevirtual |
Reimplemented in OGLTextElement, OGLSphereElement, OGLScalarBarElement, OGLRectangleElement, OGLLineElement, OGLLightElement, and OGLGridElement.
Definition at line 68 of file OGLElement.h.
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 77 of file OGLElement.h.
|
protected |
Definition at line 76 of file OGLElement.h.
|
protected |
Definition at line 74 of file OGLElement.h.
|
protected |
Definition at line 75 of file OGLElement.h.