absolute_transform.h
Go to the documentation of this file.
1 #ifndef ABSOLUTE_TRANSFORM_H
2 #define ABSOLUTE_TRANSFORM_H
3 
5 #include "ui_integral_transform.h"
6 
7 using namespace PJ;
8 
10 {
11 public:
12  AbsoluteTransform() = default;
13 
14  ~AbsoluteTransform() override = default;
15 
16  const char* name() const override
17  {
18  return "Absolute";
19  }
20 
21 private:
22  std::optional<PlotData::Point> calculateNextPoint(size_t index) override;
23 };
24 
25 #endif // ABSOLUTE_TRANSFORM_H
Simplified version with Single input and Single output.
const char * name() const override
Name of the plugin type, NOT the particular instance.


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:01:00