/dports/graphics/plotutils/plotutils-2.6/libplot/ |
H A D | p_defplot.c | 782 PSPlotter::PSPlotter (FILE *infile, FILE *outfile, FILE *errfile) in PSPlotter() function 788 PSPlotter::PSPlotter (FILE *outfile) in PSPlotter() function 794 PSPlotter::PSPlotter (istream& in, ostream& out, ostream& err) in PSPlotter() function 800 PSPlotter::PSPlotter (ostream& out) in PSPlotter() function 806 PSPlotter::PSPlotter () in PSPlotter() function 811 PSPlotter::PSPlotter (FILE *infile, FILE *outfile, FILE *errfile, PlotterParams ¶meters) in PSPlotter() function 817 PSPlotter::PSPlotter (FILE *outfile, PlotterParams ¶meters) in PSPlotter() function 823 PSPlotter::PSPlotter (istream& in, ostream& out, ostream& err, PlotterParams ¶meters) in PSPlotter() function 829 PSPlotter::PSPlotter (ostream& out, PlotterParams ¶meters) in PSPlotter() function 835 PSPlotter::PSPlotter (PlotterParams ¶meters) in PSPlotter() function [all …]
|
H A D | extern.h | 2139 #define _pl_p_begin_page PSPlotter::begin_page 2140 #define _pl_p_end_page PSPlotter::end_page 2141 #define _pl_p_erase_page PSPlotter::erase_page 2142 #define _pl_p_paint_text_string PSPlotter::paint_text_string 2143 #define _pl_p_initialize PSPlotter::initialize 2144 #define _pl_p_paint_path PSPlotter::paint_path 2145 #define _pl_p_paint_paths PSPlotter::paint_paths 2146 #define _pl_p_paint_point PSPlotter::paint_point 2147 #define _pl_p_terminate PSPlotter::terminate 2152 #define _pl_p_set_fill_color PSPlotter::_p_set_fill_color [all …]
|
/dports/graphics/plotutils/plotutils-2.6/include/ |
H A D | plotter.h | 1964 class PSPlotter : public Plotter 1968 PSPlotter (const PSPlotter& oldplotter); 1969 PSPlotter& operator= (const PSPlotter& oldplotter); 1973 PSPlotter (FILE *outfile); 1974 PSPlotter (istream& in, ostream& out, ostream& err); 1975 PSPlotter (ostream& out); 1976 PSPlotter (); 1979 PSPlotter (FILE *outfile, PlotterParams ¶ms); 1981 PSPlotter (ostream& out, PlotterParams ¶ms); 1982 PSPlotter (PlotterParams ¶ms); [all …]
|
/dports/science/qcl/qcl-0.6.4/ |
H A D | plot.cc | 52 plotter=new PSPlotter(cin,*plotfile,cerr); in open_plot() 54 plotter=new PSPlotter(cin,cout,cerr); in open_plot()
|
/dports/graphics/plotutils/plotutils-2.6/ |
H A D | TODO | 102 libplot: distinguish between PSPlotter and IdrawPlotter (latter will use 103 current PSPlotter code for emitting `stateless PS', former has yet to be
|
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/ |
H A D | drvlplot.cpp | 991 plotter = new PSPlotter(cin, outf, errf); in derivedConstructor()
|
/dports/graphics/pstoedit/pstoedit-3.70/src/ |
H A D | drvlplot.cpp | 961 plotter = new PSPlotter(cin, outf, errf); in derivedConstructor()
|
/dports/graphics/plotutils/plotutils-2.6/info/ |
H A D | plotutils.info | 7136 `PNGPlotter', `PNMPlotter', `GIFPlotter', `AIPlotter', `PSPlotter', 7158 PSPlotter plotter(cin, cout, cerr, params); 7162 PSPlotter plotter(stdin, stdout, stderr, params); 7307 PSPlotter plotter(cin, cout, cerr, params); // declare Plotter 7330 `PSPlotter' class, which will write Postscript graphics to the output
|
H A D | plotutils.texi | 8131 @code{GIFPlotter}, @code{AIPlotter}, @code{PSPlotter}, 8158 PSPlotter plotter(cin, cout, cerr, params); 8165 PSPlotter plotter(stdin, stdout, stderr, params); 8333 PSPlotter plotter(cin, cout, cerr, params); // declare Plotter 8360 @code{PSPlotter} class, which will write Postscript graphics to the
|