MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / loadInputMaps_

Method loadInputMaps_

src/topp/MapAlignerTreeGuided.cpp:96–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94private:
95 template <typename MapType>
96 void loadInputMaps_(vector<MapType>& maps, StringList& ins, FeatureXMLFile& fxml_file)
97 {
98 ProgressLogger progresslogger;
99 progresslogger.setLogType(TOPPMapAlignerBase::log_type_);
100 progresslogger.startProgress(0, ins.size(), "loading input files");
101 for (Size i = 0; i < ins.size(); ++i)
102 {
103 progresslogger.setProgress(i);
104 fxml_file.load(ins[i], maps[i]);
105 }
106 progresslogger.endProgress();
107 }
108
109 void storeFeatureXMLs_(vector<FeatureMap>& feature_maps, const StringList& out_files, FeatureXMLFile& fxml_file)
110 {

Callers

nothing calls this directly

Calls 6

setLogTypeMethod · 0.80
startProgressMethod · 0.45
sizeMethod · 0.45
setProgressMethod · 0.45
loadMethod · 0.45
endProgressMethod · 0.45

Tested by

no test coverage detected