------------------------------------------------------------------------------
| 60 | |
| 61 | //------------------------------------------------------------------------------ |
| 62 | vtkRectilinearGrid* vtkAMRDataObject::GetDataSetAsRectilinearGrid( |
| 63 | unsigned int level, unsigned int idx) |
| 64 | { |
| 65 | return vtkRectilinearGrid::SafeDownCast(this->GetDataSetAsCartesianGrid(level, idx)); |
| 66 | }; |
| 67 | |
| 68 | //------------------------------------------------------------------------------ |
| 69 | vtkCompositeDataIterator* vtkAMRDataObject::NewIterator() |