------------------------------------------------------------------------------
| 40 | |
| 41 | //------------------------------------------------------------------------------ |
| 42 | vtkImageData* vtkXMLPImageDataReader::GetPieceInput(int index) |
| 43 | { |
| 44 | vtkXMLImageDataReader* reader = static_cast<vtkXMLImageDataReader*>(this->PieceReaders[index]); |
| 45 | return reader->GetOutput(); |
| 46 | } |
| 47 | |
| 48 | //------------------------------------------------------------------------------ |
| 49 | const char* vtkXMLPImageDataReader::GetDataSetName() |
no test coverage detected