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

Method clear

source/EngineImpl/SimulationFacadeImpl.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void _SimulationFacadeImpl::clear()
27{
28 _worker.clear();
29
30 _selectionNeedsUpdate = true;
31}
32
33void _SimulationFacadeImpl::setImageResource(void* image)
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected