------------------------------------------------------------------------------
| 2195 | |
| 2196 | //------------------------------------------------------------------------------ |
| 2197 | vtkUnstructuredGrid* vtkUnstructuredGrid::GetData(vtkInformation* info) |
| 2198 | { |
| 2199 | return info ? vtkUnstructuredGrid::SafeDownCast(info->Get(DATA_OBJECT())) : nullptr; |
| 2200 | } |
| 2201 | |
| 2202 | //------------------------------------------------------------------------------ |
| 2203 | vtkUnstructuredGrid* vtkUnstructuredGrid::GetData(vtkInformationVector* v, int i) |
no test coverage detected