File: Ics_DataRepresentation.html

package info (click to toggle)
libics 1.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,280 kB
  • sloc: sh: 8,735; ansic: 5,994; makefile: 125
file content (93 lines) | stat: -rw-r--r-- 3,652 bytes parent folder | download | duplicates (2)
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
<!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.5 Online Documentation. &copy;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="http://sourceforge.net/project/showfiles.php?group_id=140885">Download</a></li>
        <li><a href="http://sourceforge.net/projects/libics"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=140885&amp;type=11" width="120" height="30" border="0" alt="Get libics at SourceForge.net. Fast, secure and Free Open Source software downloads"></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>