Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_resources.h772 struct GMT_CUBE { struct
780 …unsigned int mode; /* GMT_CUBE_IS_STACK if input dataset was a list of 2-D grids rather than a s… argument
781 double z_range[2]; /* Minimum/max z values (complements header->wesn[4]) */
782 double z_inc; /* z increment (complements inc[2]) (0 if variable z spacing */
783 double *z; /* Array of z values (complements x, y) */
784 …e[GMT_GRID_VARNAME_LEN80]; /* Name of the 3-D variable, if read from file (or empty if just one) */
785 …r units[GMT_GRID_UNIT_LEN80]; /* Units in 3rd direction (complements x_units, y_units, z_units) */