JUCE  v5.1.1-3-g1a0b28c73
JUCE API
LookupTableTransform< FloatType > Member List

This is the complete list of members for LookupTableTransform< FloatType >, including all inherited members.

calculateMaxRelativeError(const std::function< FloatType(FloatType)> &functionToApproximate, FloatType minInputValue, FloatType maxInputValue, size_t numPoints, size_t numTestPoints=0)LookupTableTransform< FloatType >static
calculateRelativeDifference(double, double) noexceptLookupTableTransform< FloatType >privatestatic
initialise(const std::function< FloatType(FloatType)> &functionToApproximate, FloatType minInputValueToUse, FloatType maxInputValueToUse, size_t numPoints)LookupTableTransform< FloatType >
lookupTableLookupTableTransform< FloatType >private
LookupTableTransform()LookupTableTransform< FloatType >inline
LookupTableTransform(const std::function< FloatType(FloatType)> &functionToApproximate, FloatType minInputValueToUse, FloatType maxInputValueToUse, size_t numPoints)LookupTableTransform< FloatType >inline
maxInputValueLookupTableTransform< FloatType >private
minInputValueLookupTableTransform< FloatType >private
offsetLookupTableTransform< FloatType >private
operator()(FloatType index) const noexceptLookupTableTransform< FloatType >inline
operator[](FloatType index) const noexceptLookupTableTransform< FloatType >inline
process(const FloatType *input, FloatType *output, size_t numSamples) const noexceptLookupTableTransform< FloatType >inline
processSample(FloatType value) const noexceptLookupTableTransform< FloatType >inline
processSampleUnchecked(FloatType value) const noexceptLookupTableTransform< FloatType >inline
processUnchecked(const FloatType *input, FloatType *output, size_t numSamples) const noexceptLookupTableTransform< FloatType >inline
scalerLookupTableTransform< FloatType >private