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
|
<HTML>
<HEAD>
<TITLE>General information</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> ·
<A href="classes.html">Classes</A> ·
<A href="annotated.html">Annotated Classes</A> ·
<A href="modules.html">Modules</A> ·
<A href="functions_func.html">Members</A> ·
<A href="namespaces.html">Namespaces</A> ·
<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><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">General information </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>This tutorial gives an introduction to the OpenMS core datastructures and algorithms. It is intended to allow for a quick start in writing your own applications based on the OpenMS framework.</p>
<p>The structure of this tutorial is similar to the modules of the class documentation. First, the basic concepts and datastructures of OpenMS are explained. The next chapter is about the kernel datastructures. These datastructures represent the actual mass spectronomy data: raw data, peaks, spectra and maps. In the following chapters, the more sophisticated datastructures and algorithms, e.g. those used for peak picking, feature finding and identification are presented.</p>
<p>All the example programs used in this tutorial, can be found in <em>OpenMS/source/EXAMPLES/</em>.</p>
<p>If you are looking for C++ literature, we recommend the following books:</p>
<ul>
<li><b>C++:</b> C++ Primer, Effective C++</li>
<li><b>STL:</b> Generic Programming and the STL, Effective STL, The C++ Standard Library</li>
<li><b>Qt:</b> C++ GUI Programming with Qt 4</li>
</ul>
<h1><a class="anchor" id="general_search"></a>
Class search engine</h1>
<p>You can search for Classes in the OpenMS documentation using the the class search engine that can be found at <a href="http://open-ms.sourceforge.net/documentation.php">http://open-ms.sourceforge.net/documentation.php</a> .</p>
<p>The search engine can e.g. be used to</p>
<ul>
<li>find all classes matching a keyword.</li>
<li>find the exact include path, when you know the class name only. </li>
</ul>
</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:24 using doxygen 1.8.5</font></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|