67 if (TYPoint::operator!=(other))
163 QDomNodeList childs = domElement.childNodes();
164 for (
unsigned int i = 0; i < childs.length(); i++)
166 elemCur = childs.item(i).toElement();
168 if (elemCur.nodeName() ==
"state")
178 else if (elemCur.nodeName() ==
"Spectre")
256 if (pMail && pProjet)
265 retPoint = matrix * (*this);
TY_EXTENSION_INST(TYPointCalcul)
double _y
y coordinate of OCoord3D
double _z
z coordinate of OCoord3D
double _x
x coordinate of OCoord3D
virtual const char * getClassName() const
static OPrototype * safeDownCast(OPrototype *pObject)
TYElement * getParent() const
virtual DOM_Element toXML(DOM_Element &domElement)
QString _name
Nom courant de l'element.
bool callFromXMLIfEqual(DOM_Element &domElement, int *pRetVal=NULL)
void setParent(TYElement *pParent)
virtual int fromXML(DOM_Element domElement)
virtual void setIsAcousticModified(bool isModified)
OMatrix getMatrix() const
QString generateName(const char *classname)
Retourne le nom de la classe associe a un nombre.
static TYNameManager * get()
Retourne l'instance singleton.
Classe de definition d'un point de calcul.C'est une classe derivee a TYPoint avec en plus un spectrep...
virtual ~TYPointCalcul()
Destructeur Destructeur de la classe TYPointCalcul.
bool operator==(const TYPointCalcul &other) const
Operateur ==.
virtual bool deepCopy(const TYElement *pOther, bool copyId=true, bool pUseCopyTag=false)
TYPointCalcul & operator=(TYPointCalcul &other)
Operateur =.
bool operator!=(const TYPointCalcul &other) const
Operateur !=.
virtual int fromXML(DOM_Element domElement)
TYPointCalcul()
Constructeur par defaut Constructeur par defaut de la classe TYPointCalcul.
virtual std::string toString() const
Copie du map calcul-spectre.
virtual LPTYSpectre getSpectre()
Get du spectre resultat d'un calcul donne.
virtual DOM_Element toXML(DOM_Element &domElement)
TYPoint getCoordSIG()
Passage en coordonnees SIG.
TYPoint & operator=(const TYPoint &other)
Operateur =.
virtual bool deepCopy(const TYElement *pOther, bool copyId=true, bool pUseCopyTag=false)
classe de definition d'un projet.
LPTYMaillageGeoNode findMaillage(const LPTYMaillage pMaillage)
Retrouve le GeoNode associe a un maillage.
LPTYSiteNode getSite()
Get du site.
double getSIG_X()
Get/Set des coordonnees dans le repere du SIG.
virtual bool deepCopy(const TYElement *pOther, bool copyId=true, bool pUseCopyTag=false)
std::string doubleToStrPre(double val, int precision=2)
std::string doubleToStr(double val)