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

Function registerPlugin

pdal/PluginManager.hpp:86–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 static std::string link(const std::string& name);
85 template <typename C>
86 static bool registerPlugin(const PluginInfo& info)
87 { return get().template l_registerPlugin<C>(info); }
88 template <typename C>
89 static bool registerPlugin(const StaticPluginInfo& info)
90 { return get().template l_registerPlugin<C>(info); }

Callers

nothing calls this directly

Calls 1

getFunction · 0.50

Tested by

no test coverage detected