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

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

dataLookupTable< FloatType >private
get(FloatType index) const noexceptLookupTable< FloatType >inline
getGuardIndex() const noexceptLookupTable< FloatType >inlineprivate
getNumPoints() const noexceptLookupTable< FloatType >inline
getRequiredBufferSize(size_t numPointsToUse) noexceptLookupTable< FloatType >inlineprivatestatic
getUnchecked(FloatType index) const noexceptLookupTable< FloatType >inline
initialise(const std::function< FloatType(size_t)> &functionToApproximate, size_t numPointsToUse)LookupTable< FloatType >
isInitialised() const noexceptLookupTable< FloatType >inline
LookupTable()LookupTable< FloatType >
LookupTable(const std::function< FloatType(size_t)> &functionToApproximate, size_t numPointsToUse)LookupTable< FloatType >
operator[](FloatType index) const noexceptLookupTable< FloatType >inline
prepare() noexceptLookupTable< FloatType >private