Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
TYProjet Class Reference

classe de definition d'un projet. More...

#include <TYProjet.h>

Inheritance diagram for TYProjet:
Inheritance graph
[legend]
Collaboration diagram for TYProjet:
Collaboration graph
[legend]

Public Member Functions

 TYProjet ()
 Constructeur. Le constructeur de la classe TYProjet. More...
 
 TYProjet (const TYProjet &other)
 Constructeur par copie . Le constructeur par copie de la classe TYProje . More...
 
virtual ~TYProjet ()
 Destructeur Le destructeur de la classe TYProjet . More...
 
TYProjetoperator= (const TYProjet &other)
 Operateur =. More...
 
bool operator== (const TYProjet &other) const
 Operateur ==. More...
 
bool operator!= (const TYProjet &other) const
 Operateur !=. More...
 
virtual std::string toString () const
 
virtual DOM_Element toXML (DOM_Element &domElement)
 
virtual int fromXML (DOM_Element domElement)
 
QString getAuteur () const
 Get du nom de l'auteur. More...
 
void setAuteur (const QString &auteur)
 Set du nom de l'auteur. More...
 
QString getDateCreation () const
 Get de la date de creation. More...
 
void setDateCreation (const QString &date)
 Set de la date de creation. More...
 
QString getDateModif () const
 Get de la date de modification. More...
 
void setDateModif (const QString &date)
 Set de la date de modification. More...
 
QString getComment () const
 Get des commentaires. More...
 
void setComment (const QString &comment)
 Set des commentaires. More...
 
LPTYSiteNode getSite ()
 Get du site. More...
 
const LPTYSiteNode getSite () const
 Get du site. More...
 
void setSite (const LPTYSiteNode pSite)
 Set du site. More...
 
TYTabLPPointControlgetPointsControl ()
 
const TYTabLPPointControlgetPointsControl () const
 
void setPointsControl (const TYTabLPPointControl &pointsControl)
 
bool addPointControl (LPTYPointControl pPointControl)
 
bool remPointControl (LPTYPointControl pPointControl)
 
LPTYPointControl duplicatePointControl (const LPTYPointControl &pPoint)
 Duplique pPoint. More...
 
LPTYPointControl getPointControl (int index)
 
bool remAllPointControl ()
 
bool updateAltiRecepteurs ()
 
bool updateAltiRecepteurs (const TYAltimetrie *pAlti)
 
bool updateAltiPointControle (TYPointControl *pPtControl, const TYAltimetrie *pAlti)
 
TYTabMaillageGeoNodegetMaillages ()
 Get de la collection de maillages. More...
 
const TYTabMaillageGeoNodegetMaillages () const
 Get de la collection de maillages. More...
 
void updateCalculsWithMaillage (TYMaillage *pMaillage)
 
bool addMaillage (LPTYMaillageGeoNode pMaillageGeoNode)
 Ajout d'un maillage. More...
 
bool addMaillage (LPTYMaillage pMaillage)
 Ajout d'un maillage. More...
 
bool remMaillage (const LPTYMaillageGeoNode pMaillageGeoNode)
 Suppression d'un maillage. More...
 
bool remMaillage (const LPTYMaillage pMaillage)
 Suppression d'un maillage. More...
 
bool remMaillage (QString idMaillage)
 Suppression d'un maillage a partir de son identifiant. More...
 
bool remAllMaillage ()
 Suppression de tous les maillages. More...
 
LPTYMaillage getMaillage (int index)
 Retourne un maillage a partir de son index. More...
 
LPTYMaillageGeoNode findMaillage (const LPTYMaillage pMaillage)
 Retrouve le GeoNode associe a un maillage. More...
 
bool updateAltiMaillage (TYMaillageGeoNode *pMaillageGeoNode, const TYAltimetrie *pAlti)
 Met a niveau l'altimetrie d'un maillage. More...
 
bool updateAltiMaillage (TYMaillageGeoNode *pMaillageGeoNode)
 Met a niveau l'altimetrie d'un maillage. More...
 
void selectActivePoint (const LPTYSiteNode pSite)
 Selectionne les points actifs du maillage. More...
 
virtual void updateGraphic ()
 
TYTabLPCalculgetListCalcul ()
 Set/Get de la liste des Calcul. More...
 
const TYTabLPCalculgetListCalcul () const
 
void setListCalcul (const TYTabLPCalcul &list)
 
bool addCalcul (LPTYCalcul pCalcul)
 Ajout d'un Calcul a la liste des Calcul. More...
 
bool remCalcul (const LPTYCalcul pCalcul)
 Suppression d'un Calcul a la liste des Calcul. More...
 
bool remCalcul (QString idCalcul)
 Suppression d'un Calcul a la liste des Calcul. More...
 
void remAllCalcul ()
 Suppression de tous les elements. More...
 
void unsetSite ()
 Supprime la liaison avec le site. More...
 
LPTYCalcul getCurrentCalcul ()
 Set/Get du pointeur du Calcul courant. More...
 
const LPTYCalcul getCurrentCalcul () const
 Set/Get du pointeur du Calcul courant. More...
 
void setCurrentCalcul (LPTYCalcul pCurCalcul)
 Set/Get du pointeur du Calcul courant. More...
 
LPTYCalcul duplicateCalcul (const LPTYCalcul pCalcul)
 Duplique pCalcul. More...
 
void duplicatePtCalcState (const TYCalcul *pCalculRef, TYCalcul *pCalculNew)
 copie l'etat des points de controle pour un calcul pour un autre calcul More...
 
void duplicateNoiseMapState (const TYCalcul *pCalculRef, TYCalcul *pCalculNew)
 copie l'etat des points de controle pour un calcul pour un autre calcul More...
 
void remElmtFromCalculs (TYElement *pElement)
 Supprime un element de tous les calculs. More...
 
void remTabElmtFromCalculs (vector< LPTYGeometryNode > tabGeoNode)
 Supprime un ensemble d'elements des calculs. More...
 
void setDelaunayTolerence (const double &val)
 Get/Set du parametre de Delaunay. More...
 
double getDelaunayTolerence ()
 
const double getDelaunayTolerence () const
 
void setDMax (const double &val)
 Get/set de la distance max entre les points. More...
 
double getDMax ()
 
const double getDMax () const
 
void setUseDefGeomVal (const bool &bVal)
 Get/Set de l'option d'utilisation des valeurs par defaut. More...
 
bool getUseDefGeomVal ()
 
const bool getUseDefGeomVal () const
 
void verifGeometricParam ()
 verification des parametres de geometrisation (si necessaire) More...
 
void forceUseDefault ()
 Force l'utilisation des parametres par defaut. More...
 
const double getDefaultDelaunayTolerence () const
 Relecture de la valeur de tolerence de Delaunay par defaut. More...
 
const double getDefaultDMax () const
 Relecture de la distance minimale entre deux points par defaut. More...
 
bool getStatusSolver ()
 Get/Set du statut de disponibilite du solveur du calcul courant. More...
 
const bool getStatusSolver () const
 
void setStatusSolver (const bool &bStatus)
 
void cleanReceptorsStatus (TYCalcul *pCalcul)
 clean status of control points and noise maps More...
 
- Public Member Functions inherited from TYElement
 TYElement ()
 
 TYElement (TYElement *pParent, bool PutInInstanceList=true)
 
 TYElement (const TYElement &other, bool PutInInstanceList=true)
 
virtual ~TYElement ()
 
void setID (TYUUID id)
 
void setID (const QString &str_id)
 
const TYUUIDgetID () const
 
QString getStringID () const
 
bool hasNullID () const
 
void regenerateID ()
 
void setName (QString name)
 
void setName (std::string name)
 
virtual QString getName () const
 
void setParent (TYElement *pParent)
 
TYElementgetParent () const
 
virtual void setIsAcousticModified (bool isModified)
 
bool getIsAcousticModified ()
 
virtual void setIsGeometryModified (bool isModified)
 
bool getIsGeometryModified ()
 
TYElementoperator= (const TYElement &other)
 
bool operator== (const TYElement &other) const
 
bool operator!= (const TYElement &other) const
 
virtual bool deepCopy (const TYElement *pOther, bool copyId=true, bool pUseCopyTag=false)
 
bool callFromXMLIfEqual (DOM_Element &domElement, int *pRetVal=NULL)
 
std::string getMetierName ()
 
void * getAllUses ()
 
void setAllUses (void *allUses)
 
void cleanAllUses ()
 
virtual void updateCurrentCalcul (TYListID &listID, bool recursif=true)
 
virtual void getChilds (LPTYElementArray &childs, bool recursif=true)
 
virtual void setInCurrentCalcul (bool state, bool recurschild=true, bool recursparent=true)
 
virtual bool isInCurrentCalcul ()
 
void addCopy ()
 Increment le compteur de nombre de copies. More...
 
void setCopyCount (const unsigned int copyCount)
 Modifie la vaeur du compteur. More...
 
- Public Member Functions inherited from IRefCount
 IRefCount ()
 
virtual ~IRefCount ()
 
virtual int incRef ()
 
virtual int decRef ()
 
int getRefCount () const
 
- Public Member Functions inherited from OPrototype
virtual ~OPrototype ()
 
virtual OPrototypeclone () const =0
 
virtual const char * getClassName () const
 
bool isA (const char *className) const
 

Static Public Attributes

static bool gSaveValues = true
 

Protected Member Functions

void updateGraphicMaillage ()
 Mets a jour l'objet graphique des maillage apres calcul. More...
 
- Protected Member Functions inherited from OPrototype
 OPrototype ()
 

Protected Attributes

QString _auteur
 Nom de l'auteur. More...
 
QString _dateCreation
 Date de creation. More...
 
QString _dateModif
 Date de modification. More...
 
QString _comment
 Commentaires. More...
 
LPTYSiteNode _pSite
 Site. More...
 
TYTabLPCalcul _listCalcul
 Liste des Calcul. More...
 
TYTabLPPointControl _pointsControl
 Liste des points de controles. More...
 
TYTabMaillageGeoNode _maillages
 Collections de Maillages. More...
 
LPTYCalcul _pCurrentCalcul
 Un pointeur sur le Calcul courant. More...
 
double _delaunayTolerance
 Parametres de geometrisation. More...
 
double _maxDistBetweenPoints
 
bool _useDefaultGeomVal
 
bool _bStatusSolver
 
- Protected Attributes inherited from TYElement
QString _name
 Nom courant de l'element. More...
 
TYElement_pParent
 Reference sur l'element parent. More...
 
bool _bPutInInstanceList
 
unsigned int _copyCount
 
bool _inCurrentCalcul
 Indique si cet element est actif dans le Calcul courant. More...
 
bool _isAcousticModified
 Indicateur de modification acoustique. More...
 
bool _isGeometryModified
 Indicateur de modification de la geometrie. More...
 
LPTYElementGraphic _pGraphicObject
 L'object graphique metier associe a cet element. More...
 
void * _allUses
 Multi purpose void pointer (use for compatibility actually) More...
 
- Protected Attributes inherited from IRefCount
int m_refCount
 The reference counter. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from TYElement
static LPTYElementArray findTypeCollectionAndCallFromXML (DOM_Element parentElem, const char *type)
 
static void setLogInstances (bool log)
 
static bool getLogInstances ()
 
static TYElementgetInstance (TYUUID uuid)
 
static void purgeInstances ()
 
static bool testId (const TYUUID &id, const TYElement *pElem)
 
static TYUUID newID ()
 
static TYUUID fromString (QString id)
 
static QString toString (TYUUID &uuid)
 
static uint64 getConstructorCount ()
 
static uint64 getDestructorCount ()
 
static uint64 getIdGenerationCount ()
 
static bool getIsSavedOk ()
 
static void setIsSavedOk (const bool &toSave)
 
static void setRegenerateID (const bool &bRegenerate)
 
static bool getRegenerateID ()
 
- Static Public Member Functions inherited from OPrototype
static OPrototypefindAndClone (const char *className)
 
static int findPrototype (const char *className)
 
