MCPcopy Create free account
hub / github.com/chrxh/alien / setSimulationData

Method setSimulationData

source/EngineImpl/SimulationFacadeImpl.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void _SimulationFacadeImpl::setSimulationData(DataDescription const& dataToUpdate)
122{
123 _worker.setSimulationData(dataToUpdate);
124 _selectionNeedsUpdate = true;
125}
126
127void _SimulationFacadeImpl::removeSelectedObjects(bool includeClusters)
128{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected