My Project
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Public Attributes | List of all members
mapsrc Struct Reference

Stores info needed for accessing GMT GRD file. More...

#include <mapio.h>

Public Attributes

int ncid
 
double * x
 
int xid
 
int xdimid
 
size_t xdimlen
 
double * y
 
int yid
 
int ydimid
 
size_t ydimlen
 
int zid
 
int status
 

Detailed Description

Stores info needed for accessing GMT GRD file.

Parameters
ncidThe NetCDF file id
xDouble Array of ALL the easting (x-axis) data
xidThe NetCDF variable id to the easting variable
xdimidThe NetCDF dimension id for the easting variable
xdimlenThe number of values in x
yDouble array of all the northing (y-axis) data
yidThe NetCDF variable id to the northing variable
ydimidThe NetCDF dimension id for the northing variable
ydimlenThe number of values in y
zidThe NetCDF variable id to the height/depth variable
status

Member Data Documentation

int mapsrc::ncid
int mapsrc::status
double* mapsrc::x
int mapsrc::xdimid
size_t mapsrc::xdimlen
int mapsrc::xid
double* mapsrc::y
int mapsrc::ydimid
size_t mapsrc::ydimlen
int mapsrc::yid
int mapsrc::zid

The documentation for this struct was generated from the following file: