| 189 | } |
| 190 | |
| 191 | vtkAnnotationLayers* vtkAnnotationLayers::GetData(vtkInformation* info) |
| 192 | { |
| 193 | return info ? vtkAnnotationLayers::SafeDownCast(info->Get(DATA_OBJECT())) : nullptr; |
| 194 | } |
| 195 | |
| 196 | vtkAnnotationLayers* vtkAnnotationLayers::GetData(vtkInformationVector* v, int i) |
| 197 | { |
nothing calls this directly
no test coverage detected