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

Function pj_get_default_ctx

ThirdParty/libproj/vtklibproj/src/ctx.cpp:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175/************************************************************************/
176
177PJ_CONTEXT* pj_get_default_ctx()
178
179{
180 // C++11 rules guarantee a thread-safe instantiation.
181 static pj_ctx default_context(pj_ctx::createDefault());
182 return &default_context;
183}
184
185/************************************************************************/
186/* ~pj_ctx() */

Callers 15

proj_log_levelFunction · 0.85
proj_log_funcFunction · 0.85
pj_paramFunction · 0.85
proj_grid_cache_set_ttlFunction · 0.85
proj_grid_cache_clearFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected