classe graphique pour une topographie
More...
#include <TYTopographieGraphic.h>
|
| static OBox | _globalBoundingBox |
| |
| static bool | _gDrawNormals = false |
| | Indique si les normals doivent etre visible. More...
|
| |
| static bool | _gDrawPlafond = true |
| | Indique si les plafonds doivent etre visible. More...
|
| |
| | TYElementGraphic (TYElement *pElt) |
| |
| void | displayNormal (OVector3D normal, OPoint3D p1) |
| |
| void | glVertex3fAndEnlargeBB (GLfloat x, GLfloat y, GLfloat z) |
| |
| void | glVertex3dAndEnlargeBB (GLdouble x, GLdouble y, GLdouble z) |
| |
| void | gluDiskAndEnlargeBB (GLUquadric *qobj, GLdouble innerRadius, GLdouble outerRadius, GLint slices, GLint loops) |
| |
| void | gluCylinderAndEnlargeBB (GLUquadric *qobj, GLdouble baseRadius, GLdouble topRadius, GLdouble height, GLint slices, GLint stacks) |
| |
| void | gluPartialDiskAndEnlargeBB (GLUquadric *qobj, GLdouble innerRadius, GLdouble outerRadius, GLint slices, GLint loops, GLdouble startAngle, GLdouble sweepAngle) |
| |
| void | drawBoundingBox () |
| |
| void | drawLineBoundingBox () |
| |
| void | drawName (TYElement *pModelerElement=nullptr) |
| |
classe graphique pour une topographie
Definition at line 41 of file TYTopographieGraphic.h.
◆ TYTopographieGraphic()
| TYTopographieGraphic::TYTopographieGraphic |
( |
TYTopographie * |
pElement | ) |
|
◆ ~TYTopographieGraphic()
| virtual TYTopographieGraphic::~TYTopographieGraphic |
( |
| ) |
|
|
inlinevirtual |
◆ display()
| void TYTopographieGraphic::display |
( |
TYElement * |
pModelerElement = nullptr, |
|
|
GLenum |
mode = GL_RENDER |
|
) |
| |
|
virtual |
◆ getChilds()
◆ setBackgroundImage()
| void TYTopographieGraphic::setBackgroundImage |
( |
QString |
sTopoFileName, |
|
|
int |
semiX, |
|
|
int |
semiY, |
|
|
TYPoint |
ptPosition, |
|
|
OVector3D |
bgOrientation |
|
) |
| |
◆ unsetBackgroundImage()
| void TYTopographieGraphic::unsetBackgroundImage |
( |
| ) |
|
◆ update()
| void TYTopographieGraphic::update |
( |
bool |
force = false | ) |
|
|
virtual |
Mets a jour l'objet 3D associe a cet objet graphique metier. Remarque : Lorsque cette methode est surchargee, un appel de l'implementation parent (TYElementGraphic::update()) doit etre fait a la fin.
- Parameters
-
| force | Outrepasse l'etat du flag 'modified' et effectue la mise a jour. |
Reimplemented from TYElementGraphic.
Definition at line 34 of file TYTopographieGraphic.cpp.
◆ _pEmpriseGraphic
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/code-tympan-fbessou/checkouts/latest/Tympan/gui/gl/TYTopographieGraphic.h
- /home/docs/checkouts/readthedocs.org/user_builds/code-tympan-fbessou/checkouts/latest/Tympan/gui/gl/TYTopographieGraphic.cpp