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

Method GetTRECFilePath

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

Source from the content-addressed store, hash-verified

214 }
215
216 std::string CESTDICOMManualReaderService::GetTRECFilePath() const
217 {
218 auto dir = itksys::SystemTools::GetFilenamePath(this->GetInputLocation());
219 std::string metafile = dir + "/" + "TREC.txt";
220 return metafile;
221 }
222
223 std::string CESTDICOMManualReaderService::GetLISTFilePath() const
224 {

Callers 1

ReadMethod · 0.95

Calls 1

GetInputLocationMethod · 0.80

Tested by

no test coverage detected