Home
last modified time | relevance | path

Searched defs:GMT_CONTOUR_INFO (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_contour.h75 struct GMT_CONTOUR_INFO { /* Used in grdcontour and pscontour to keep information about how to draw… struct
76 double val; /* Contour value */
77 double angle; /* Fixed annotation angle [or NaN] */
78 bool do_tick; /* Tick this contour if it is an innermost contour */
79 bool penset; /* true if we have a specific pen for this contour */
80 char type; /* COntour type: A, C */
81 struct GMT_PEN pen; /* Pen to use, if penset is true */