OpenMS
3.1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
DataArrays.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: Timo Sachsenberg$
6
// $Authors: Marc Sturm $
7
// --------------------------------------------------------------------------
8
9
#pragma once
10
11
#include <
OpenMS/METADATA/MetaInfoDescription.h
>
12
13
namespace
OpenMS
14
{
15
namespace
DataArrays
16
{
17
19
class
FloatDataArray
:
20
public
MetaInfoDescription
,
21
public
std::vector<float>
22
{
23
};
24
26
class
IntegerDataArray
:
27
public
MetaInfoDescription
,
28
public
std::vector<Int>
29
{
30
};
31
33
class
StringDataArray
:
34
public
MetaInfoDescription
,
35
public
std::vector<String>
36
{
37
};
38
39
}
40
}
// namespace OpenMS
41
MetaInfoDescription.h
OpenMS::DataArrays::FloatDataArray
Float data array class.
Definition:
DataArrays.h:22
OpenMS::DataArrays::IntegerDataArray
Integer data array class.
Definition:
DataArrays.h:29
OpenMS::DataArrays::StringDataArray
String data array class.
Definition:
DataArrays.h:36
OpenMS::MetaInfoDescription
Description of the meta data arrays of MSSpectrum.
Definition:
MetaInfoDescription.h:24
OpenMS
FLASHIda C++ to C# (or vice versa) bridge functions The functions here are called in C# to invoke fun...
Definition:
openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
OpenMS
METADATA
DataArrays.h
Generated on Sun Jan 12 2025 13:21:36 for OpenMS by
1.9.1