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

Method SetDataSet

src/luxrays/core/device.cpp:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void IntersectionDevice::SetDataSet(DataSet *newDataSet) {
265 assert (!started);
266
267 dataSet = newDataSet;
268}
269
270void IntersectionDevice::Start() {
271 assert (dataSet != NULL);

Callers 3

PreprocessMethod · 0.45
CreateOCLContextMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected