VTK_DEPRECATED_IN_9_6_0 ------------------------------------------------------------------------------
| 399 | // VTK_DEPRECATED_IN_9_6_0 |
| 400 | //------------------------------------------------------------------------------ |
| 401 | vtkUniformGrid* vtkAMRDataObject::GetDataSet(unsigned int level, unsigned int idx) |
| 402 | { |
| 403 | return vtkUniformGrid::SafeDownCast(this->GetDataSetAsCartesianGrid(level, idx)); |
| 404 | } |
| 405 | |
| 406 | VTK_ABI_NAMESPACE_END |
nothing calls this directly
no test coverage detected