MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
AddCurve(char const *Name) | MPM::PlotXY | [inline] |
AddCurve(Array< double > const *X, Array< double > const *Y, char const *Name) | MPM::PlotXY | [inline] |
BRuler(bool Visible=true, int nTicks=10) | MPM::PlotXY | [inline] |
CalcSF() | MPM::PlotXY | [inline] |
DelCurve(size_t i) | MPM::PlotXY | [inline] |
draw() | MPM::PlotXY | [inline] |
DrawLegend() | MPM::PlotXY | [inline] |
DrawRulers() | MPM::PlotXY | [inline] |
EqScales(bool EQScales=true) | MPM::PlotXY | [inline] |
LRuler(bool Visible=true, int nTicks=10) | MPM::PlotXY | [inline] |
MINZERO | MPM::PlotXY | [static] |
PlotXY(int xmin, int ymin, int width, int height, char const *Title=NULL, char const *Xlbl=NULL, char const *Ylbl=NULL) | MPM::PlotXY | [inline] |
RecalcSF(bool REcalcSF=true) | MPM::PlotXY | [inline] |
SetBTicksFmt(char const *Fmt="%4.1f", int Size=5) | MPM::PlotXY | [inline] |
SetCurve(size_t i) | MPM::PlotXY | [inline] |
SetLTicksFmt(char const *Fmt="%3.1f", int Size=5) | MPM::PlotXY | [inline] |
SetXY(size_t i, Array< double > const *X, Array< double > const *Y) | MPM::PlotXY | [inline] |
WithFrame(bool WFrame=true) | MPM::PlotXY | [inline] |
~PlotXY() | MPM::PlotXY | [inline, virtual] |