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

Method getSelectedClusteredSimulationData

source/EngineImpl/SimulationFacadeImpl.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93ClusteredDataDescription _SimulationFacadeImpl::getSelectedClusteredSimulationData(bool includeClusters)
94{
95 _worker.updateSelection();
96 return _worker.getSelectedClusteredSimulationData(includeClusters);
97}
98
99DataDescription _SimulationFacadeImpl::getSelectedSimulationData(bool includeClusters)
100{

Callers

nothing calls this directly

Calls 1

updateSelectionMethod · 0.80

Tested by

no test coverage detected