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

Function gmtapi_get_api_ptr

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

Source from the content-addressed store, hash-verified

752 * so we may return the value at that address: */
753
754GMT_LOCAL inline struct GMTAPI_CTRL * gmtapi_get_api_ptr (struct GMTAPI_CTRL *ptr) {return (ptr);}
755GMT_LOCAL inline struct GMT_PALETTE * gmtapi_get_cpt_ptr (struct GMT_PALETTE **ptr) {return (*ptr);}
756GMT_LOCAL inline struct GMT_DATASET * gmtapi_get_dataset_ptr (struct GMT_DATASET **ptr) {return (*ptr);}
757GMT_LOCAL inline struct GMT_GRID * gmtapi_get_grid_ptr (struct GMT_GRID **ptr) {return (*ptr);}

Callers 15

gmtapi_process_keysFunction · 0.85
gmtapi_retrieve_dataFunction · 0.85
GMT_Put_LevelsFunction · 0.85
gmtapi_get_dataFunction · 0.85
gmtapi_put_dataFunction · 0.85
gmtlib_report_errorFunction · 0.85
GMT_Destroy_SessionFunction · 0.85
GMT_Register_IOFunction · 0.85
GMT_Init_IOFunction · 0.85
GMT_End_IOFunction · 0.85
GMT_Get_StatusFunction · 0.85
gmtapi_get_idFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected