Struct FEGraph
Defined in File Validator.h
Struct Documentation
-
struct FEGraph
Public Functions
-
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)
-
inline FEGraph(string t, double min, double max)