MCPcopy Create free account
hub / github.com/PDAL/PDAL / register_tre_handler

Function register_tre_handler

plugins/nitf/io/tre_plugins.cpp:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140NITF_TRE_STATIC_HANDLER_REF(USE00A)
141
142void register_tre_handler(NITF_PLUGIN_INIT_FUNCTION init, NITF_PLUGIN_TRE_HANDLER_FUNCTION handler)
143{
144 nitf_Error error;
145 if (!nitf_PluginRegistry_registerTREHandler(init, handler, &error))
146 {
147 ::nitf::NITFException ex(&error);
148 throw pdal_error(ex.toString());
149 }
150}
151
152void register_tre_plugins()
153{

Callers 1

register_tre_pluginsFunction · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected