OpenMS
GNPSQuantificationFile.h
Go to the documentation of this file.
1 // Copyright (c) 2002-present, The OpenMS Team -- EKU Tuebingen, ETH Zurich, and FU Berlin
2 // SPDX-License-Identifier: BSD-3-Clause
3 //
4 // --------------------------------------------------------------------------
5 // $Maintainer: Axel Walter $
6 // $Authors: Axel Walter $
7 
8 #pragma once
9 
11 
12 namespace OpenMS
13 {
14  class OPENMS_DLLAPI GNPSQuantificationFile
15  {
16  public:
21  static void store(const ConsensusMap& consensus_map, const String& output_file);
22  };
23 }
A container for consensus elements.
Definition: ConsensusMap.h:66
Definition: GNPSQuantificationFile.h:15
static void store(const ConsensusMap &consensus_map, const String &output_file)
A more convenient string class.
Definition: String.h:34
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19