| 185 | } |
| 186 | |
| 187 | bool DataDescription::isEmpty() const |
| 188 | { |
| 189 | if (!cells.empty()) { |
| 190 | return false; |
| 191 | } |
| 192 | if (!particles.empty()) { |
| 193 | return false; |
| 194 | } |
| 195 | return true; |
| 196 | } |
| 197 | |
| 198 | void DataDescription::setCenter(RealVector2D const& center) |
| 199 | { |
no outgoing calls
no test coverage detected