MCPcopy 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
84void
85mitk::DICOMFileReader
86::SetInputFiles( const StringList& filenames)
87{
88 m_InputFilenames = filenames;
89 this->Modified();
90}
91
92const mitk::StringList&
93mitk::DICOMFileReader

Callers

nothing calls this directly

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected