MCPcopy Create free account
hub / github.com/Kitware/VTK / UpdateSelection

Function UpdateSelection

Views/Core/vtkDataRepresentation.h:129–129  ·  view source on GitHub ↗

* 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. */

Source from the content-addressed store, hash-verified

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 /**

Callers

nothing calls this directly

Calls 1

UpdateSelectionMethod · 0.80

Tested by

no test coverage detected