![]() |
OpenMS
2.5.0
|
The interface of read-access to a list of chromatograms. More...
#include <OpenMS/INTERFACES/ISpectrumAccess.h>
Public Member Functions | |
| virtual | ~IChromatogramsReader () |
| virtual ChromatogramPtr | getChromatogramById (int id) const =0 |
| Return a pointer to a chromatogram at the given id. More... | |
| virtual ChromatogramPtr | getChromatogramById (const std::string &id) const =0 |
| Return a pointer to a chromatogram at the given string id. More... | |
| virtual std::vector< std::size_t > | getChromatogramByPrecursorMZ (double mz, double deltaMZ) const =0 |
| Return a vector of ids of chromatograms that are within mz +/- deltaMz. More... | |
| virtual std::size_t | getNrChromatograms () const =0 |
| Returns the number of chromatograms available. More... | |
| virtual ChromatogramMetaPtr | getChromatogramMetaById (int id) const =0 |
| Returns the meta information for a chromatogram. More... | |
The interface of read-access to a list of chromatograms.
|
inlinevirtual |
|
pure virtual |
Return a pointer to a chromatogram at the given string id.
|
pure virtual |
Return a pointer to a chromatogram at the given id.
|
pure virtual |
Return a vector of ids of chromatograms that are within mz +/- deltaMz.
|
pure virtual |
Returns the meta information for a chromatogram.
|
pure virtual |
Returns the number of chromatograms available.
1.8.16