()
| 169 | } |
| 170 | |
| 171 | reset() { |
| 172 | this.lasso_counter = 0; |
| 173 | this.all_vertices = {}; |
| 174 | this.d3el.selectAll('path').remove(); |
| 175 | this.update_mark_selected(); |
| 176 | } |
| 177 | |
| 178 | // TODO: this is here to provide an implementation of an abstract method |
| 179 | // from the base class. |
nothing calls this directly
no test coverage detected