static OPrototypesafeDownCast (OPrototype *pObject)
 
static void add_factory (const char *, IOProtoFactory::ptr_type factory)
 

Detailed Description

classe de definition d'un projet.

Version
v 1.1
Date
2008/01/21
Author
Projet_Tympan

Definition at line 44 of file TYProjet.h.

Constructor & Destructor Documentation

◆ TYProjet() [1/2]

TYProjet::TYProjet ( )

Constructeur. Le constructeur de la classe TYProjet.

Definition at line 37 of file TYProjet.cpp.

Here is the call graph for this function:

◆ TYProjet() [2/2]

TYProjet::TYProjet ( const TYProjet other)

Constructeur par copie . Le constructeur par copie de la classe TYProje .

Definition at line 58 of file TYProjet.cpp.

◆ ~TYProjet()

TYProjet::~TYProjet ( )
virtual

Destructeur Le destructeur de la classe TYProjet .

Definition at line 63 of file TYProjet.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ addCalcul()

bool TYProjet::addCalcul ( LPTYCalcul  pCalcul)

Ajout d'un Calcul a la liste des Calcul.

Parameters
pCalculLe Calcul a ajouter.

Definition at line 461 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ addMaillage() [1/2]

bool TYProjet::addMaillage ( LPTYMaillage  pMaillage)

Ajout d'un maillage.

Definition at line 804 of file TYProjet.cpp.

Here is the call graph for this function:

◆ addMaillage() [2/2]

bool TYProjet::addMaillage ( LPTYMaillageGeoNode  pMaillageGeoNode)

Ajout d'un maillage.

Definition at line 783 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ addPointControl()

bool TYProjet::addPointControl ( LPTYPointControl  pPointControl)

Ajout un nouveau point de controle.

Definition at line 394 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cleanReceptorsStatus()

void TYProjet::cleanReceptorsStatus ( TYCalcul pCalcul)

clean status of control points and noise maps

Definition at line 1100 of file TYProjet.cpp.

Here is the caller graph for this function:

◆ duplicateCalcul()

LPTYCalcul TYProjet::duplicateCalcul ( const LPTYCalcul  pCalcul)

Duplique pCalcul.

Parameters
pCalculCalcul a dupliquer.
Returns
Le nouveau calcul.

Definition at line 641 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ duplicateNoiseMapState()

void TYProjet::duplicateNoiseMapState ( const TYCalcul pCalculRef,
TYCalcul pCalculNew 
)

copie l'etat des points de controle pour un calcul pour un autre calcul

Parameters
pCalculRef: Calcul dont l'etat pour les points doit etre copie
pCalculNew: Calcul pour lequel l'etat doit etre duplique

Definition at line 678 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ duplicatePointControl()

LPTYPointControl TYProjet::duplicatePointControl ( const LPTYPointControl pPoint)

Duplique pPoint.

Parameters
pPointPointControl a dupliquer.
Returns
Le nouveau point de controle.

Definition at line 440 of file TYProjet.cpp.

Here is the call graph for this function:

◆ duplicatePtCalcState()

void TYProjet::duplicatePtCalcState ( const TYCalcul pCalculRef,
TYCalcul pCalculNew 
)

copie l'etat des points de controle pour un calcul pour un autre calcul

Parameters
pCalculRef: Calcul dont l'etat pour les points doit etre copie
pCalculNew: Calcul pour lequel l'etat doit etre duplique

Definition at line 667 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ findMaillage()

LPTYMaillageGeoNode TYProjet::findMaillage ( const LPTYMaillage  pMaillage)

Retrouve le GeoNode associe a un maillage.

Parameters
pMaillageL'element a chercher.
Returns
Le GeoNode associe a l'element a chercher si trouve sinon NULL.

Definition at line 873 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ forceUseDefault()

void TYProjet::forceUseDefault ( )

Force l'utilisation des parametres par defaut.

Definition at line 715 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fromXML()

int TYProjet::fromXML ( DOM_Element  domElement)
virtual

Extrait les informations a partir du noeud DOM passe afin de recuperer les parametres de la classe.

