| 481 | |
| 482 | |
| 483 | bool mitk::DICOMITKSeriesGDCMReader::LoadMitkImageForOutput( unsigned int o ) |
| 484 | { |
| 485 | DICOMImageBlockDescriptor& block = this->InternalGetOutput( o ); |
| 486 | return this->LoadMitkImageForImageBlockDescriptor( block ); |
| 487 | } |
| 488 | |
| 489 | |
| 490 | bool mitk::DICOMITKSeriesGDCMReader::CanHandleFile( const std::string& filename ) |
no test coverage detected