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

Method GetLISTFilePath

Modules/CEST/autoload/IO/mitkCESTGenericDICOMReaderService.cpp:223–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 }
222
223 std::string CESTDICOMManualReaderService::GetLISTFilePath() const
224 {
225 auto dir = itksys::SystemTools::GetFilenamePath(this->GetInputLocation());
226 std::string metafile = dir + "/" + "LIST.txt";
227 return metafile;
228 }
229
230
231 IFileIO::Options CESTDICOMManualReaderService::GetOptions() const

Callers 1

ReadMethod · 0.95

Calls 1

GetInputLocationMethod · 0.80

Tested by

no test coverage detected