#include <plotdata.h>
Public Member Functions | |
| Point (Time _x, Value _y) | |
| Point () | |
Public Attributes | |
| Time | x |
| Value | y |
Definition at line 41 of file plotdata.h.
| PlotDataGeneric< Time, Value >::Point::Point | ( | Time | _x, |
| Value | _y | ||
| ) | [inline] |
Definition at line 45 of file plotdata.h.
| PlotDataGeneric< Time, Value >::Point::Point | ( | ) |
| 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.