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

Method getSelectedClusteredSimulationData

source/EngineImpl/EngineWorker.cpp:141–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141ClusteredDataDescription EngineWorker::getSelectedClusteredSimulationData(bool includeClusters)
142{
143 EngineWorkerGuard access(this);
144
145 DataTO dataTO = provideTO();
146
147 _simulationCudaFacade->getSelectedSimulationData(includeClusters, dataTO);
148
149 DescriptionConverter converter(_settings.simulationParameters);
150
151 auto result = converter.convertTOtoClusteredDataDescription(dataTO);
152 return result;
153}
154
155DataDescription EngineWorker::getSelectedSimulationData(bool includeClusters)
156{

Callers 2

onExecuteMethod · 0.45
onSavePatternMethod · 0.45

Tested by

no test coverage detected