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

Function destructor

ThirdParty/libproj/vtklibproj/src/transformations/vgridshift.cpp:139–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139static PJ *destructor (PJ *P, int errlev) {
140 if (nullptr==P)
141 return nullptr;
142
143 delete static_cast<struct vgridshiftData*>(P->opaque);
144 P->opaque = nullptr;
145
146 return pj_default_destructor(P, errlev);
147}
148
149static void reassign_context( PJ* P, PJ_CONTEXT* ctx )
150{

Callers 1

vgridshift.cppFile · 0.70

Calls 1

pj_default_destructorFunction · 0.85

Tested by

no test coverage detected