Parameters
domElementLe noeud DOM a partir duquel les parametres doivent etre recuperes.
Returns
1 si la recuperation des parametres a reussie.

Reimplemented from TYElement.

Definition at line 205 of file TYProjet.cpp.

Here is the call graph for this function:

◆ getAuteur()

QString TYProjet::getAuteur ( ) const
inline

Get du nom de l'auteur.

Returns
_auteur

Definition at line 93 of file TYProjet.h.

Here is the caller graph for this function:

◆ getComment()

QString TYProjet::getComment ( ) const
inline

Get des commentaires.

Returns
_comment

Definition at line 150 of file TYProjet.h.

Here is the caller graph for this function:

◆ getCurrentCalcul() [1/2]

LPTYCalcul TYProjet::getCurrentCalcul ( )
inline

Set/Get du pointeur du Calcul courant.

Returns
_pCurrentCalcul

Definition at line 426 of file TYProjet.h.

Here is the caller graph for this function:

◆ getCurrentCalcul() [2/2]

const LPTYCalcul TYProjet::getCurrentCalcul ( ) const
inline

Set/Get du pointeur du Calcul courant.

Definition at line 435 of file TYProjet.h.

◆ getDateCreation()

QString TYProjet::getDateCreation ( ) const
inline

Get de la date de creation.

Returns
_dateCreation

Definition at line 112 of file TYProjet.h.

Here is the caller graph for this function:

◆ getDateModif()

QString TYProjet::getDateModif ( ) const
inline

Get de la date de modification.

Returns
_dateModif

Definition at line 131 of file TYProjet.h.

Here is the caller graph for this function:

◆ getDefaultDelaunayTolerence()

const double TYProjet::getDefaultDelaunayTolerence ( ) const

Relecture de la valeur de tolerence de Delaunay par defaut.

Definition at line 722 of file TYProjet.cpp.

Here is the caller graph for this function:

◆ getDefaultDMax()

const double TYProjet::getDefaultDMax ( ) const

Relecture de la distance minimale entre deux points par defaut.

Definition at line 740 of file TYProjet.cpp.

Here is the caller graph for this function:

◆ getDelaunayTolerence() [1/2]

double TYProjet::getDelaunayTolerence ( )
inline

Definition at line 490 of file TYProjet.h.

Here is the caller graph for this function:

◆ getDelaunayTolerence() [2/2]

const double TYProjet::getDelaunayTolerence ( ) const
inline

Definition at line 494 of file TYProjet.h.

◆ getDMax() [1/2]

double TYProjet::getDMax ( )
inline

Definition at line 506 of file TYProjet.h.

◆ getDMax() [2/2]

const double TYProjet::getDMax ( ) const
inline

Definition at line 510 of file TYProjet.h.

◆ getListCalcul() [1/2]

TYTabLPCalcul & TYProjet::getListCalcul ( )
inline

Set/Get de la liste des Calcul.

Returns
_listCalcul

Definition at line 366 of file TYProjet.h.

Here is the caller graph for this function:

◆ getListCalcul() [2/2]

const TYTabLPCalcul& TYProjet::getListCalcul ( ) const
inline

Set/Get de la liste des Calcul.

Definition at line 374 of file TYProjet.h.

◆ getMaillage()

LPTYMaillage TYProjet::getMaillage ( int  index)
inline

Retourne un maillage a partir de son index.

Returns
TYMaillage::safeDownCast(_maillages.at(index)->getElement())

Definition at line 318 of file TYProjet.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getMaillages() [1/2]

TYTabMaillageGeoNode & TYProjet::getMaillages ( )
inline

Get de la collection de maillages.

Returns
_maillages

Definition at line 261 of file TYProjet.h.

Here is the caller graph for this function:

◆ getMaillages() [2/2]

const TYTabMaillageGeoNode & TYProjet::getMaillages ( ) const
inline

Get de la collection de maillages.

Returns
_maillages

Definition at line 271 of file TYProjet.h.

◆ getPointControl()

LPTYPointControl TYProjet::getPointControl ( int  index)
inline

