Leptonica 1.54
Файл src/gplot.h

Классы

struct  GPlot

Макросы

#define GPLOT_VERSION_NUMBER   1
#define NUM_GPLOT_STYLES   5
#define NUM_GPLOT_OUTPUTS   6

Определения типов

typedef struct GPlot GPLOT

Перечисления

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 }

Переменные

const char * gplotstylenames []
const char * gplotfilestyles []
const char * gplotfileoutputs []

Макросы

#define GPLOT_VERSION_NUMBER   1
#define NUM_GPLOT_OUTPUTS   6
#define NUM_GPLOT_STYLES   5

Типы

typedef struct GPlot GPLOT

Перечисления

Элементы перечислений:
GPLOT_NONE 
GPLOT_PNG 
GPLOT_PS 
GPLOT_EPS 
GPLOT_X11 
GPLOT_LATEX 
Элементы перечислений:
GPLOT_LINEAR_SCALE 
GPLOT_LOG_SCALE_X 
GPLOT_LOG_SCALE_Y 
GPLOT_LOG_SCALE_X_Y 
Элементы перечислений:
GPLOT_LINES 
GPLOT_POINTS 
GPLOT_IMPULSES 
GPLOT_LINESPOINTS 
GPLOT_DOTS 

Переменные

const char* gplotfileoutputs[]
const char* gplotfilestyles[]
const char* gplotstylenames[]