Struct FEGraph

Struct Documentation

struct FEGraph

Public Functions

inline FEGraph(const FuncExp *f)
inline FEGraph(string t, double min, double max)
~FEGraph()
void setMinMax()
void displayLaTeXGraph(double maxTime)
void drawLaTeXAxis(double maxTime) const
void drawLaTeXLine(double t1, double y1, double t2, double y2, double maxTime) const
void amendPoints(double maxTime)

Public Members

const FuncExp *fe
string title
map<double, double> points
set<double> happenings
map<double, pair<double, double>> discons
double initialTime
double initialValue
double maxValue
double minValue
double timeAxisV

Public Static Attributes

static const double graphMaxH
static const double graphMaxV
static const int pointSize