summaryrefslogtreecommitdiff
path: root/src/ipa/libipa/pwl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/libipa/pwl.h')
-rw-r--r--src/ipa/libipa/pwl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipa/libipa/pwl.h b/src/ipa/libipa/pwl.h
index 02834231..8edb4d33 100644
--- a/src/ipa/libipa/pwl.h
+++ b/src/ipa/libipa/pwl.h
@@ -47,6 +47,8 @@ public:
Pwl();
Pwl(const std::vector<Point> &points);
+ Pwl(std::vector<Point> &&points);
+
int readYaml(const libcamera::YamlObject &params);
void append(double x, double y, double eps = 1e-6);