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

Function UpdateAnnotations

Views/Core/vtkDataRepresentation.h:139–142  ·  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

137 * added to the previous selection on this representation.
138 */
139 void UpdateAnnotations(vtkAnnotationLayers* annotations)
140 {
141 this->UpdateAnnotations(annotations, false);
142 }
143 void UpdateAnnotations(vtkAnnotationLayers* annotations, bool extend);
144
145 /**

Callers

nothing calls this directly

Calls 1

UpdateAnnotationsMethod · 0.80

Tested by

no test coverage detected