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

Function my_proj_context_create

src/proj_wrapper.cpp:58–60  ·  view source on GitHub ↗

Wrapper for proj_context_create

Source from the content-addressed store, hash-verified

56
57/// Wrapper for proj_context_create
58PJ_CONTEXT* my_proj_context_create() {
59 return proj_context_create_ptr ? proj_context_create_ptr() : nullptr;
60}
61
62/// Wrapper for proj_context_destroy
63void my_proj_context_destroy(PJ_CONTEXT* ctx) {

Calls

no outgoing calls

Tested by

no test coverage detected