#include <plotdata.h>
Public Member Functions | |
| Point (Time _x, Value _y) | |
| Point ()=default | |
Public Attributes | |
| Time | x |
| Value | y |
Definition at line 41 of file plotdata.h.
|
inline |
Definition at line 45 of file plotdata.h.
|
default |
| Time PlotDataGeneric< Time, Value >::Point::x |
Definition at line 43 of file plotdata.h.
| Value PlotDataGeneric< Time, Value >::Point::y |
Definition at line 44 of file plotdata.h.