1 #ifndef SM_InverseNoiseRateFunction_H
2 #define SM_InverseNoiseRateFunction_H
4 #include "SM_NoiseRateFunction.h"
60 inline static CORE_UniquePointer<SM_InverseNoiseRateFunction>
New() {
98 return "InverseFunction";
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:113
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: CORE_Object.h:278
This class describes an noise rate function of the form .
Definition: SM_InverseNoiseRateFunction.h:13
virtual tString getName() const override
the the name of the system
Definition: SM_InverseNoiseRateFunction.h:97
virtual ~SM_InverseNoiseRateFunction(void)
destroy
Definition: SM_InverseNoiseRateFunction.h:51
virtual tMemSize getMemorySize() const
return the memory size of the class and the memory size of all its attributes/associations
Definition: SM_InverseNoiseRateFunction.h:83
static CORE_UniquePointer< SM_InverseNoiseRateFunction > New()
build a new instance of a SM_NoiseRateFunction
Definition: SM_InverseNoiseRateFunction.h:60
SM_InverseNoiseRateFunction(void)
create
Definition: SM_InverseNoiseRateFunction.h:32
tReal computeSCFunction(const tReal &t) const
compute the noise rate function
Definition: SM_InverseNoiseRateFunction.h:111
const tReal & getNoiseRate() const
get the noise rate
Definition: SM_NoiseRateFunctionInterface.h:102
const tReal & getNoisePower() const
get the noise power
Definition: SM_NoiseRateFunctionInterface.h:114
This class describes a templated noise rate function as static polymorphism.
Definition: SM_NoiseRateFunction.h:14