------------------------------------------------------------------------------
| 640 | |
| 641 | //------------------------------------------------------------------------------ |
| 642 | vtkRectilinearGrid* vtkRectilinearGrid::GetData(vtkInformation* info) |
| 643 | { |
| 644 | return info ? vtkRectilinearGrid::SafeDownCast(info->Get(DATA_OBJECT())) : nullptr; |
| 645 | } |
| 646 | |
| 647 | //------------------------------------------------------------------------------ |
| 648 | vtkRectilinearGrid* vtkRectilinearGrid::GetData(vtkInformationVector* v, int i) |
no test coverage detected