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

Method setSelection

source/EngineImpl/EngineWorker.cpp:408–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408void EngineWorker::setSelection(RealVector2D const& startPos, RealVector2D const& endPos)
409{
410 EngineWorkerGuard access(this);
411 _simulationCudaFacade->setSelection(AreaSelectionData{{startPos.x, startPos.y}, {endPos.x, endPos.y}});
412}
413
414void EngineWorker::removeSelection()
415{

Callers 1

onUpdateSelectionRectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected