Code_TYMPAN  4.2.0
Industrial site acoustic simulation
Public Member Functions | Protected Attributes | List of all members
TYUserSourcePonctuelle Class Reference

#include <TYUserSourcePonctuelle.h>

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

Public Member Functions

 TYUserSourcePonctuelle ()
 
 TYUserSourcePonctuelle (const TYUserSourcePonctuelle &other)
 
 TYUserSourcePonctuelle (const TYSourcePonctuelle *other)
 
virtual ~TYUserSourcePonctuelle ()
 
TYUserSourcePonctuelleoperator= (const TYUserSourcePonctuelle &other)
 Operateur =. More...
 
bool operator== (const TYUserSourcePonctuelle &other) const
 Operateur ==. More...
 
bool operator!= (const TYUserSourcePonctuelle &other) const
 Operateur !=. More...
 
virtual bool deepCopy (const TYElement *pOther, bool copyId=true, bool pUseCopyTag=false)
 
virtual std::string toString () const
 
virtual DOM_Element toXML (DOM_Element &domElement)
 
virtual int fromXML (DOM_Element domElement)
 
LPTYAttenuateur getAttenuateur ()
 
const LPTYAttenuateur getAttenuateur () const
 
void setAttenuateur (const LPTYAttenuateur pAtt)
 
virtual TYSpectregetSpectre (int regime=-1) const
 
LPTYSpectre getRealPowerSpectrum ()
 
virtual TYSpectregetCurrentSpectre () const
 
virtual int addRegime (TYUserSrcRegime regime)
 
virtual bool remRegime (int regimeNumber)
 
virtual TYUserSrcRegime buildRegime ()
 
virtual void updateCurrentRegime ()
 
virtual void loadRegime (int regimeNb=-1)
 
void setCurrentRegime (const int &regimeNumber)
 
int getCurrentRegime ()
 
const int getCurrentRegime () const
 
TYUserSrcRegimegetRegimeNb (const int &nb)
 
const TYUserSrcRegimegetRegimeNb (const int &nb) const
 
size_t getNbRegimes ()
 
const size_t getNbRegimes () const
 
QString getRegimeName ()
 
void setRegimeName (const QString &name)
 
void setIsRayonnant (const bool &rayonnant)
 
bool getIsRayonnant ()
 
const bool getIsRayonnant () const
 
bool getUseAtt ()
 
const bool getUseAtt () const
 
void setUseAtt (const bool &useAtt)
 
void exportCSV (std::ofstream &ofs)
 Export au format csv sur un flux transmis. More...
 
- Public Member Functions inherited from TYSourcePonctuelle
 TYSourcePonctuelle ()
 
 TYSourcePonctuelle (const TYSourcePonctuelle &other)
 
virtual ~TYSourcePonctuelle ()
 
TYSourcePonctuelleoperator= (const TYSourcePonctuelle &other)
 Operateur =. More...
 
bool operator== (const TYSourcePonctuelle &other) const
 Operateur ==. More...
 
bool operator!= (const TYSourcePonctuelle &other) const
 Operateur !=. More...
 
int getType () const
 
void setType (int type)
 
int getObject () const
 
void setObject (int object)
 
int getTypeRaynt () const
 
void setTypeRaynt (TYTypeRaynt type)
 
LPTYPoint getPos ()
 
const LPTYPoint getPos () const
 
void setPos (const LPTYPoint pPos)
 
OVector3DgetOrientation ()
 
const OVector3DgetOrientation () const
 
void setOrientation (const OVector3D &orientation)
 
void setHauteur (double hauteur)
 
double getHauteur ()
 
const double getHauteur () const
 
void setDirectivity (TYDirectivity *directivity_)
 : Get/Set directivity to source More...
 
TYDirectivitygetDirectivity () const
 
- Public Member Functions inherited from TYSource
 TYSource ()
 
 TYSource (const TYSource &other)
 
virtual ~TYSource ()
 
TYSourceoperator= (const TYSource &other)
 Operateur =. More...
 
bool operator== (const TYSource &other) const
 Operateur ==. More...
 
bool operator!= (const TYSource &other) const
 Operateur !=. More...
 
virtual void setSpectre (LPTYSpectre pSpectre)
 
- Public Member Functions inherited from TYElement
void * getAllUses ()
 
void setAllUses (void *allUses)
 
void cleanAllUses ()
 
 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
 
