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

Function proj_context_set

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

Move P to a new context - or to the default context if 0 is specified */

Source from the content-addressed store, hash-verified

133
134/* Move P to a new context - or to the default context if 0 is specified */
135void proj_context_set (PJ *P, PJ_CONTEXT *ctx) {
136 if (nullptr==ctx)
137 ctx = pj_get_default_ctx ();
138 proj_assign_context (P, ctx);
139}
140
141
142void proj_context_inherit (PJ *parent, PJ *child) {

Callers

nothing calls this directly

Calls 2

pj_get_default_ctxFunction · 0.85
proj_assign_contextFunction · 0.85

Tested by

no test coverage detected