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