Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetInputFiles
Method
SetInputFiles
Modules/DICOM/src/mitkDICOMFileReader.cpp:84–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void
85
mitk::DICOMFileReader
86
::SetInputFiles( const StringList& filenames)
87
{
88
m_InputFilenames = filenames;
89
this->Modified();
90
}
91
92
const mitk::StringList&
93
mitk::DICOMFileReader
Callers
nothing calls this directly
Calls
1
Modified
Method · 0.45
Tested by
no test coverage detected