bool callFromXMLIfEqual (DOM_Element &domElement, int *pRetVal=NULL)
 
std::string getMetierName ()
 
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
 
- Public Member Functions inherited from TYColorInterface
virtual void updateColor ()
 
 TYColorInterface ()
 
 TYColorInterface (const TYColorInterface &other)
 
virtual ~TYColorInterface ()
 
TYColorInterfaceoperator= (const TYColorInterface &other)
 
bool operator== (const TYColorInterface &other) const
 
bool operator!= (const TYColorInterface &other) const
 
void deepCopy (const TYColorInterface *pOther, bool copyId=true, bool pUseCopyTag=false)
 
DOM_Element toXML (DOM_Element &domElement)
 
int fromXML (DOM_Element domElement)
 
virtual void setColor (const OColor &color)
 
OColor getColor () const
 

Protected Attributes

bool _useAtt
 Utilisation d'un attenuateur. More...
 
bool _isRayonnant
 Source rayonnante. More...
 
LPTYAttenuateur _pAttenuateur
 Attenuateur lie a cette source. More...
 
int _curRegime
 Numero du regime de fonctionnement courant. More...
 
int _nextRegime
 Numero d'ordre du regime suivant. More...
 
TYTabUserSrcRegimes _tabRegimes
 Tableau de regimes de fonctionnement. More...
 
- Protected Attributes inherited from TYSourcePonctuelle
int _type
 Type de cette source. More...
 
int _typeRaynt
 Type de rayonnement. More...
 
int _object
 Object representant la source. More...
 
LPTYPoint _pPos
 Position. More...
 
OVector3D _orientation
 Orientation. More...
 
double _hauteur
 La hauteur de la source par rapport a l'altitude (dans le cas de source utilisateur). More...
 
TYDirectivityDirectivity
 
- Protected Attributes inherited from TYSource
LPTYSpectre _pSpectre
 
- 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...
 
- Protected Attributes inherited from TYColorInterface
OColor _color
 

Additional Inherited Members

- Public Types inherited from TYSourcePonctuelle
enum  { TypeSurface, TypeBouche, TypeCheminee, TypeUser }
 
enum  { objectCube, objectPyramid, objectSphere, objectStar }
 
- 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)
 
- Protected Member Functions inherited from OPrototype
 OPrototype ()
 

Detailed Description

Classe de definition d'une source ponctuelle.

Definition at line 31 of file TYUserSourcePonctuelle.h.

Constructor & Destructor Documentation

◆ TYUserSourcePonctuelle() [1/3]

TYUserSourcePonctuelle::TYUserSourcePonctuelle ( )

Constructeur.

Definition at line 25 of file TYUserSourcePonctuelle.cpp.

Here is the call graph for this function:

◆ TYUserSourcePonctuelle() [2/3]

TYUserSourcePonctuelle::TYUserSourcePonctuelle ( const TYUserSourcePonctuelle other)

Constructeur par copie.

Definition at line 38 of file TYUserSourcePonctuelle.cpp.

◆ TYUserSourcePonctuelle() [3/3]

TYUserSourcePonctuelle::TYUserSourcePonctuelle ( const TYSourcePonctuelle other)

Construction a partir d'une source ponctuelle

Definition at line 43 of file TYUserSourcePonctuelle.cpp.

Here is the call graph for this function:

◆ ~TYUserSourcePonctuelle()

TYUserSourcePonctuelle::~TYUserSourcePonctuelle ( )
virtual

Destructeur.

Definition at line 60 of file TYUserSourcePonctuelle.cpp.

Member Function Documentation

◆ addRegime()

int TYUserSourcePonctuelle::addRegime ( TYUserSrcRegime  regime)
virtual

Ajout d'un regime

Definition at line 221 of file TYUserSourcePonctuelle.cpp.

Here is the caller graph for this function:

◆ buildRegime()

TYUserSrcRegime TYUserSourcePonctuelle::buildRegime ( )
virtual

Construction d'un regime a partir de l'etat courant

Definition at line 250 of file TYUserSourcePonctuelle.cpp.

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

◆ deepCopy()

bool TYUserSourcePonctuelle::deepCopy ( const TYElement pOther,
bool  copyId = true,
bool  pUseCopyTag = false 
)
virtual

Effectue une copie en allouant de la memoire (deep copy) et non pas en copiant seulement les pointeurs (shallow copy). Cette methode s'utilise comme l'operateur egal. L'ID peut ne pas etre copie, le parent n'est jamais copie.

