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

Method queue

io/private/copcwriter/PyramidManager.cpp:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60void PyramidManager::queue(const OctantInfo& o)
61{
62 {
63 std::lock_guard<std::mutex> lock(m_mutex);
64 m_queue.push(o);
65 }
66 m_cv.notify_one();
67}
68
69
70// Initially, all the leaf nodes will be on the queue.

Callers 2

queueWorkMethod · 0.80
runMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected