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

Method loadPlugin

pdal/PluginManager.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244*/
245template <typename T>
246bool PluginManager<T>::loadPlugin(const std::string& driverFileName)
247{
248 return get().l_loadPlugin(driverFileName);
249}
250
251
252template <typename T>

Callers

nothing calls this directly

Calls 2

l_loadPluginMethod · 0.80
getFunction · 0.50

Tested by

no test coverage detected