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

Method SetInputFiles

Modules/DICOM/src/mitkDICOMTagCache.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void mitk::DICOMTagCache::SetInputFiles(const StringList& filenames)
30{
31 m_InputFilenames = filenames;
32 this->Modified();
33}

Callers 15

mainFunction · 0.45
GetReaderMethod · 0.45
TestInputFilenamesMethod · 0.45
TestSingleBlockIsReadMethod · 0.45
DeepScanningMethod · 0.45
MultiFileScanningMethod · 0.45
mainFunction · 0.45
DoReadMethod · 0.45
AnalyzeInputFilesMethod · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 8

TestInputFilenamesMethod · 0.36
TestSingleBlockIsReadMethod · 0.36
DeepScanningMethod · 0.36
MultiFileScanningMethod · 0.36
LoadFilesMethod · 0.36