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

Function proj_context_inherit

ThirdParty/libproj/vtklibproj/src/internal.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142void proj_context_inherit (PJ *parent, PJ *child) {
143 if (nullptr==parent)
144 proj_assign_context (child, pj_get_default_ctx());
145 else
146 proj_assign_context (child, pj_get_ctx(parent));
147}
148
149
150

Callers

nothing calls this directly

Calls 3

proj_assign_contextFunction · 0.85
pj_get_default_ctxFunction · 0.85
pj_get_ctxFunction · 0.85

Tested by

no test coverage detected