* Updates the selection in the selection link and fires a selection * change event. Subclasses should not override this method, * but should instead override ConvertSelection. * The optional second argument specifies whether the selection should be * added to the previous selection on this representation. */
| 127 | * added to the previous selection on this representation. |
| 128 | */ |
| 129 | void UpdateSelection(vtkSelection* selection) { this->UpdateSelection(selection, false); } |
| 130 | void UpdateSelection(vtkSelection* selection, bool extend); |
| 131 | |
| 132 | /** |
nothing calls this directly
no test coverage detected