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

Method getDatabaseContext

ThirdParty/libproj/vtklibproj/src/iso19111/c_api.cpp:161–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159// ---------------------------------------------------------------------------
160
161NS_PROJ::io::DatabaseContextNNPtr projCppContext::getDatabaseContext() {
162 if (databaseContext_) {
163 return NN_NO_CHECK(databaseContext_);
164 }
165 auto dbContext =
166 NS_PROJ::io::DatabaseContext::create(dbPath_, auxDbPaths_, ctx_);
167 databaseContext_ = dbContext;
168 return dbContext;
169}
170
171// ---------------------------------------------------------------------------
172

Callers 5

getDBcontextFunction · 0.80
proj_transFunction · 0.80
createFromUserInputFunction · 0.80

Calls 1

createFunction · 0.85

Tested by

no test coverage detected