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

Method setSelection

source/EngineImpl/SimulationFacadeImpl.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void _SimulationFacadeImpl::setSelection(RealVector2D const& startPos, RealVector2D const& endPos)
316{
317 _worker.setSelection(startPos, endPos);
318}
319
320void _SimulationFacadeImpl::removeSelection()
321{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected