OpenMS
Loading...
Searching...
No Matches
ChromatogramRangeManager.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Timo Sachsenberg $
6// $Authors: Administrator $
7// --------------------------------------------------------------------------
8
9#pragma once
10
12
13namespace OpenMS
14{
30 class OPENMS_DLLAPI ChromatogramRangeManager : public RangeManager<RangeRT, RangeIntensity, RangeMZ>
31 {
32 public:
35
36 };
37
38} // namespace OpenMS
Range manager for chromatograms.
Definition ChromatogramRangeManager.h:31
Handles the management of a multidimensional range, e.g. RangeMZ and RangeIntensity for spectra.
Definition RangeManager.h:568
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19