chrono::postprocess::ChGnuPlot Member List
This is the complete list of members for chrono::postprocess::ChGnuPlot, including all inherited members.
ChGnuPlot(const std::string &filename="__tmp_gnuplot.gpl") (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | inline |
col_to_hex(ChColor color) (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | inlineprotected |
commandfile (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | protected |
ExecuteGnuplot(std::string &script) (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | inlineprotected |
FlushPlots() | chrono::postprocess::ChGnuPlot | inline |
FlushPlots(std::string &script) (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | inlineprotected |
gpl_filename (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | protected |
HideLegend() | chrono::postprocess::ChGnuPlot | inline |
operator<<(const std::string &command) | chrono::postprocess::ChGnuPlot | inline |
OutputCustomTerminal(const std::string &filename, const std::string &terminalsetting) | chrono::postprocess::ChGnuPlot | inline |
OutputEPS(const std::string &filename, double inchsizex=4, double inchsizey=3, bool color=true) | chrono::postprocess::ChGnuPlot | inline |
OutputPDF(const std::string &filename) | chrono::postprocess::ChGnuPlot | inline |
OutputPNG(const std::string &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 std::string &datfile, int colX, int colY, const std::string &title, const std::string &customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
Plot(ChVectorDynamic<> &x, ChVectorDynamic<> &y, const std::string &title="", const std::string &customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
Plot(ChMatrixConstRef data, int colX, int colY, const std::string &title="", const std::string &customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
Plot(ChFunctionInterp &fun_table, const std::string &title="", const std::string &customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
Plot(const std::vector< double > &vals_x, const std::vector< double > &vals_y, const std::string &title="", const std::string &customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
Plot(ChFunction &funct, double xmin, double xmax, double dx, const std::string &title="", const std::string &customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
Plot(ChFunction &funct, int der_order, double xmin, double xmax, double dx, const std::string &title="", const std::string &customsettings=" with lines ") | chrono::postprocess::ChGnuPlot | inline |
plots (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | protected |
Replot() | chrono::postprocess::ChGnuPlot | inline |
SetAxesEqual() | chrono::postprocess::ChGnuPlot | inline |
SetCommand(const std::string &command) | chrono::postprocess::ChGnuPlot | inline |
SetGrid(bool dashed=true, double linewidth=1.0, const ChColor &mcolor=ChColor(0, 0, 0)) | chrono::postprocess::ChGnuPlot | inline |
SetLabelX(const std::string &label) | chrono::postprocess::ChGnuPlot | inline |
SetLabelY(const std::string &label) | chrono::postprocess::ChGnuPlot | inline |
SetLabelY2(const std::string &label) | chrono::postprocess::ChGnuPlot | inline |
SetLabelZ(const std::string &label) | chrono::postprocess::ChGnuPlot | inline |
SetLegend(const std::string &customsettings) | chrono::postprocess::ChGnuPlot | inline |
SetPersist(bool persist) | chrono::postprocess::ChGnuPlot | inline |
SetRangeX(double xmin, double xmax, bool automin=false, bool automax=false) | chrono::postprocess::ChGnuPlot | inline |
SetRangeY(double ymin, double ymax, bool automin=false, bool automax=false) | chrono::postprocess::ChGnuPlot | inline |
SetRangeY2(double ymin, double ymax, bool automin=false, bool automax=false) | chrono::postprocess::ChGnuPlot | inline |
SetRangeZ(double zmin, double zmax, bool automin=false, bool automax=false) | chrono::postprocess::ChGnuPlot | inline |
SetTitle(const std::string &label) | chrono::postprocess::ChGnuPlot | inline |
~ChGnuPlot() (defined in chrono::postprocess::ChGnuPlot) | chrono::postprocess::ChGnuPlot | inlinevirtual |