Class MEAL::Gain
-
template<typename Parent>
class Gain : public Parent A gain transformation.
Public Functions
-
Gain()
Default constructor.
-
inline void set_gain(const Estimate<double> &gain)
Set the gain.
-
inline Estimate<double> get_gain() const
Get the gain.
-
inline void set_param_name(const std::string &name)
Set the name of the parameter.
-
inline void set_param_description(const std::string &name)
Set the description of the parameter.
-
inline std::string get_name() const
Return the name of the class.
-
Gain()