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

Method removeSelectedObjects

source/EngineImpl/EngineWorker.cpp:245–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void EngineWorker::removeSelectedObjects(bool includeClusters)
246{
247 EngineWorkerGuard access(this);
248
249 _simulationCudaFacade->removeSelectedObjects(includeClusters);
250}
251
252void EngineWorker::relaxSelectedObjects(bool includeClusters)
253{

Callers 6

onDrawingMethod · 0.45
onExecuteMethod · 0.45
onBuildMethod · 0.45
onUndoMethod · 0.45
onDeleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected