OpenShot Audio Library | OpenShotAudio 0.3.2
|
This is the complete list of members for juce::dsp::LookupTable< FloatType >, including all inherited members.
get(FloatType index) const noexcept | juce::dsp::LookupTable< FloatType > | inline |
getNumPoints() const noexcept | juce::dsp::LookupTable< FloatType > | inline |
getUnchecked(FloatType index) const noexcept | juce::dsp::LookupTable< FloatType > | inline |
initialise(const std::function< FloatType(size_t)> &functionToApproximate, size_t numPointsToUse) | juce::dsp::LookupTable< FloatType > | |
isInitialised() const noexcept | juce::dsp::LookupTable< FloatType > | inline |
LookupTable() | juce::dsp::LookupTable< FloatType > | |
LookupTable(const std::function< FloatType(size_t)> &functionToApproximate, size_t numPointsToUse) | juce::dsp::LookupTable< FloatType > | |
operator[](FloatType index) const noexcept | juce::dsp::LookupTable< FloatType > | inline |