------------------------------------------------------------------------------
| 49 | |
| 50 | //------------------------------------------------------------------------------ |
| 51 | vtkUniformGrid* vtkUniformGrid::GetData(vtkInformation* info) |
| 52 | { |
| 53 | return info ? vtkUniformGrid::SafeDownCast(info->Get(DATA_OBJECT())) : nullptr; |
| 54 | } |
| 55 | |
| 56 | //------------------------------------------------------------------------------ |
| 57 | vtkUniformGrid* vtkUniformGrid::GetData(vtkInformationVector* v, int i) |
nothing calls this directly
no test coverage detected