------------------------------------------------------------------------------
| 54 | |
| 55 | //------------------------------------------------------------------------------ |
| 56 | void vtkXMLRectilinearGridReader::SetOutputExtent(int* extent) |
| 57 | { |
| 58 | vtkRectilinearGrid::SafeDownCast(this->GetCurrentOutput())->SetExtent(extent); |
| 59 | } |
| 60 | |
| 61 | //------------------------------------------------------------------------------ |
| 62 | void vtkXMLRectilinearGridReader::SetupPieces(int numPieces) |
nothing calls this directly
no test coverage detected