Retourne un point de controle.

Definition at line 232 of file TYProjet.h.

Here is the caller graph for this function:

◆ getPointsControl() [1/2]

TYTabLPPointControl& TYProjet::getPointsControl ( )
inline

Set/Get du maillage des points de controle.

Definition at line 193 of file TYProjet.h.

Here is the caller graph for this function:

◆ getPointsControl() [2/2]

const TYTabLPPointControl& TYProjet::getPointsControl ( ) const
inline

Set/Get du maillage des points de controle.

Definition at line 200 of file TYProjet.h.

◆ getSite() [1/2]

LPTYSiteNode TYProjet::getSite ( )
inline

Get du site.

Returns
_pSite

Definition at line 169 of file TYProjet.h.

Here is the caller graph for this function:

◆ getSite() [2/2]

const LPTYSiteNode TYProjet::getSite ( ) const
inline

Get du site.

Returns
_pSite

Definition at line 179 of file TYProjet.h.

◆ getStatusSolver() [1/2]

bool TYProjet::getStatusSolver ( )
inline

Get/Set du statut de disponibilite du solveur du calcul courant.

const bool getStatusSolver() void setStatusSolver(const bool& bStatus)

Returns
_bStatusSolver

Definition at line 566 of file TYProjet.h.

Here is the caller graph for this function:

◆ getStatusSolver() [2/2]

const bool TYProjet::getStatusSolver ( ) const
inline

Definition at line 570 of file TYProjet.h.

◆ getUseDefGeomVal() [1/2]

bool TYProjet::getUseDefGeomVal ( )
inline

Definition at line 526 of file TYProjet.h.

◆ getUseDefGeomVal() [2/2]

const bool TYProjet::getUseDefGeomVal ( ) const
inline

Definition at line 530 of file TYProjet.h.

◆ operator!=()

bool TYProjet::operator!= ( const TYProjet other) const

Operateur !=.

Definition at line 147 of file TYProjet.cpp.

Here is the call graph for this function:

◆ operator=()

TYProjet & TYProjet::operator= ( const TYProjet other)

Operateur =.

Definition at line 68 of file TYProjet.cpp.

Here is the call graph for this function:

◆ operator==()

bool TYProjet::operator== ( const TYProjet other) const

Operateur ==.

Definition at line 91 of file TYProjet.cpp.

Here is the caller graph for this function:

◆ remAllCalcul()

void TYProjet::remAllCalcul ( )

Suppression de tous les elements.

Definition at line 517 of file TYProjet.cpp.

Here is the caller graph for this function:

◆ remAllMaillage()

bool TYProjet::remAllMaillage ( )

Suppression de tous les maillages.

Definition at line 865 of file TYProjet.cpp.

Here is the call graph for this function:

◆ remAllPointControl()

bool TYProjet::remAllPointControl ( )

Supprime tous les points de controle.

Definition at line 453 of file TYProjet.cpp.

Here is the call graph for this function:

◆ remCalcul() [1/2]

bool TYProjet::remCalcul ( const LPTYCalcul  pCalcul)

Suppression d'un Calcul a la liste des Calcul.

Parameters
pCalculLe Calcul a supprimer.

Definition at line 471 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ remCalcul() [2/2]

bool TYProjet::remCalcul ( QString  idCalcul)

Suppression d'un Calcul a la liste des Calcul.

Parameters
idCalculL'ID du Calcul a supprimer.

Definition at line 501 of file TYProjet.cpp.

Here is the call graph for this function:

◆ remElmtFromCalculs()

void TYProjet::remElmtFromCalculs ( TYElement pElement)

Supprime un element de tous les calculs.

Definition at line 689 of file TYProjet.cpp.

Here is the caller graph for this function:

◆ remMaillage() [1/3]

bool TYProjet::remMaillage ( const LPTYMaillage  pMaillage)

Suppression d'un maillage.

Definition at line 809 of file TYProjet.cpp.

Here is the call graph for this function:

◆ remMaillage() [2/3]

bool TYProjet::remMaillage ( const LPTYMaillageGeoNode  pMaillageGeoNode)

Suppression d'un maillage.

Definition at line 818 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ remMaillage() [3/3]

bool TYProjet::remMaillage ( QString  idMaillage)

Suppression d'un maillage a partir de son identifiant.

Definition at line 846 of file TYProjet.cpp.

Here is the call graph for this function:

◆ remPointControl()

bool TYProjet::remPointControl ( LPTYPointControl  pPointControl)

Supprime un point de controle.

Definition at line 412 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ remTabElmtFromCalculs()

void TYProjet::remTabElmtFromCalculs ( vector< LPTYGeometryNode tabGeoNode)

Supprime un ensemble d'elements des calculs.

Definition at line 697 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ selectActivePoint()

void TYProjet::selectActivePoint ( const LPTYSiteNode  pSite)

Selectionne les points actifs du maillage.

Definition at line 1016 of file TYProjet.cpp.

Here is the call graph for this function:

◆ setAuteur()

void TYProjet::setAuteur ( const QString &  auteur)
inline

Set du nom de l'auteur.

Definition at line 102 of file TYProjet.h.

◆ setComment()

void TYProjet::setComment ( const QString &  comment)
inline

Set des commentaires.

Definition at line 159 of file TYProjet.h.

◆ setCurrentCalcul()

void TYProjet::setCurrentCalcul ( LPTYCalcul  pCurCalcul)

Set/Get du pointeur du Calcul courant.

Definition at line 527 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setDateCreation()

void TYProjet::setDateCreation ( const QString &  date)
inline

Set de la date de creation.

Definition at line 121 of file TYProjet.h.

◆ setDateModif()

void TYProjet::setDateModif ( const QString &  date)
inline

Set de la date de modification.

Definition at line 140 of file TYProjet.h.

◆ setDelaunayTolerence()

void TYProjet::setDelaunayTolerence ( const double &  val)
inline

Get/Set du parametre de Delaunay.

double getDelaunayTolerence() const double getDelaunayTolerence()

Definition at line 486 of file TYProjet.h.

◆ setDMax()

void TYProjet::setDMax ( const double &  val)

Get/set de la distance max entre les points.

double getDMax() const double getDMax()

Definition at line 758 of file TYProjet.cpp.

Here is the call graph for this function:

◆ setListCalcul()

void TYProjet::setListCalcul ( const TYTabLPCalcul list)
inline

Set/Get de la liste des Calcul.

Definition at line 382 of file TYProjet.h.

◆ setPointsControl()

void TYProjet::setPointsControl ( const TYTabLPPointControl pointsControl)
inline

Set/Get du maillage des points de controle.

Definition at line 207 of file TYProjet.h.

◆ setSite()

void TYProjet::setSite ( const LPTYSiteNode  pSite)

Set du site.

Definition at line 764 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setStatusSolver()

void TYProjet::setStatusSolver ( const bool &  bStatus)
inline

Definition at line 574 of file TYProjet.h.

Here is the caller graph for this function:

◆ setUseDefGeomVal()

void TYProjet::setUseDefGeomVal ( const bool &  bVal)
inline

Get/Set de l'option d'utilisation des valeurs par defaut.

bool getUseDefGeomVal() const bool getUseDefGeomVal()

Definition at line 521 of file TYProjet.h.

◆ toString()

std::string TYProjet::toString ( ) const
virtual

Retourne une chaine de caractere donnant des informations sur cet objet (utile pour le debugage).

Returns
Une chaine de caractere informative sur cet objet.

Reimplemented from TYElement.

Definition at line 152 of file TYProjet.cpp.

◆ toXML()

DOM_Element TYProjet::toXML ( DOM_Element domElement)
virtual

Construit une arborescence DOM a partir du noeud passe afin de sauvegarder les parametres au format XML.

Parameters
domElementLe noeud DOM parent a partir duquel l'arborescence doit etre creee.
Returns
Le noeud DOM nouvellement cree.

Reimplemented from TYElement.

Definition at line 157 of file TYProjet.cpp.

Here is the call graph for this function:

◆ unsetSite()

void TYProjet::unsetSite ( )

