File: structOpenSwath_1_1BinaryDataArray.html

package info (click to toggle)
openms 1.11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436,688 kB
  • ctags: 150,907
  • sloc: cpp: 387,126; xml: 71,547; python: 7,764; ansic: 2,626; php: 2,499; sql: 737; ruby: 342; sh: 325; makefile: 128
file content (80 lines) | stat: -rw-r--r-- 5,788 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<HTML>
<HEAD>
<TITLE>BinaryDataArray Struct Reference</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
<LINK HREF="style_ini.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A href="index.html">Home</A> &nbsp;&middot;
<A href="classes.html">Classes</A> &nbsp;&middot;
<A href="annotated.html">Annotated Classes</A> &nbsp;&middot;
<A href="modules.html">Modules</A> &nbsp;&middot;
<A href="functions_func.html">Members</A> &nbsp;&middot;
<A href="namespaces.html">Namespaces</A> &nbsp;&middot;
<A href="pages.html">Related Pages</A>
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<!-- Generated by Doxygen 1.8.5 -->
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="namespaceOpenSwath.html">OpenSwath</a></li><li class="navelem"><a class="el" href="structOpenSwath_1_1BinaryDataArray.html">BinaryDataArray</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="structOpenSwath_1_1BinaryDataArray-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">BinaryDataArray Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>The datastructures used by the <a class="el" href="namespaceOpenSwath.html">OpenSwath</a> interfaces.  
 <a href="structOpenSwath_1_1BinaryDataArray.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="ANALYSIS_2OPENSWATH_2OPENSWATHALGO_2DATAACCESS_2DataStructures_8h_source.html">OpenMS/ANALYSIS/OPENSWATH/OPENSWATHALGO/DATAACCESS/DataStructures.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:a0c43fc26fc99b689ca1279ea7cb190cb"><td class="memItemLeft" align="right" valign="top">std::vector&lt; <a class="el" href="classdouble.html">double</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structOpenSwath_1_1BinaryDataArray.html#a0c43fc26fc99b689ca1279ea7cb190cb">data</a></td></tr>
<tr class="memdesc:a0c43fc26fc99b689ca1279ea7cb190cb"><td class="mdescLeft">&#160;</td><td class="mdescRight">this optional attribute may reference the 'id' attribute of the appropiate dataProcessing.  <a href="#a0c43fc26fc99b689ca1279ea7cb190cb">More...</a><br/></td></tr>
<tr class="separator:a0c43fc26fc99b689ca1279ea7cb190cb"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The datastructures used by the <a class="el" href="namespaceOpenSwath.html">OpenSwath</a> interfaces. </p>
<p>Many of them are closely related to Proteowizard data structures, originally written by Darren Kessner and released under the Apache 2.0 licence.</p>
<p>Original author: Darren Kessner <a href="#" onclick="location.href='mai'+'lto:'+'dar'+'re'+'n@p'+'ro'+'teo'+'wi'+'zar'+'d.'+'org'; return false;">darre<span style="display: none;">.nosp@m.</span>n@pr<span style="display: none;">.nosp@m.</span>oteow<span style="display: none;">.nosp@m.</span>izar<span style="display: none;">.nosp@m.</span>d.org</a></p>
<p>Copyright 2007 Spielberg Family Center for Applied Proteomics Cedars-Sinai Medical Center, Los Angeles, California 90048</p>
<p>The following datastructures are used :</p>
<ul>
<li><a class="el" href="structOpenSwath_1_1BinaryDataArray.html" title="The datastructures used by the OpenSwath interfaces. ">BinaryDataArray</a> : a struct that holds a std::vector&lt;double&gt; with the data</li>
<li><a class="el" href="structOpenSwath_1_1ChromatogramMeta.html" title="Identifying information for a chromatogram. ">ChromatogramMeta</a> : meta information of a chromatogram (index)</li>
<li><a class="el" href="structOpenSwath_1_1Chromatogram.html" title="A single chromatogram. ">Chromatogram</a> : chromatogram data. Contains a vector of pointers to <a class="el" href="structOpenSwath_1_1BinaryDataArray.html" title="The datastructures used by the OpenSwath interfaces. ">BinaryDataArray</a>, the first one is time array (RT), the second one is intensity</li>
<li><a class="el" href="structOpenSwath_1_1SpectrumMeta.html" title="Identifying information for a spectrum. ">SpectrumMeta</a> : meta information of a spectrum (index, identifier, RT, ms_level)</li>
<li><a class="el" href="structOpenSwath_1_1Spectrum.html" title="The structure that captures the generation of a peak list (including the underlying acquisitions) ...">Spectrum</a> : spectrum data. Contains a vector of pointers to <a class="el" href="structOpenSwath_1_1BinaryDataArray.html" title="The datastructures used by the OpenSwath interfaces. ">BinaryDataArray</a>, the first one is mz array, the second one is intensityThe structure into which encoded binary data goes. </li>
</ul>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a class="anchor" id="a0c43fc26fc99b689ca1279ea7cb190cb"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::vector&lt;<a class="el" href="classdouble.html">double</a>&gt; data</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>this optional attribute may reference the 'id' attribute of the appropiate dataProcessing. </p>
<p>the binary data. </p>

</div>
</div>
</div><!-- contents -->
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<TABLE width="100%" border="0">
<TR>
<TD><font color="#c0c0c0">OpenMS / TOPP release 1.11.1</font></TD>
<TD align="right"><font color="#c0c0c0">Documentation generated on Thu Nov 14 2013 11:19:38 using doxygen 1.8.5</font></TD>
</TR>
</TABLE>
</BODY>
</HTML>