MCPcopy Create free account
hub / github.com/Kitware/VTK / pj_param_value

Function pj_param_value

ThirdParty/libproj/vtklibproj/src/ell_set.cpp:467–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465
466
467static char *pj_param_value (paralist *list) {
468 char *key, *value;
469 if (nullptr==list)
470 return nullptr;
471
472 key = list->param;
473 value = strchr (key, '=');
474
475 /* a flag (i.e. a key without value) has its own name (key) as value */
476 return value? value + 1: key;
477}
478
479
480static const PJ_ELLPS *pj_find_ellps (const char *name) {

Callers 3

ellps_sizeFunction · 0.85
ellps_shapeFunction · 0.85
ellps_spherificationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected