MCPcopy Create free account
hub / github.com/GenericMappingTools/gmt / gmtapi_get_grid_data

Function gmtapi_get_grid_data

src/gmt_api.c:769–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767GMT_LOCAL inline struct GMT_FFT_WAVENUMBER * gmtapi_get_fftwave_ptr (struct GMT_FFT_WAVENUMBER *ptr) {return (ptr);}
768GMT_LOCAL inline struct GMT_FFT_WAVENUMBER ** gmtapi_get_fftwave_addr (struct GMT_FFT_WAVENUMBER **ptr) {return (ptr);}
769GMT_LOCAL inline struct GMT_GRID * gmtapi_get_grid_data (struct GMT_GRID *ptr) {return (ptr);}
770GMT_LOCAL inline struct GMT_IMAGE * gmtapi_get_image_data (struct GMT_IMAGE *ptr) {return (ptr);}
771GMT_LOCAL inline struct GMT_DATASET * gmtapi_get_dataset_data (struct GMT_DATASET *ptr) {return (ptr);}
772GMT_LOCAL inline struct GMT_VECTOR * gmtapi_get_vector_data (struct GMT_VECTOR *ptr) {return (ptr);}

Callers 7

gmtapi_contract_padFunction · 0.85
gmtapi_pass_objectFunction · 0.85
gmtapi_is_registeredFunction · 0.85
gmtapi_is_passableFunction · 0.85
GMT_Get_InfoFunction · 0.85
GMT_Set_AllocModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected