OpenMS
3.1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
DPeak.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: $
7
// --------------------------------------------------------------------------
8
9
#pragma once
10
11
#include <
OpenMS/KERNEL/Peak1D.h
>
12
#include <
OpenMS/KERNEL/Peak2D.h
>
13
14
namespace
OpenMS
15
{
16
33
template
<UInt dimensions>
34
struct
DPeak
35
{};
36
37
// We do not want these classes to show up in the docu
39
40
template
<>
41
struct
DPeak
<1>
42
{
43
typedef
Peak1D
Type;
44
};
45
46
template
<>
47
struct
DPeak<2>
48
{
49
typedef
Peak2D Type;
50
};
51
53
54
}
// namespace OpenMS
55
Peak1D.h
Peak2D.h
OpenMS::Peak1D
A 1-dimensional raw data point or peak.
Definition:
Peak1D.h:28
OpenMS
FLASHIda C++ to C# (or vice versa) bridge functions The functions here are called in C# to invoke fun...
Definition:
FeatureDeconvolution.h:22
OpenMS::DPeak
Metafunction to choose among Peak1D respectively Peak2D through a template argument.
Definition:
DPeak.h:35
OpenMS
KERNEL
DPeak.h
Generated on Tue Dec 5 2023 14:19:58 for OpenMS by
1.9.1