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

Method GetCurrentSelection

Filters/General/vtkAnnotationLink.cxx:159–166  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

157
158//------------------------------------------------------------------------------
159vtkSelection* vtkAnnotationLink::GetCurrentSelection()
160{
161 if (this->AnnotationLayers)
162 {
163 return this->AnnotationLayers->GetCurrentSelection();
164 }
165 return nullptr;
166}
167
168//------------------------------------------------------------------------------
169int vtkAnnotationLink::RequestData(vtkInformation* vtkNotUsed(info),

Callers 9

UpdateMethod · 0.45
RequestDataMethod · 0.45
UpdateSelectionActorsMethod · 0.45
SelectRowsMethod · 0.45
BuildInverseSelectionMethod · 0.45
UpdateSelectionMethod · 0.45
RequestDataMethod · 0.45
ShallowCopyToOutputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected