home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------
- * The GMT-system: @(#)gmt_grdio.h 2.5 2/4/95
- *
- * Copyright (c) 1991-1995 by P. Wessel and W. H. F. Smith
- * See README file for copying and redistribution conditions.
- *--------------------------------------------------------------------*/
-
- #define N_GRD_FORMATS 4 /* Number of supported grd file formats */
-
- extern int grd_i_format;
- extern int grd_o_format;
-
- /* These are pointers to the various functions and are set in grdio_init() */
-
- PFI gmtio_readinfo[N_GRD_FORMATS];
- PFI gmtio_writeinfo[N_GRD_FORMATS];
- PFI gmtio_readgrd[N_GRD_FORMATS];
- PFI gmtio_writegrd[N_GRD_FORMATS];
-
- int cdf_read_grd_info(), cdf_write_grd_info(), cdf_read_grd(), cdf_write_grd();
-
- #include "gmt_customio.h"
-