MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / PopToDo

Method PopToDo

include/luxrays/core/geometry/raybuffer.h:322–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320
321 void PushToDo(RayBuffer *rayBuffer, const size_t queueIndex) { todoQueue.Push(rayBuffer, queueIndex); }
322 RayBuffer *PopToDo() { return todoQueue.Pop(); }
323
324 void PushDone(RayBuffer *rayBuffer) { doneQueue.Push(rayBuffer); }
325 RayBuffer *PopDone(const size_t queueIndex) { return doneQueue.Pop(queueIndex); }

Callers

nothing calls this directly

Calls 1

PopMethod · 0.45

Tested by

no test coverage detected