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

Method getSelectedSimulationData

source/EngineImpl/SimulationFacadeImpl.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99DataDescription _SimulationFacadeImpl::getSelectedSimulationData(bool includeClusters)
100{
101 _worker.updateSelection();
102 return _worker.getSelectedSimulationData(includeClusters);
103}
104
105DataDescription _SimulationFacadeImpl::getInspectedSimulationData(std::vector<uint64_t> objectIds)
106{

Callers

nothing calls this directly

Calls 1

updateSelectionMethod · 0.80

Tested by

no test coverage detected