| 490 | } |
| 491 | |
| 492 | MSSpectrum::MSSpectrum() : |
| 493 | ContainerType(), |
| 494 | RangeManagerContainerType(), |
| 495 | SpectrumSettings(), |
| 496 | retention_time_(-1), |
| 497 | drift_time_(-1), |
| 498 | drift_time_unit_(DriftTimeUnit::NONE), |
| 499 | ms_level_(1), |
| 500 | name_(), |
| 501 | float_data_arrays_(), |
| 502 | string_data_arrays_(), |
| 503 | integer_data_arrays_() |
| 504 | {} |
| 505 | |
| 506 | MSSpectrum::MSSpectrum(const MSSpectrum &source) = default; |
| 507 |
no outgoing calls
no test coverage detected