libcamera
v0.3.1+12-19bbca3c
Supporting cameras in Linux since 2019
|
This is the complete list of members for libcamera::ipa::Pwl, including all inherited members.
append(double x, double y, double eps=1e-6) | libcamera::ipa::Pwl | |
combine(const Pwl &pwl0, const Pwl &pwl1, std::function< double(double x, double y0, double y1)> f, double eps=1e-6) | libcamera::ipa::Pwl | static |
compose(const Pwl &other, double eps=1e-6) const | libcamera::ipa::Pwl | |
domain() const | libcamera::ipa::Pwl | |
empty() const | libcamera::ipa::Pwl | inline |
eval(double x, int *span=nullptr, bool updateSpan=true) const | libcamera::ipa::Pwl | |
inverse(double eps=1e-6) const | libcamera::ipa::Pwl | |
map(std::function< void(double x, double y)> f) const | libcamera::ipa::Pwl | |
operator*=(double d) | libcamera::ipa::Pwl | |
Point typedef | libcamera::ipa::Pwl | |
Pwl() | libcamera::ipa::Pwl | |
Pwl(const std::vector< Point > &points) | libcamera::ipa::Pwl | |
Pwl(std::vector< Point > &&points) | libcamera::ipa::Pwl | |
range() const | libcamera::ipa::Pwl | |
size() const | libcamera::ipa::Pwl | inline |
toString() const | libcamera::ipa::Pwl |