* Clear all loaded data
()
| 199 | * Clear all loaded data |
| 200 | */ |
| 201 | clear(): void { |
| 202 | if (this.reconstruction) { |
| 203 | this.reconstruction.clear(); |
| 204 | this.invalidateCaches(); |
| 205 | } |
| 206 | this.imagesBuffer = null; |
| 207 | } |
| 208 | |
| 209 | /** |
| 210 | * Get point count |
nothing calls this directly
no test coverage detected