MCPcopy Create free account
hub / github.com/LAStools/LAStools / my_proj_info

Function my_proj_info

src/proj_wrapper.cpp:118–124  ·  view source on GitHub ↗

Wrapper for proj_info � provides the global PROJ version and build information.

Source from the content-addressed store, hash-verified

116
117/// Wrapper for proj_info � provides the global PROJ version and build information.
118MyPJ_INFO my_proj_info(void) {
119 if (!proj_info_ptr) {
120 MyPJ_INFO info = {0, 0, 0, nullptr, nullptr, nullptr};
121 return info;
122 }
123 return proj_info_ptr();
124}

Callers 1

load_proj_libraryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected