| 140 | } |
| 141 | |
| 142 | DataDescription::DataDescription(ClusteredDataDescription const& clusteredData) |
| 143 | { |
| 144 | for (auto const& cluster : clusteredData.clusters) { |
| 145 | addCells(cluster.cells); |
| 146 | } |
| 147 | particles = clusteredData.particles; |
| 148 | } |
| 149 | |
| 150 | DataDescription& DataDescription::add(DataDescription const& other) |
| 151 | { |
nothing calls this directly
no outgoing calls
no test coverage detected