Parameters
pOtherL'element a copier.
copyIdCopie l'identifiant unique ou pas.
Returns
true si la copie est possible; false sinon.

Reimplemented from TYSourcePonctuelle.

Definition at line 110 of file TYUserSourcePonctuelle.cpp.

Here is the call graph for this function:

◆ exportCSV()

void TYUserSourcePonctuelle::exportCSV ( std::ofstream &  ofs)

Export au format csv sur un flux transmis.

Definition at line 395 of file TYUserSourcePonctuelle.cpp.

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

◆ fromXML()

int TYUserSourcePonctuelle::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 TYSourcePonctuelle.

Definition at line 161 of file TYUserSourcePonctuelle.cpp.

Here is the call graph for this function:

◆ getAttenuateur() [1/2]

LPTYAttenuateur TYUserSourcePonctuelle::getAttenuateur ( )
inline

Set/Get de l'attenuateur.

Definition at line 74 of file TYUserSourcePonctuelle.h.

◆ getAttenuateur() [2/2]

const LPTYAttenuateur TYUserSourcePonctuelle::getAttenuateur ( ) const
inline

Set/Get de l'attenuateur.

Definition at line 79 of file TYUserSourcePonctuelle.h.

◆ getCurrentRegime() [1/2]

int TYUserSourcePonctuelle::getCurrentRegime ( )
inline

Get/Set du regime courant

Definition at line 134 of file TYUserSourcePonctuelle.h.

◆ getCurrentRegime() [2/2]

const int TYUserSourcePonctuelle::getCurrentRegime ( ) const
inline

Definition at line 135 of file TYUserSourcePonctuelle.h.

Here is the call graph for this function:

◆ getCurrentSpectre()

TYSpectre * TYUserSourcePonctuelle::getCurrentSpectre ( ) const
virtual

Set/Get du spectre.

Reimplemented from TYSource.

Definition at line 372 of file TYUserSourcePonctuelle.cpp.

Here is the caller graph for this function:

◆ getIsRayonnant() [1/2]

bool TYUserSourcePonctuelle::getIsRayonnant ( )
inline

Get/Set de l'etat rayonnant

Definition at line 163 of file TYUserSourcePonctuelle.h.

Here is the caller graph for this function:

◆ getIsRayonnant() [2/2]

const bool TYUserSourcePonctuelle::getIsRayonnant ( ) const
inline

Definition at line 164 of file TYUserSourcePonctuelle.h.

◆ getNbRegimes() [1/2]

size_t TYUserSourcePonctuelle::getNbRegimes ( )
inline

Retourne le nombre de regimes de la source

Definition at line 146 of file TYUserSourcePonctuelle.h.

Here is the caller graph for this function:

◆ getNbRegimes() [2/2]

const size_t TYUserSourcePonctuelle::getNbRegimes ( ) const
inline

Definition at line 147 of file TYUserSourcePonctuelle.h.

◆ getRealPowerSpectrum()

LPTYSpectre TYUserSourcePonctuelle::getRealPowerSpectrum ( )

Get du spectre de puissance avec son attenuateur eventuel

Definition at line 389 of file TYUserSourcePonctuelle.cpp.

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

◆ getRegimeName()

QString TYUserSourcePonctuelle::getRegimeName ( )
inline

Get/Set du nom du regime courant

Definition at line 152 of file TYUserSourcePonctuelle.h.

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

◆ getRegimeNb() [1/2]

TYUserSrcRegime & TYUserSourcePonctuelle::getRegimeNb ( const int &  nb)

Retourne le regime dont le numero est fourni

Definition at line 303 of file TYUserSourcePonctuelle.cpp.

Here is the caller graph for this function:

◆ getRegimeNb() [2/2]

const TYUserSrcRegime & TYUserSourcePonctuelle::getRegimeNb ( const int &  nb) const

Definition at line 313 of file TYUserSourcePonctuelle.cpp.

◆ getSpectre()

TYSpectre * TYUserSourcePonctuelle::getSpectre ( int  regime = -1) const
virtual

Set/Get du spectre (integrant attenuateur)

Reimplemented from TYSource.

Definition at line 377 of file TYUserSourcePonctuelle.cpp.

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

◆ getUseAtt() [1/2]

bool TYUserSourcePonctuelle::getUseAtt ( )
inline

Get/Set de la prise en compte d'un attenuateur

Definition at line 169 of file TYUserSourcePonctuelle.h.

Here is the caller graph for this function:

◆ getUseAtt() [2/2]

const bool TYUserSourcePonctuelle::getUseAtt ( ) const
inline

Definition at line 170 of file TYUserSourcePonctuelle.h.

◆ loadRegime()

void TYUserSourcePonctuelle::loadRegime ( int  regimeNb = -1)
virtual

Chargement d'un regime (-1 = regime courant)

Definition at line 341 of file TYUserSourcePonctuelle.cpp.

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

◆ operator!=()

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

Operateur !=.

Definition at line 105 of file TYUserSourcePonctuelle.cpp.

Here is the call graph for this function:

◆ operator=()

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

Operateur =.

Definition at line 64 of file TYUserSourcePonctuelle.cpp.

Here is the call graph for this function:

◆ operator==()

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

Operateur ==.

Definition at line 91 of file TYUserSourcePonctuelle.cpp.

Here is the caller graph for this function:

◆ remRegime()

bool TYUserSourcePonctuelle::remRegime ( int  regimeNumber)
virtual

Suppression d'un regime

Definition at line 228 of file TYUserSourcePonctuelle.cpp.

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

◆ setAttenuateur()

void TYUserSourcePonctuelle::setAttenuateur ( const LPTYAttenuateur  pAtt)
inline

Set/Get de l'attenuateur.

Definition at line 84 of file TYUserSourcePonctuelle.h.

Here is the call graph for this function:

◆ setCurrentRegime()

void TYUserSourcePonctuelle::setCurrentRegime ( const int &  regimeNumber)

Get/Set du regime courant

Definition at line 323 of file TYUserSourcePonctuelle.cpp.

Here is the caller graph for this function:

◆ setIsRayonnant()

void TYUserSourcePonctuelle::setIsRayonnant ( const bool &  rayonnant)
inline

Get/Set de l'etat rayonnant

Definition at line 158 of file TYUserSourcePonctuelle.h.

Here is the caller graph for this function:

◆ setRegimeName()

void TYUserSourcePonctuelle::setRegimeName ( const QString &  name)

Definition at line 297 of file TYUserSourcePonctuelle.cpp.

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

◆ setUseAtt()

void TYUserSourcePonctuelle::setUseAtt ( const bool &  useAtt)
inline

Get/Set de la prise en compte d'un attenuateur

Definition at line 175 of file TYUserSourcePonctuelle.h.

Here is the call graph for this function:

◆ toString()

std::string TYUserSourcePonctuelle::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 TYSourcePonctuelle.

Definition at line 138 of file TYUserSourcePonctuelle.cpp.

Here is the caller graph for this function:

◆ toXML()

DOM_Element TYUserSourcePonctuelle::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 TYSourcePonctuelle.

Definition at line 143 of file TYUserSourcePonctuelle.cpp.

Here is the call graph for this function:

◆ updateCurrentRegime()

void TYUserSourcePonctuelle::updateCurrentRegime ( )
virtual

Mise a jour d'un regime

Definition at line 279 of file TYUserSourcePonctuelle.cpp.

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

Member Data Documentation

◆ _curRegime

int TYUserSourcePonctuelle::_curRegime
protected

Numero du regime de fonctionnement courant.

Definition at line 196 of file TYUserSourcePonctuelle.h.

◆ _isRayonnant

bool TYUserSourcePonctuelle::_isRayonnant
protected

Source rayonnante.

Definition at line 190 of file TYUserSourcePonctuelle.h.

◆ _nextRegime

int TYUserSourcePonctuelle::_nextRegime
protected

Numero d'ordre du regime suivant.

Definition at line 199 of file TYUserSourcePonctuelle.h.

◆ _pAttenuateur

LPTYAttenuateur TYUserSourcePonctuelle::_pAttenuateur
protected

Attenuateur lie a cette source.

Definition at line 193 of file TYUserSourcePonctuelle.h.

◆ _tabRegimes

TYTabUserSrcRegimes TYUserSourcePonctuelle::_tabRegimes
protected

Tableau de regimes de fonctionnement.

Definition at line 202 of file TYUserSourcePonctuelle.h.

◆ _useAtt

bool TYUserSourcePonctuelle::_useAtt
protected

Utilisation d'un attenuateur.

Definition at line 187 of file TYUserSourcePonctuelle.h.


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