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

Function proj_context_errno

ThirdParty/libproj/vtklibproj/src/4D_api.cpp:1446–1454  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

1444
1445/*****************************************************************************/
1446int proj_context_errno (PJ_CONTEXT *ctx) {
1447/******************************************************************************
1448 Read an error directly from a context, without going through a PJ
1449 belonging to that context.
1450******************************************************************************/
1451 if (nullptr==ctx)
1452 ctx = pj_get_default_ctx();
1453 return ctx->last_errno;
1454}
1455
1456/*****************************************************************************/
1457int proj_errno_set (const PJ *P, int err) {

Callers 7

pj_generic_grid_initFunction · 0.85
getListOfGridSetsFunction · 0.85
pj_vgrid_initFunction · 0.85
proj_errnoFunction · 0.85
lookForGridInfoMethod · 0.85
createFromPROJStringMethod · 0.85

Calls 1

pj_get_default_ctxFunction · 0.85

Tested by

no test coverage detected