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

Method setLog

pdal/PluginManager.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81template <typename T>
82void PluginManager<T>::setLog(LogPtr& log)
83{
84 get().m_log = log;
85}
86
87
88template <typename T>

Callers 5

verifyBpfMethod · 0.45
testOverlayFunction · 0.45
TESTFunction · 0.45
setLogStreamMethod · 0.45
runMethod · 0.45

Calls 1

getFunction · 0.50

Tested by 2

testOverlayFunction · 0.36
TESTFunction · 0.36