Searched refs:getAttributeDouble (Results 1 – 4 of 4) sorted by relevance
62 _dLogarithmBase = xmlElement.getAttributeDouble("LogarithmBase"); in fromXml()74 _dFloorValue = xmlElement.getAttributeDouble("FloorValue"); in fromXml()
68 _dSlopeNumerator = xmlElement.getAttributeDouble("SlopeNumerator"); in fromXml()77 _dSlopeDenominator = xmlElement.getAttributeDouble("SlopeDenominator"); in fromXml()
58 double getAttributeDouble(const std::string& strAttributeName) const;
129 double CXmlElement::getAttributeDouble(const string &strAttributeName) const in getAttributeDouble() function in CXmlElement