Leptonica 1.68
C Image Processing Library

gplot.h File Reference

Struct and parameters for generating gnuplot files. More...

Go to the source code of this file.

Data Structures

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 []

Detailed Description

Struct and parameters for generating gnuplot files.

     Data structures and parameters for generating gnuplot files

Definition in file gplot.h.


Define Documentation

#define GPLOT_VERSION_NUMBER   1

Definition at line 25 of file gplot.h.

Referenced by gplotRead(), and gplotWrite().

#define NUM_GPLOT_STYLES   5

Definition at line 27 of file gplot.h.

#define NUM_GPLOT_OUTPUTS   6

Definition at line 36 of file gplot.h.

Referenced by pixCompareGray(), pixCompareGrayOrRGB(), and pixCompareRGB().


Typedef Documentation

typedef struct GPlot GPLOT

Definition at line 74 of file gplot.h.


Enumeration Type Documentation

Enumerator:
GPLOT_LINES 
GPLOT_POINTS 
GPLOT_IMPULSES 
GPLOT_LINESPOINTS 
GPLOT_DOTS 

Definition at line 28 of file gplot.h.

Enumerator:
GPLOT_NONE 
GPLOT_PNG 
GPLOT_PS 
GPLOT_EPS 
GPLOT_X11 
GPLOT_LATEX 

Definition at line 37 of file gplot.h.

Enumerator:
GPLOT_LINEAR_SCALE 
GPLOT_LOG_SCALE_X 
GPLOT_LOG_SCALE_Y 
GPLOT_LOG_SCALE_X_Y 

Definition at line 46 of file gplot.h.


Variable Documentation

const char* gplotstylenames[]

Definition at line 88 of file gplot.c.

Referenced by gplotGenCommandFile().

const char* gplotfilestyles[]

Definition at line 93 of file gplot.c.

const char* gplotfileoutputs[]

Definition at line 98 of file gplot.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines