Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_hidden.h200 struct GMT_GRID_HIDDEN { /* Supporting information hidden from the API */ struct
201 unsigned int id; /* The internal number of the grid */
202 unsigned int alloc_level; /* The level it was allocated at */
203 enum GMT_enum_alloc alloc_mode; /* Allocation mode [GMT_ALLOC_INTERNALLY] */
204 …_alloc xy_alloc_mode[2]; /* Stores how the x and y arrays were allocated (external or internal) */
205 void *extra; /* Row-by-row machinery information [NULL] */