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

Function gmtapi_get_vector_data

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

Source from the content-addressed store, hash-verified

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);}
773GMT_LOCAL inline struct GMT_MATRIX * gmtapi_get_matrix_data (struct GMT_MATRIX *ptr) {return (ptr);}
774GMT_LOCAL inline struct GMT_CUBE * gmtapi_get_cube_data (struct GMT_CUBE *ptr) {return (ptr);}
775GMT_LOCAL inline struct GMT_POSTSCRIPT * gmtapi_get_postscript_data (struct GMT_POSTSCRIPT *ptr) {return (ptr);}

Callers 7

gmtapi_get_record_vectorFunction · 0.85
gmtapi_get_record_initFunction · 0.85
GMT_Get_InfoFunction · 0.85
GMT_Put_StringsFunction · 0.85
GMT_Get_StringsFunction · 0.85
GMT_Set_AllocModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected