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 81 82 83 84 85 86 87
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>ENVISAT Product Reader C API: Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="custom.css" rel="stylesheet" type="text/css">
</head><body>
<table class="header">
<tr class="header">
<td class="header">
ENVISAT Product Reader API for C
</td>
<td class="header" align="right">
<a href="http://www.brockmann-consult.de/beam">
<img src="../images/beam_header.gif" width="227" height="29" border="0">
</a>
</td>
</tr>
</table>
<br>
<!--<div class="navigation">-->
<!--<div class="tabs">-->
<!--<ul>-->
<!--<li class="current"><a href="index.html"><span>API Details</span></a></li>-->
<!--<li><a href="overview_custom.html"><span>API Overview</span></a></li>-->
<!--</ul>-->
<!--</div>-->
<!--</div>-->
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>Modules</h1>Here is a list of all modules:<ul>
<li><a class="el" href="group__INIT.html">API Initialisation</a></li>
<li><a class="el" href="group__LOGGING.html">Logging</a></li>
<li><a class="el" href="group__ERROR.html">Error Handling</a></li>
<li><a class="el" href="group__IO.html">Input / Output</a><ul>
<li><a class="el" href="group__ProductIO.html">Product IO</a></li>
<li><a class="el" href="group__WtFoSO.html">Writing to a file or standard output</a></li>
</ul>
</li>
<li><a class="el" href="group__DA.html">Basic Data Access</a><ul>
<li><a class="el" href="group__DATASET.html">Dataset Access</a></li>
<li><a class="el" href="group__REC.html">Record Access</a></li>
<li><a class="el" href="group__FA.html">Field Access</a></li>
<li><a class="el" href="group__FSEA.html">Field Single Element Access</a></li>
<li><a class="el" href="group__FAEA.html">Field Array Element Access This group of functions is for getting an array of field elements</a></li>
<li><a class="el" href="group__CFE.html">Copy Field Elems This group of functions is for copying the data of the given field into the given</a></li>
</ul>
</li>
<li><a class="el" href="group__GDA.html">Geopysical Data Access</a><ul>
<li><a class="el" href="group__RASTER.html">Raster Data Access</a></li>
<li><a class="el" href="group__SPA.html">Single Pixel Access</a></li>
</ul>
</li>
<li><a class="el" href="group__BM.html">Bitmask</a></li>
<li><a class="el" href="group__UTILS.html">Utility Functions</a></li>
</ul>
</div>
<hr>
<div align="center">
<address>
<p>Generated on Mon Aug 2 15:24:00 2010
<p>ENVISAT Product Reader C API
<p>Written by
<a href="mailto:info@brockmann-consult.de">Brockmann Consult</a>,
© 2002
<a href="http://www.brockmann-consult.de/">
<img src="../images/bc_logo.gif" alt="Brockmann Consult" align="bottom" border=0 width=18 height=18>
</a>
<a href="http://envisat.esa.int/">
<img src="../images/esa_logo.gif" alt="Eropean Space Agency" align="bottom" border=0 width=50 height=18>
</a>
</address>
</div>
</body>
</html>
|