Searched refs:CLogarithmicParameterAdaptation (Results 1 – 3 of 3) sorted by relevance
38 CLogarithmicParameterAdaptation::CLogarithmicParameterAdaptation() : base("Logarithmic") in CLogarithmicParameterAdaptation() function in CLogarithmicParameterAdaptation46 void CLogarithmicParameterAdaptation::showProperties(std::string &strResult) const in showProperties()58 bool CLogarithmicParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml()76 int64_t CLogarithmicParameterAdaptation::fromUserValue(double value) const in fromUserValue()82 double CLogarithmicParameterAdaptation::toUserValue(int64_t iValue) const in toUserValue()
44 class CLogarithmicParameterAdaptation : public CLinearParameterAdaptation47 CLogarithmicParameterAdaptation();
2784 "LogarithmicAdaptation", new TElementBuilderTemplate<CLogarithmicParameterAdaptation>()); in feedElementLibraries()