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 88 89 90 91 92 93 94 95 96 97
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>libics: Ics_DataRepresentation structure</title>
<link rel="stylesheet" href="libics.css" type="text/css" title="default">
<!--[if lte IE 6]>
<link rel="stylesheet" href="iexplorefix.css" type="text/css" title="default">
<![endif]-->
</head>
<body>
<p class=header>libics v.1.6.8 Online Documentation. ©2000-2010 by Cris Luengo and others.</p>
<div class="navbar">
<ul>
<li><a href=".">libics home</a></li>
<li><a href="Documentation.html" class="selected">Documentation</a>
<ul>
<li><a href="Usage.html">Usage of libics</a></li>
<li><a href="TopLevelFunctions.html">Top-level interface</a></li>
<li><a href="LowLevelFunctions.html">Low-level interface</a></li>
<li><a href="Ics_Header.html">Ics_Header</a></li>
<li><a href="Ics_DataRepresentation.html" class="selected">Ics_DataRepresentation</a></li>
<li><a href="Ics_ImelRepresentation.html">Ics_ImelRepresentation</a></li>
<li><a href="Ics_Error.html">Ics_Error</a></li>
<li><a href="Enums.html">Other enums</a></li>
</ul>
</li>
<li><a href="Credits.html">Credits</a></li>
<li><a href="Links.html">Links</a></li>
<li><a href="https://github.com/svi-opensource/libics/releases">Download</a></li>
<li><a href="https://github.com/svi-opensource/libics">GitHub</a></li>
</ul>
</div>
<h1>Ics_DataRepresentation structure</h1>
<h3 class="ident">Size</h3>
<p>Number of imels in this dimension.</p>
<p class="info"><span class="headtxt">type</span>:
<tt class="keyword">size_t</tt></p>
<h3 class="ident"><a name="Origin"></a>Origin</h3>
<p>Position of first imel. Useless without proper
settings of <tt class="varident"><a href="#Unit">Unit</a></tt>, and
therefore ignored if <tt class="varident"><a href="#Unit">Unit</a></tt>
is empty.</p>
<p class="info"><span class="headtxt">type</span>:
<tt class="keyword">double</tt></p>
<h3 class="ident"><a name="Scale"></a>Scale</h3>
<p>Distance between imels. Useless without proper
settings of <tt class="varident"><a href="#Unit">Unit</a></tt>, and
therefore ignored if <tt class="varident"><a href="#Unit">Unit</a></tt>
is empty.</p>
<p class="info"><span class="headtxt">type</span>:
<tt class="keyword">double</tt></p>
<h3 class="ident">Order</h3>
<p>Determines the order of the dimensions. Typical
values are <tt class="constant">"x"</tt>,
<tt class="constant">"y"</tt>, <tt class="constant">"z"</tt>,
<tt class="constant">"t"</tt>, <tt class="constant">"probe"</tt>, etc.</p>
<p class="info"><span class="headtxt">type</span>:
<tt class="keyword">char</tt> [<tt class="constant">ICS_STRLEN_TOKEN</tt>]</p>
<h3 class="ident">Label</h3>
<p>A label for each dimension.</p>
<p class="info"><span class="headtxt">type</span>:
<tt class="keyword">char</tt> [<tt class="constant">ICS_STRLEN_TOKEN</tt>]</p>
<h3 class="ident"><a name="Unit"></a>Unit</h3>
<p>Units which which
<tt class="varident"><a href="#Origin">Origin</a></tt> and
<tt class="varident"><a href="#Scale">Scale</a></tt> are measured.</p>
<p class="info"><span class="headtxt">type</span>:
<tt class="keyword">char</tt> [<tt class="constant">ICS_STRLEN_TOKEN</tt>]</p>
</body>
</html>
|