JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::dsp::LookupTableTransform< FloatType > Member List

This is the complete list of members for juce::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)juce::dsp::LookupTableTransform< FloatType >static
calculateRelativeDifference(double, double) noexceptjuce::dsp::LookupTableTransform< FloatType >privatestatic
initialise(const std::function< FloatType(FloatType)> &functionToApproximate, FloatType minInputValueToUse, FloatType maxInputValueToUse, size_t numPoints)juce::dsp::LookupTableTransform< FloatType >
lookupTablejuce::dsp::LookupTableTransform< FloatType >private
LookupTableTransform()=defaultjuce::dsp::LookupTableTransform< FloatType >
LookupTableTransform(const std::function< FloatType(FloatType)> &functionToApproximate, FloatType minInputValueToUse, FloatType maxInputValueToUse, size_t numPoints)juce::dsp::LookupTableTransform< FloatType >inline
maxInputValuejuce::dsp::LookupTableTransform< FloatType >private
minInputValuejuce::dsp::LookupTableTransform< FloatType >private
offsetjuce::dsp::LookupTableTransform< FloatType >private
operator()(FloatType index) const noexceptjuce::dsp::LookupTableTransform< FloatType >inline
operator[](FloatType index) const noexceptjuce::dsp::LookupTableTransform< FloatType >inline
process(const FloatType *input, FloatType *output, size_t numSamples) const noexceptjuce::dsp::LookupTableTransform< FloatType >inline
processSample(FloatType value) const noexceptjuce::dsp::LookupTableTransform< FloatType >inline
processSampleUnchecked(FloatType value) const noexceptjuce::dsp::LookupTableTransform< FloatType >inline
processUnchecked(const FloatType *input, FloatType *output, size_t numSamples) const noexceptjuce::dsp::LookupTableTransform< FloatType >inline
scalerjuce::dsp::LookupTableTransform< FloatType >private