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

Function destructor

ThirdParty/libproj/vtklibproj/src/transformations/hgridshift.cpp:108–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108static PJ *destructor (PJ *P, int errlev) {
109 if (nullptr==P)
110 return nullptr;
111
112 delete static_cast<struct hgridshiftData*>(P->opaque);
113 P->opaque = nullptr;
114
115 return pj_default_destructor(P, errlev);
116}
117
118static void reassign_context( PJ* P, PJ_CONTEXT* ctx )
119{

Callers 1

hgridshift.cppFile · 0.70

Calls 1

pj_default_destructorFunction · 0.85

Tested by

no test coverage detected