OpenMS
Loading...
Searching...
No Matches
ThermoRawFile.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: Julianus Pfeuffer $
6// $Authors: Julianus Pfeuffer $
7// --------------------------------------------------------------------------
8
9#pragma once
10
11#include <OpenMS/config.h>
12
13#ifdef WITH_THERMO_RAW
14
17
18namespace OpenMS
19{
33 class OPENMS_DLLAPI ThermoRawFile : public ProgressLogger
34 {
35 public:
49 void load(const std::string& path, MSExperiment& exp);
50 };
51
52} // namespace OpenMS
53
54#endif // WITH_THERMO_RAW
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19