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

Method SetCurrentSelection

Filters/General/vtkAnnotationLink.cxx:150–156  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

148
149//------------------------------------------------------------------------------
150void vtkAnnotationLink::SetCurrentSelection(vtkSelection* sel)
151{
152 if (this->AnnotationLayers)
153 {
154 this->AnnotationLayers->SetCurrentSelection(sel);
155 }
156}
157
158//------------------------------------------------------------------------------
159vtkSelection* vtkAnnotationLink::GetCurrentSelection()

Callers 4

UpdateSelectionMethod · 0.45
RequestDataMethod · 0.45
selectionChangedMethod · 0.45
RequestDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected