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

Function error_or_coord

ThirdParty/libproj/vtklibproj/src/inv.cpp:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136
137static PJ_COORD error_or_coord(PJ *P, PJ_COORD coord, int last_errno) {
138 if (proj_errno(P))
139 return proj_coord_error();
140
141 proj_errno_restore(P, last_errno);
142 return coord;
143}
144
145
146PJ_LP pj_inv(PJ_XY xy, PJ *P) {

Callers 3

pj_invFunction · 0.70
pj_inv3dFunction · 0.70
pj_inv4dFunction · 0.70

Calls 3

proj_errnoFunction · 0.85
proj_coord_errorFunction · 0.85
proj_errno_restoreFunction · 0.85

Tested by

no test coverage detected