OpenMS
DataArrays.h
Go to the documentation of this file.
1 // Copyright (c) 2002-2023, The OpenMS Team -- EKU Tuebingen, ETH Zurich, and FU Berlin
2 // SPDX-License-Identifier: BSD-3-Clause
3 //
4 // --------------------------------------------------------------------------
5 // $Maintainer: Timo Sachsenberg$
6 // $Authors: Marc Sturm $
7 // --------------------------------------------------------------------------
8 
9 #pragma once
10 
12 
13 namespace OpenMS
14 {
15  namespace DataArrays
16  {
17 
20  public MetaInfoDescription,
21  public std::vector<float>
22  {
23  };
24 
27  public MetaInfoDescription,
28  public std::vector<Int>
29  {
30  };
31 
34  public MetaInfoDescription,
35  public std::vector<String>
36  {
37  };
38 
39  }
40 } // namespace OpenMS
41 
Float data array class.
Definition: DataArrays.h:22
Integer data array class.
Definition: DataArrays.h:29
String data array class.
Definition: DataArrays.h:36
Description of the meta data arrays of MSSpectrum.
Definition: MetaInfoDescription.h:24
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22