Searched refs:CLogarithmicParameterAdaptation (Results 1 – 3 of 3) sorted by relevance
38 CLogarithmicParameterAdaptation::CLogarithmicParameterAdaptation() : base("Logarithmic"), in CLogarithmicParameterAdaptation() function in CLogarithmicParameterAdaptation44 void CLogarithmicParameterAdaptation::showProperties(std::string& strResult) const in showProperties()56 bool CLogarithmicParameterAdaptation::fromXml(const CXmlElement& xmlElement, in fromXml()81 int64_t CLogarithmicParameterAdaptation::fromUserValue(double dValue) const in fromUserValue()87 double CLogarithmicParameterAdaptation::toUserValue(int64_t iValue) const in toUserValue()
42 class CLogarithmicParameterAdaptation : public CLinearParameterAdaptation45 CLogarithmicParameterAdaptation();
2467 …ntBuilder("LogarithmicAdaptation", new TElementBuilderTemplate<CLogarithmicParameterAdaptation>()); in feedElementLibraries()