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