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

Method LoadImages

Modules/DICOM/src/mitkDICOMITKSeriesGDCMReader.cpp:436–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434// void AllocateOutputImages();
435
436bool mitk::DICOMITKSeriesGDCMReader::LoadImages()
437{
438 bool success = true;
439
440 unsigned int numberOfOutputs = this->GetNumberOfOutputs();
441 for ( unsigned int o = 0; o < numberOfOutputs; ++o )
442 {
443 success &= this->LoadMitkImageForOutput( o );
444 }
445
446 return success;
447}
448
449bool mitk::DICOMITKSeriesGDCMReader::LoadMitkImageForImageBlockDescriptor(
450 DICOMImageBlockDescriptor& block ) const

Callers 1

DoReadMethod · 0.45

Calls 2

GetNumberOfOutputsMethod · 0.45

Tested by

no test coverage detected