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

Method get_cpp_context

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

Source from the content-addressed store, hash-verified

109/**************************************************************************/
110
111projCppContext* pj_ctx::get_cpp_context()
112{
113 if (cpp_context == nullptr) {
114 cpp_context = new projCppContext(this);
115 }
116 return cpp_context;
117}
118
119/************************************************************************/
120/* set_search_paths() */

Calls

no outgoing calls

Tested by

no test coverage detected