|
libcamera v0.7.0+1-4ceceb68
Supporting cameras in Linux since 2019
|
This is the complete list of members for libcamera::ipa::Interpolator< T >, including all inherited members.
| data() const | libcamera::ipa::Interpolator< T > | inline |
| getInterpolated(unsigned int key) | libcamera::ipa::Interpolator< T > | inline |
| interpolate(const T &a, const T &b, T &dest, double lambda) | libcamera::ipa::Interpolator< T > | inline |
| interpolate(const Pwl &a, const Pwl &b, Pwl &dest, double lambda) | libcamera::ipa::Interpolator< T > | |
| Interpolator()=default | libcamera::ipa::Interpolator< T > | |
| Interpolator(const std::map< unsigned int, T > &data) | libcamera::ipa::Interpolator< T > | inline |
| Interpolator(std::map< unsigned int, T > &&data) | libcamera::ipa::Interpolator< T > | inline |
| readYaml(const libcamera::YamlObject &yaml, const std::string &key_name, const std::string &value_name) | libcamera::ipa::Interpolator< T > | inline |
| setData(std::map< unsigned int, T > &&data) | libcamera::ipa::Interpolator< T > | inline |
| ~Interpolator()=default (defined in libcamera::ipa::Interpolator< T >) | libcamera::ipa::Interpolator< T > |