JUCE
|
This is the complete list of members for dsp::LookupTableTransform< FloatType >, including all inherited members.
calculateMaxRelativeError(const std::function< FloatType(FloatType)> &functionToApproximate, FloatType minInputValue, FloatType maxInputValue, size_t numPoints, size_t numTestPoints=0) | dsp::LookupTableTransform< FloatType > | static |
initialise(const std::function< FloatType(FloatType)> &functionToApproximate, FloatType minInputValueToUse, FloatType maxInputValueToUse, size_t numPoints) | dsp::LookupTableTransform< FloatType > | |
LookupTableTransform()=default | dsp::LookupTableTransform< FloatType > | |
LookupTableTransform(const std::function< FloatType(FloatType)> &functionToApproximate, FloatType minInputValueToUse, FloatType maxInputValueToUse, size_t numPoints) | dsp::LookupTableTransform< FloatType > | |
operator()(FloatType index) const noexcept | dsp::LookupTableTransform< FloatType > | |
operator[](FloatType index) const noexcept | dsp::LookupTableTransform< FloatType > | |
process(const FloatType *input, FloatType *output, size_t numSamples) const noexcept | dsp::LookupTableTransform< FloatType > | |
processSample(FloatType value) const noexcept | dsp::LookupTableTransform< FloatType > | |
processSampleUnchecked(FloatType value) const noexcept | dsp::LookupTableTransform< FloatType > | |
processUnchecked(const FloatType *input, FloatType *output, size_t numSamples) const noexcept | dsp::LookupTableTransform< FloatType > |