Supprime la liaison avec le site.

Definition at line 522 of file TYProjet.cpp.

Here is the caller graph for this function:

◆ updateAltiMaillage() [1/2]

bool TYProjet::updateAltiMaillage ( TYMaillageGeoNode pMaillageGeoNode)

Met a niveau l'altimetrie d'un maillage.

Definition at line 900 of file TYProjet.cpp.

Here is the call graph for this function:

◆ updateAltiMaillage() [2/2]

bool TYProjet::updateAltiMaillage ( TYMaillageGeoNode pMaillageGeoNode,
const TYAltimetrie pAlti 
)

Met a niveau l'altimetrie d'un maillage.

Definition at line 906 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateAltiPointControle()

bool TYProjet::updateAltiPointControle ( TYPointControl pPtControl,
const TYAltimetrie pAlti 
)

Met a niveau l'altimetrie d'un point de controle

Definition at line 567 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateAltiRecepteurs() [1/2]

bool TYProjet::updateAltiRecepteurs ( )

Mets a jour l'altitude des maillage en fonction de l'altimetrie du site associe au projet parent a ce calcul.

Definition at line 599 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateAltiRecepteurs() [2/2]

bool TYProjet::updateAltiRecepteurs ( const TYAltimetrie pAlti)

Definition at line 605 of file TYProjet.cpp.

Here is the call graph for this function:

◆ updateCalculsWithMaillage()

void TYProjet::updateCalculsWithMaillage ( TYMaillage pMaillage)

Definition at line 775 of file TYProjet.cpp.

◆ updateGraphic()

void TYProjet::updateGraphic ( )
virtual

Definition at line 1113 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateGraphicMaillage()

void TYProjet::updateGraphicMaillage ( )
protected

Mets a jour l'objet graphique des maillage apres calcul.

Definition at line 889 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ verifGeometricParam()

void TYProjet::verifGeometricParam ( )

verification des parametres de geometrisation (si necessaire)

Definition at line 705 of file TYProjet.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ _auteur

QString TYProjet::_auteur
protected

Nom de l'auteur.

Definition at line 592 of file TYProjet.h.

◆ _bStatusSolver

bool TYProjet::_bStatusSolver
protected

Definition at line 621 of file TYProjet.h.

◆ _comment

QString TYProjet::_comment
protected

Commentaires.

Definition at line 598 of file TYProjet.h.

◆ _dateCreation

QString TYProjet::_dateCreation
protected

Date de creation.

Definition at line 594 of file TYProjet.h.

◆ _dateModif

QString TYProjet::_dateModif
protected

Date de modification.

Definition at line 596 of file TYProjet.h.

◆ _delaunayTolerance

double TYProjet::_delaunayTolerance
protected

Parametres de geometrisation.

Definition at line 616 of file TYProjet.h.

◆ _listCalcul

TYTabLPCalcul TYProjet::_listCalcul
protected

Liste des Calcul.

Definition at line 604 of file TYProjet.h.

◆ _maillages

TYTabMaillageGeoNode TYProjet::_maillages
protected

Collections de Maillages.

Definition at line 610 of file TYProjet.h.

◆ _maxDistBetweenPoints

double TYProjet::_maxDistBetweenPoints
protected

Definition at line 617 of file TYProjet.h.

◆ _pCurrentCalcul

LPTYCalcul TYProjet::_pCurrentCalcul
protected

Un pointeur sur le Calcul courant.

Definition at line 613 of file TYProjet.h.

◆ _pointsControl

TYTabLPPointControl TYProjet::_pointsControl
protected

Liste des points de controles.

Definition at line 607 of file TYProjet.h.

◆ _pSite

LPTYSiteNode TYProjet::_pSite
protected

Site.

Definition at line 601 of file TYProjet.h.

◆ _useDefaultGeomVal

bool TYProjet::_useDefaultGeomVal
protected

Definition at line 618 of file TYProjet.h.

◆ gSaveValues

bool TYProjet::gSaveValues = true
static

Definition at line 587 of file TYProjet.h.


The documentation for this class was generated from the following files: