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

Method PluginManager

pdal/PluginManager.cpp:207–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206template <typename T>
207PluginManager<T>::PluginManager() : m_log(Log::makeLog("PDAL", &std::clog)),
208 m_extensions(m_log)
209{}
210
211
212template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected