Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_resources.h400 struct GMT_GRID_HEADER { struct
404 uint32_t n_columns; /* Number of columns */
405 uint32_t n_rows; /* Number of rows */
414 double z_min; /* Minimum z value */
415 double z_max; /* Maximum z value */
416 double inc[2]; /* x and y increment */
419 char x_units[GMT_GRID_UNIT_LEN80]; /* units in x-direction */
421 char z_units[GMT_GRID_UNIT_LEN80]; /* grid value units */
422 char title[GMT_GRID_TITLE_LEN80]; /* name of data set */
431 unsigned int type; /* Grid format */
[all …]