![]() |
Leptonica 1.85.0
Image processing and image analysis suite
|
#include <gplot.h>
Data Fields | |
| char * | rootname |
| char * | cmdname |
| struct Sarray * | cmddata |
| struct Sarray * | datanames |
| struct Sarray * | plotdata |
| struct Sarray * | plotlabels |
| struct Numa * | plotstyles |
| l_int32 | nplots |
| char * | outname |
| l_int32 | outformat |
| l_int32 | scaling |
| char * | title |
| char * | xlabel |
| char * | ylabel |
| struct Sarray* GPlot::cmddata |
command file contents
Definition at line 80 of file gplot.h.
Referenced by gplotCreate(), gplotDestroy(), gplotGenCommandFile(), gplotRead(), and gplotWrite().
| char* GPlot::cmdname |
command file name
Definition at line 79 of file gplot.h.
Referenced by gplotCreate(), gplotDestroy(), gplotGenCommandFile(), gplotMakeOutput(), gplotRead(), and gplotWrite().
| struct Sarray* GPlot::datanames |
data file names
Definition at line 81 of file gplot.h.
Referenced by gplotAddPlot(), gplotCreate(), gplotDestroy(), gplotGenCommandFile(), gplotGenDataFiles(), gplotRead(), and gplotWrite().
| l_int32 GPlot::nplots |
current number of plots
Definition at line 85 of file gplot.h.
Referenced by gplotAddPlot(), gplotRead(), and gplotWrite().
| l_int32 GPlot::outformat |
GPLOT_OUTPUT values
Definition at line 87 of file gplot.h.
Referenced by gplotCreate(), gplotGenCommandFile(), gplotMakeOutputPix(), and gplotWrite().
| char* GPlot::outname |
output file name
Definition at line 86 of file gplot.h.
Referenced by gplotCreate(), gplotDestroy(), gplotGenCommandFile(), gplotMakeOutputPix(), gplotRead(), gplotSimplePix1(), gplotSimplePix2(), gplotSimplePixN(), and gplotWrite().
| struct Sarray* GPlot::plotdata |
plot data (1 string/file)
Definition at line 82 of file gplot.h.
Referenced by gplotAddPlot(), gplotCreate(), gplotDestroy(), gplotGenDataFiles(), gplotRead(), and gplotWrite().
| struct Sarray* GPlot::plotlabels |
label for each individual plot
Definition at line 83 of file gplot.h.
Referenced by gplotAddPlot(), gplotCreate(), gplotDestroy(), gplotGenCommandFile(), gplotRead(), and gplotWrite().
| struct Numa* GPlot::plotstyles |
plot style for individual plots
Definition at line 84 of file gplot.h.
Referenced by gplotAddPlot(), gplotCreate(), gplotDestroy(), gplotGenCommandFile(), gplotRead(), and gplotWrite().
| char* GPlot::rootname |
for cmd, data, output
Definition at line 78 of file gplot.h.
Referenced by gplotAddPlot(), gplotCreate(), gplotDestroy(), and gplotWrite().
| l_int32 GPlot::scaling |
GPLOT_SCALING values
Definition at line 88 of file gplot.h.
Referenced by gplotGenCommandFile(), gplotRead(), gplotSetScaling(), and gplotWrite().
| char* GPlot::title |
optional
Definition at line 89 of file gplot.h.
Referenced by gplotCreate(), gplotDestroy(), gplotGenCommandFile(), and gplotWrite().
| char* GPlot::xlabel |
optional x axis label
Definition at line 90 of file gplot.h.
Referenced by gplotCreate(), gplotDestroy(), gplotGenCommandFile(), and gplotWrite().
| char* GPlot::ylabel |
optional y axis label
Definition at line 91 of file gplot.h.
Referenced by gplotCreate(), gplotDestroy(), gplotGenCommandFile(), and gplotWrite().