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

Function proj_errno_restore

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

/

Source from the content-addressed store, hash-verified

1471
1472/*****************************************************************************/
1473int proj_errno_restore (const PJ *P, int err) {
1474/******************************************************************************
1475 Use proj_errno_restore when the current function succeeds, but the
1476 error flag was set on entry, and stored/reset using proj_errno_reset
1477 in order to monitor for new errors.
1478
1479 See usage example under proj_errno_reset ()
1480******************************************************************************/
1481 if (0==err)
1482 return 0;
1483 proj_errno_set (P, err);
1484 return 0;
1485}
1486
1487/*****************************************************************************/
1488int proj_errno_reset (const PJ *P) {

Callers 9

set_ellipsoidFunction · 0.85
pipeline.cppFile · 0.85
pj_factorsFunction · 0.85
error_or_coordFunction · 0.85
pj_ellipsoidFunction · 0.85
ellps_ellpsFunction · 0.85
error_or_coordFunction · 0.85
get_grid_shiftFunction · 0.85

Calls 1

proj_errno_setFunction · 0.85

Tested by

no test coverage detected