Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
template <typename T>
207
PluginManager<T>::PluginManager() : m_log(Log::makeLog(
"PDAL"
, &std::clog)),
208
m_extensions(m_log)
209
{}
210
211
212
template <typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected