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

Method removeSelectedObjects

source/EngineImpl/SimulationFacadeImpl.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void _SimulationFacadeImpl::removeSelectedObjects(bool includeClusters)
128{
129 _worker.removeSelectedObjects(includeClusters);
130 _selectionNeedsUpdate = true;
131}
132
133void _SimulationFacadeImpl::relaxSelectedObjects(bool includeClusters)
134{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected