tesseract-doxygen/include/gplot.h File Reference
Go to the source code of this file.
Classes |
| struct | GPlot |
Defines |
| #define | GPLOT_VERSION_NUMBER 1 |
| #define | NUM_GPLOT_STYLES 5 |
| #define | NUM_GPLOT_OUTPUTS 6 |
Typedefs |
| typedef struct GPlot | GPLOT |
Enumerations |
| enum | GPLOT_STYLE {
GPLOT_LINES = 0,
GPLOT_POINTS = 1,
GPLOT_IMPULSES = 2,
GPLOT_LINESPOINTS = 3,
GPLOT_DOTS = 4
} |
| enum | GPLOT_OUTPUT {
GPLOT_NONE = 0,
GPLOT_PNG = 1,
GPLOT_PS = 2,
GPLOT_EPS = 3,
GPLOT_X11 = 4,
GPLOT_LATEX = 5
} |
| enum | GPLOT_SCALING { GPLOT_LINEAR_SCALE = 0,
GPLOT_LOG_SCALE_X = 1,
GPLOT_LOG_SCALE_Y = 2,
GPLOT_LOG_SCALE_X_Y = 3
} |
Variables |
| const char * | gplotstylenames [] |
| const char * | gplotfilestyles [] |
| const char * | gplotfileoutputs [] |
Define Documentation
| #define GPLOT_VERSION_NUMBER 1 |
| #define NUM_GPLOT_OUTPUTS 6 |
| #define NUM_GPLOT_STYLES 5 |
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
| GPLOT_NONE |
|
| GPLOT_PNG |
|
| GPLOT_PS |
|
| GPLOT_EPS |
|
| GPLOT_X11 |
|
| GPLOT_LATEX |
|
- Enumerator:
| GPLOT_LINEAR_SCALE |
|
| GPLOT_LOG_SCALE_X |
|
| GPLOT_LOG_SCALE_Y |
|
| GPLOT_LOG_SCALE_X_Y |
|
- Enumerator:
| GPLOT_LINES |
|
| GPLOT_POINTS |
|
| GPLOT_IMPULSES |
|
| GPLOT_LINESPOINTS |
|
| GPLOT_DOTS |
|
Variable Documentation