, including all inherited members.
| cmd(const std::string &cmdstr) | Gnuplot | |
| create_tmpfile(std::ofstream &tmp) | Gnuplot | [private] |
| file_available(const std::string &filename) | Gnuplot | [private] |
| file_exists(const std::string &filename, int mode=0) | Gnuplot | [private, static] |
| get_program_path() | Gnuplot | [private, static] |
| gnucmd | Gnuplot | [private] |
| Gnuplot(const std::string &style="points") | Gnuplot | [inline] |
| Gnuplot(const std::vector< double > &x, const std::string &title="", const std::string &style="points", const std::string &labelx="x", const std::string &labely="y") | Gnuplot | [inline] |
| Gnuplot(const std::vector< double > &x, const std::vector< double > &y, const std::string &title="", const std::string &style="points", const std::string &labelx="x", const std::string &labely="y") | Gnuplot | [inline] |
| Gnuplot(const std::vector< double > &x, const std::vector< double > &y, const std::vector< double > &z, const std::string &title="", const std::string &style="points", const std::string &labelx="x", const std::string &labely="y", const std::string &labelz="z") | Gnuplot | [inline] |
| init() | Gnuplot | [private] |
| is_valid() | Gnuplot | [inline] |
| m_sGNUPlotFileName | Gnuplot | [private, static] |
| m_sGNUPlotPath | Gnuplot | [private, static] |
| nplots | Gnuplot | [private] |
| operator<<(const std::string &cmdstr) | Gnuplot | [inline] |
| plot_equation(const std::string &equation, const std::string &title="") | Gnuplot | |
| plot_equation3d(const std::string &equation, const std::string &title="") | Gnuplot | |
| plot_image(const unsigned char *ucPicBuf, const unsigned int iWidth, const unsigned int iHeight, const std::string &title="") | Gnuplot | |
| plot_slope(const double a, const double b, const std::string &title="") | Gnuplot | |
| plot_x(const X &x, const std::string &title="") | Gnuplot | |
| plot_xy(const X &x, const Y &y, const std::string &title="") | Gnuplot | |
| plot_xy_err(const X &x, const Y &y, const E &dy, const std::string &title="") | Gnuplot | |
| plot_xyz(const X &x, const Y &y, const Z &z, const std::string &title="") | Gnuplot | |
| plotfile_x(const std::string &filename, const unsigned int column=1, const std::string &title="") | Gnuplot | |
| plotfile_xy(const std::string &filename, const unsigned int column_x=1, const unsigned int column_y=2, const std::string &title="") | Gnuplot | |
| plotfile_xy_err(const std::string &filename, const unsigned int column_x=1, const unsigned int column_y=2, const unsigned int column_dy=3, const std::string &title="") | Gnuplot | |
| plotfile_xyz(const std::string &filename, const unsigned int column_x=1, const unsigned int column_y=2, const unsigned int column_z=3, const std::string &title="") | Gnuplot | |
| pstyle | Gnuplot | [private] |
| remove_tmpfiles() | Gnuplot | |
| replot(void) | Gnuplot | [inline] |
| reset_all() | Gnuplot | |
| reset_plot() | Gnuplot | |
| savetops(const std::string &filename="gnuplot_output") | Gnuplot | |
| set_cbrange(const double iFrom, const double iTo) | Gnuplot | |
| set_contour(const std::string &position="base") | Gnuplot | |
| set_GNUPlotPath(const std::string &path) | Gnuplot | [static] |
| set_grid() | Gnuplot | [inline] |
| set_hidden3d() | Gnuplot | [inline] |
| set_isosamples(const int isolines=10) | Gnuplot | |
| set_legend(const std::string &position="default") | Gnuplot | |
| set_multiplot() | Gnuplot | [inline] |
| set_pointsize(const double pointsize=1.0) | Gnuplot | |
| set_samples(const int samples=100) | Gnuplot | |
| set_smooth(const std::string &stylestr="csplines") | Gnuplot | |
| set_style(const std::string &stylestr="points") | Gnuplot | |
| set_surface() | Gnuplot | [inline] |
| set_terminal_std(const std::string &type) | Gnuplot | [static] |
| set_title(const std::string &title="") | Gnuplot | [inline] |
| set_xautoscale() | Gnuplot | [inline] |
| set_xlabel(const std::string &label="y") | Gnuplot | |
| set_xlogscale(const double base=10) | Gnuplot | |
| set_xrange(const double iFrom, const double iTo) | Gnuplot | |
| set_yautoscale() | Gnuplot | [inline] |
| set_ylabel(const std::string &label="x") | Gnuplot | |
| set_ylogscale(const double base=10) | Gnuplot | |
| set_yrange(const double iFrom, const double iTo) | Gnuplot | |
| set_zautoscale() | Gnuplot | [inline] |
| set_zlabel(const std::string &label="z") | Gnuplot | |
| set_zlogscale(const double base=10) | Gnuplot | |
| set_zrange(const double iFrom, const double iTo) | Gnuplot | |
| showonscreen() | Gnuplot | |
| smooth | Gnuplot | [private] |
| terminal_std | Gnuplot | [private, static] |
| tmpfile_list | Gnuplot | [private] |
| tmpfile_num | Gnuplot | [private, static] |
| two_dim | Gnuplot | [private] |
| unset_contour() | Gnuplot | [inline] |
| unset_grid() | Gnuplot | [inline] |
| unset_hidden3d() | Gnuplot | [inline] |
| unset_legend() | Gnuplot | [inline] |
| unset_multiplot() | Gnuplot | [inline] |
| unset_smooth() | Gnuplot | [inline] |
| unset_surface() | Gnuplot | [inline] |
| unset_title() | Gnuplot | [inline] |
| unset_xlogscale() | Gnuplot | [inline] |
| unset_ylogscale() | Gnuplot | [inline] |
| unset_zlogscale() | Gnuplot | [inline] |
| valid | Gnuplot | [private] |
| ~Gnuplot() | Gnuplot | |