chrono::postprocess::ChGnuPlot Member List
This is the complete list of members for chrono::postprocess::ChGnuPlot, including all inherited members.
ChGnuPlot(const char *mgpl_filename="__tmp_gnuplot.gpl") (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | inline |
col_to_hex(ChColor mcolor) (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | inlineprotected |
commandfile (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | protected |
d_to_str(double num) (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | inlineprotected |
ExecuteGnuplot(std::string &mscript) (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | inlineprotected |
FlushPlots(std::string &mscript) (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | inlineprotected |
gpl_filename (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | protected |
i_to_str(int num) (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | inlineprotected |
operator<<(const char *command) | chrono::postprocess::ChGnuPlot | inline |
OutputCustomTerminal(const char *filename, const char *terminalsetting) | chrono::postprocess::ChGnuPlot | inline |
OutputEPS(const char *filename, double inchsizex=4, double inchsizey=3, bool color=true) | chrono::postprocess::ChGnuPlot | inline |
OutputPNG(const char *filename, int sizex=400, int sizey=300) | chrono::postprocess::ChGnuPlot | inline |
OutputWindow(int windownum=0) | chrono::postprocess::ChGnuPlot | inline |
persist (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | protected |
Plot(const char *datfile, int colX, int colY, const char *title, const char *customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
Plot(ChVectorDynamic<> &mx, ChVectorDynamic<> &my, const char *title, const char *customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
Plot(ChMatrixConstRef mdata, int colX, int colY, const char *title, const char *customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
Plot(ChFunction_Recorder &mrecorder, const char *title, const char *customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
Plot(const std::vector< double > &vals_x, const std::vector< double > &vals_y, const char *title, const char *customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
Plot(ChFunction_Oscilloscope &mrecorder, const char *title, const char *customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
Plot(ChFunction &mfunct, double xmin, double xmax, double dx, const char *title, const char *customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
plots (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | protected |
Replot() | chrono::postprocess::ChGnuPlot | inline |
SetCommand(const char *command) | chrono::postprocess::ChGnuPlot | inline |
SetGrid(bool dashed=true, double linewidth=1.0, ChColor mcolor=ChColor(0, 0, 0)) | chrono::postprocess::ChGnuPlot | inline |
SetLabelX(const char *mlabel) | chrono::postprocess::ChGnuPlot | inline |
SetLabelY(const char *mlabel) | chrono::postprocess::ChGnuPlot | inline |
SetLabelZ(const char *mlabel) | chrono::postprocess::ChGnuPlot | inline |
SetPersist(bool mpersist) | chrono::postprocess::ChGnuPlot | inline |
SetRangeX(double mmin, double mmax, bool automin=false, bool automax=false) | chrono::postprocess::ChGnuPlot | inline |
SetRangeY(double mmin, double mmax, bool automin=false, bool automax=false) | chrono::postprocess::ChGnuPlot | inline |
SetRangeZ(double mmin, double mmax, bool automin=false, bool automax=false) | chrono::postprocess::ChGnuPlot | inline |
SetTitle(const char *mlabel) | chrono::postprocess::ChGnuPlot | inline |
~ChGnuPlot() (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | inlinevirtual |