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

Function my_proj_create

src/proj_wrapper.cpp:73–75  ·  view source on GitHub ↗

Wrapper for proj_create

Source from the content-addressed store, hash-verified

71
72/// Wrapper for proj_create
73PJ* my_proj_create(PJ_CONTEXT* ctx, const char* crs) {
74 return proj_create_ptr ? proj_create_ptr(ctx, crs) : nullptr;
75}
76
77/// Wrapper for proj_context_errno
78int my_proj_context_errno(PJ_CONTEXT* ctx) {

Calls

no outgoing calls

Tested by

no test coverage detected