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

Method l_loadPlugin

pdal/PluginManager.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251
252template <typename T>
253bool PluginManager<T>::l_loadPlugin(const std::string& driverFileName)
254{
255 return loadByPath(driverFileName);
256}
257
258template<typename T>
259std::string PluginManager<T>::getPath(const std::string& driver)

Callers 1

loadPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected