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