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

Method getSelectionShallowData

source/EngineImpl/EngineWorker.cpp:402–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402SelectionShallowData EngineWorker::getSelectionShallowData()
403{
404 EngineWorkerGuard access(this);
405 return _simulationCudaFacade->getSelectionShallowData();
406}
407
408void EngineWorker::setSelection(RealVector2D const& startPos, RealVector2D const& endPos)
409{

Callers 9

updateMethod · 0.45
processInternMethod · 0.45
processInternMethod · 0.45
onBuildMethod · 0.45
processInternMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected