------------------------------------------------------------------------------
| 387 | |
| 388 | //------------------------------------------------------------------------------ |
| 389 | vtkRectilinearGrid* vtkXMLGenericDataObjectReader::GetRectilinearGridOutput() |
| 390 | { |
| 391 | return vtkRectilinearGrid::SafeDownCast(this->GetOutput()); |
| 392 | } |
| 393 | |
| 394 | //------------------------------------------------------------------------------ |
| 395 | vtkStructuredGrid* vtkXMLGenericDataObjectReader::GetStructuredGridOutput() |