#include <reactive_function.h>
Public Member Functions | |
std::pair< double, double > | at (unsigned i) const |
void | clear () |
CreatedSeriesBase (PlotDataMapRef *data_map, const std::string &name, bool timeseries) | |
void | push_back (double x, double y) |
unsigned | size () const |
Public Attributes | |
PJ::PlotDataXY * | _plot_data = nullptr |
Definition at line 39 of file reactive_function.h.
PJ::CreatedSeriesBase::CreatedSeriesBase | ( | PlotDataMapRef * | data_map, |
const std::string & | name, | ||
bool | timeseries | ||
) |
Definition at line 203 of file reactive_function.cpp.
std::pair< double, double > PJ::CreatedSeriesBase::at | ( | unsigned | i | ) | const |
Definition at line 216 of file reactive_function.cpp.
void PJ::CreatedSeriesBase::clear | ( | ) |
Definition at line 222 of file reactive_function.cpp.
void PJ::CreatedSeriesBase::push_back | ( | double | x, |
double | y | ||
) |
Definition at line 227 of file reactive_function.cpp.
unsigned PJ::CreatedSeriesBase::size | ( | ) | const |
Definition at line 232 of file reactive_function.cpp.
PJ::PlotDataXY* PJ::CreatedSeriesBase::_plot_data = nullptr |
Definition at line 51 of file reactive_function.h.