------------------------------------------------------------------------------
| 626 | |
| 627 | //------------------------------------------------------------------------------ |
| 628 | vtkSelection* vtkSelection::GetData(vtkInformation* info) |
| 629 | { |
| 630 | return info ? vtkSelection::SafeDownCast(info->Get(DATA_OBJECT())) : nullptr; |
| 631 | } |
| 632 | |
| 633 | //------------------------------------------------------------------------------ |
| 634 | vtkSelection* vtkSelection::GetData(vtkInformationVector* v, int i) |
nothing calls this directly
no test coverage detected