Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
264
void IntersectionDevice::SetDataSet(DataSet *newDataSet) {
265
assert (!started);
266
267
dataSet = newDataSet;
268
}
269
270
void IntersectionDevice::Start() {
271
assert (dataSet != NULL);
Callers
3
Preprocess
Method · 0.45
CreateOCLContext
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected