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

Function proj_errno

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

/

Source from the content-addressed store, hash-verified

1436
1437/*****************************************************************************/
1438int proj_errno (const PJ *P) {
1439/******************************************************************************
1440 Read an error level from the context of a PJ.
1441******************************************************************************/
1442 return proj_context_errno (pj_get_ctx ((PJ *) P));
1443}
1444
1445/*****************************************************************************/
1446int proj_context_errno (PJ_CONTEXT *ctx) {

Callers 15

ToLonLatRadiansHeightFunction · 0.85
pipeline.cppFile · 0.85
error_or_coordFunction · 0.85
pj_ellipsoidFunction · 0.85
ellps_ellpsFunction · 0.85
proj_transFunction · 0.85
proj_trans_arrayFunction · 0.85
proj_errno_resetFunction · 0.85
error_or_coordFunction · 0.85

Calls 2

proj_context_errnoFunction · 0.85
pj_get_ctxFunction · 0.85

Tested by

no test coverage detected