Returns the number of spectra available
| 37 | } |
| 38 | /// Returns the number of spectra available |
| 39 | size_t getNrSpectra() const override |
| 40 | { |
| 41 | return 0; |
| 42 | } |
| 43 | /// Returns the meta information for a spectrum |
| 44 | SpectrumMetaPtr getSpectrumMetaById(int /* id */) const override |
| 45 | { |
no outgoing calls