MCPcopy Create free account
hub / github.com/MITK/MITK / LoadMitkImageForOutput

Method LoadMitkImageForOutput

Modules/DICOM/src/mitkDICOMITKSeriesGDCMReader.cpp:483–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

LoadImagesMethod · 0.95
LoadImagesMethod · 0.80

Tested by

no test coverage detected