Set the IMSDataConsumer consumer which will consume the read data
| 105 | |
| 106 | /// Set the IMSDataConsumer consumer which will consume the read data |
| 107 | void MzMLHandler::setMSDataConsumer(Interfaces::IMSDataConsumer* consumer) |
| 108 | { |
| 109 | consumer_ = consumer; |
| 110 | } |
| 111 | |
| 112 | void MzMLHandler::populateSpectraWithData_() |
| 113 | { |