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

Public Member Functions | |
| TYRenderContext (const TYRenderType _type, const TYRenderPass _pass, const TYRenderViewport _viewport, TYElement *const _modelerElement) | |
Public Attributes | |
| TYRenderType | type |
| TYRenderPass | pass |
| TYRenderViewport | viewport |
| TYElement * | modelerElement |
| QMatrix4x4 | globalToModelerMatrix |
| bool | showBackgroundImage |
| bool | showLevelCurves |
| bool | showDistributedSources |
Structure de données stockant toutes les données fournies aux méthodes d'affichage des éléments graphiques (displayXXX);
Definition at line 46 of file TYRenderContext.h.
| TYRenderContext::TYRenderContext | ( | const TYRenderType | _type, |
| const TYRenderPass | _pass, | ||
| const TYRenderViewport | _viewport, | ||
| TYElement *const | _modelerElement | ||
| ) |
Definition at line 33 of file TYRenderContext.cpp.
| QMatrix4x4 TYRenderContext::globalToModelerMatrix |
Definition at line 56 of file TYRenderContext.h.
| TYElement* TYRenderContext::modelerElement |
Definition at line 55 of file TYRenderContext.h.
| TYRenderPass TYRenderContext::pass |
Definition at line 53 of file TYRenderContext.h.
| bool TYRenderContext::showBackgroundImage |
Definition at line 59 of file TYRenderContext.h.
| bool TYRenderContext::showDistributedSources |
Definition at line 61 of file TYRenderContext.h.
| bool TYRenderContext::showLevelCurves |
Definition at line 60 of file TYRenderContext.h.
| TYRenderType TYRenderContext::type |
Definition at line 52 of file TYRenderContext.h.
| TYRenderViewport TYRenderContext::viewport |
Definition at line 54 of file TYRenderContext.h.