Leptonica 1.68
C Image Processing Library
|
#include <gplot.h>
Data Fields | |
char * | rootname |
char * | cmdname |
struct Sarray * | cmddata |
struct Sarray * | datanames |
struct Sarray * | plotdata |
struct Sarray * | plottitles |
struct Numa * | plotstyles |
l_int32 | nplots |
char * | outname |
l_int32 | outformat |
l_int32 | scaling |
char * | title |
char * | xlabel |
char * | ylabel |
char* GPlot::rootname |
Definition at line 59 of file gplot.h.
Referenced by gplotAddPlot(), gplotCreate(), gplotDestroy(), and gplotWrite().
char* GPlot::cmdname |
Definition at line 60 of file gplot.h.
Referenced by gplotCreate(), gplotDestroy(), gplotGenCommandFile(), gplotMakeOutput(), gplotRead(), and gplotWrite().
struct Sarray* GPlot::cmddata |
Definition at line 61 of file gplot.h.
Referenced by gplotCreate(), gplotDestroy(), gplotGenCommandFile(), gplotRead(), and gplotWrite().
struct Sarray* GPlot::datanames |
Definition at line 62 of file gplot.h.
Referenced by gplotAddPlot(), gplotCreate(), gplotDestroy(), gplotGenCommandFile(), gplotGenDataFiles(), gplotRead(), and gplotWrite().
struct Sarray* GPlot::plotdata |
Definition at line 63 of file gplot.h.
Referenced by gplotAddPlot(), gplotCreate(), gplotDestroy(), gplotGenDataFiles(), gplotRead(), and gplotWrite().
struct Sarray* GPlot::plottitles |
Definition at line 64 of file gplot.h.
Referenced by gplotAddPlot(), gplotCreate(), gplotDestroy(), gplotGenCommandFile(), gplotRead(), and gplotWrite().
struct Numa* GPlot::plotstyles |
Definition at line 65 of file gplot.h.
Referenced by gplotAddPlot(), gplotCreate(), gplotDestroy(), gplotGenCommandFile(), gplotRead(), and gplotWrite().
Definition at line 66 of file gplot.h.
Referenced by gplotAddPlot(), gplotRead(), and gplotWrite().
char* GPlot::outname |
Definition at line 67 of file gplot.h.
Referenced by gplotCreate(), gplotDestroy(), gplotGenCommandFile(), gplotRead(), gplotWrite(), and main().
Definition at line 68 of file gplot.h.
Referenced by gplotCreate(), gplotGenCommandFile(), gplotMakeOutput(), gplotWrite(), and main().
Definition at line 69 of file gplot.h.
Referenced by gplotGenCommandFile(), gplotRead(), gplotSetScaling(), and gplotWrite().
char* GPlot::title |
Definition at line 70 of file gplot.h.
Referenced by gplotCreate(), gplotDestroy(), gplotGenCommandFile(), gplotWrite(), and main().
char* GPlot::xlabel |
Definition at line 71 of file gplot.h.
Referenced by gplotCreate(), gplotDestroy(), gplotGenCommandFile(), and gplotWrite().
char* GPlot::ylabel |
Definition at line 72 of file gplot.h.
Referenced by gplotCreate(), gplotDestroy(), gplotGenCommandFile(), and gplotWrite().