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