------------------------------------------------------------------------------
| 53 | |
| 54 | //------------------------------------------------------------------------------ |
| 55 | void vtkXMLPImageDataReader::SetupEmptyOutput() |
| 56 | { |
| 57 | this->GetCurrentOutput()->Initialize(); |
| 58 | } |
| 59 | |
| 60 | //------------------------------------------------------------------------------ |
| 61 | void vtkXMLPImageDataReader::SetOutputExtent(int* extent) |
nothing calls this directly
no test coverage detected