------------------------------------------------------------------------------
| 27 | |
| 28 | //------------------------------------------------------------------------------ |
| 29 | void vtkXMLPStructuredGridReader::SetupEmptyOutput() |
| 30 | { |
| 31 | this->GetCurrentOutput()->Initialize(); |
| 32 | } |
| 33 | |
| 34 | //------------------------------------------------------------------------------ |
| 35 | vtkStructuredGrid* vtkXMLPStructuredGridReader::GetOutput(int idx) |
nothing calls this directly
no test coverage detected