Home
last modified time | relevance | path

Searched refs:GMT_GRID_ROW_BY_ROW_MANUAL (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_resources.h369GMT_GRID_ROW_BY_ROW_MANUAL = 64U, /* Read|write the grid array one row at the time in any order … enumerator
H A Dgmt_api.c2392 …R->auto_advance = (access_mode & GMT_GRID_ROW_BY_ROW_MANUAL) ? false : true; /* Read sequentially … in gmtapi_open_grd()
5045 row_by_row = ((mode & GMT_GRID_ROW_BY_ROW) || (mode & GMT_GRID_ROW_BY_ROW_MANUAL)); in gmtapi_import_grid()
5585 row_by_row = ((mode & GMT_GRID_ROW_BY_ROW) || (mode & GMT_GRID_ROW_BY_ROW_MANUAL)); in gmtapi_export_grid()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/devdocs/
H A Dapi.rst1663 ``GMT_GRID_ROW_BY_ROW_MANUAL`` instead.
2006 row-by-row mode was initialized with ``GMT_GRID_ROW_BY_ROW_MANUAL``.
2450 use ``GMT_GRID_ROW_BY_ROW_MANUAL`` instead; this requires a file format
2566 row-by-row mode was initialized with ``GMT_GRID_ROW_BY_ROW_MANUAL``.