| 97 | } |
| 98 | |
| 99 | DataDescription _SimulationFacadeImpl::getSelectedSimulationData(bool includeClusters) |
| 100 | { |
| 101 | _worker.updateSelection(); |
| 102 | return _worker.getSelectedSimulationData(includeClusters); |
| 103 | } |
| 104 | |
| 105 | DataDescription _SimulationFacadeImpl::getInspectedSimulationData(std::vector<uint64_t> objectIds) |
| 106 | { |
nothing calls this directly
no test coverage detected