wcslib (8.2.2)

(root)/
share/
doc/
wcslib-8.2.2/
html/
wtbarr_8h_source.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>WCSLIB: wtbarr.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr id="projectrow">
  <td id="projectalign">
   <div id="projectname">WCSLIB<span id="projectnumber">&#160;8.2.2</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_af99bb3c152a306abd27951285ad1127.html">C</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle"><div class="title">wtbarr.h</div></div>
</div><!--header-->
<div class="contents">
<a href="wtbarr_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno">    1</span><span class="comment">/*============================================================================</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno">    2</span><span class="comment">  WCSLIB 8.2 - an implementation of the FITS WCS standard.</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno">    3</span><span class="comment">  Copyright (C) 1995-2023, Mark Calabretta</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno">    4</span><span class="comment"></span> </div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno">    5</span><span class="comment">  This file is part of WCSLIB.</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno">    6</span><span class="comment"></span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno">    7</span><span class="comment">  WCSLIB is free software: you can redistribute it and/or modify it under the</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno">    8</span><span class="comment">  terms of the GNU Lesser General Public License as published by the Free</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno">    9</span><span class="comment">  Software Foundation, either version 3 of the License, or (at your option)</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno">   10</span><span class="comment">  any later version.</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno">   11</span><span class="comment"></span> </div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno">   12</span><span class="comment">  WCSLIB is distributed in the hope that it will be useful, but WITHOUT ANY</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno">   13</span><span class="comment">  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno">   14</span><span class="comment">  FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno">   15</span><span class="comment">  more details.</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno">   16</span><span class="comment"></span> </div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno">   17</span><span class="comment">  You should have received a copy of the GNU Lesser General Public License</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno">   18</span><span class="comment">  along with WCSLIB.  If not, see http://www.gnu.org/licenses.</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno">   19</span><span class="comment"></span> </div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno">   20</span><span class="comment">  Author: Mark Calabretta, Australia Telescope National Facility, CSIRO.</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno">   21</span><span class="comment">  http://www.atnf.csiro.au/people/Mark.Calabretta</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno">   22</span><span class="comment">  $Id: wtbarr.h,v 8.2.1.1 2023/11/16 10:05:57 mcalabre Exp mcalabre $</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno">   23</span><span class="comment">*=============================================================================</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno">   24</span><span class="comment">*</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno">   25</span><span class="comment">* WCSLIB 8.2 - C routines that implement the FITS World Coordinate System</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno">   26</span><span class="comment">* (WCS) standard.  Refer to the README file provided with WCSLIB for an</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno">   27</span><span class="comment">* overview of the library.</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno">   28</span><span class="comment">*</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno">   29</span><span class="comment">*</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno">   30</span><span class="comment">* Summary of the wtbarr struct</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno">   31</span><span class="comment">* ----------------------------</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno">   32</span><span class="comment">* The wtbarr struct is used by wcstab() in extracting coordinate lookup tables</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno">   33</span><span class="comment">* from a binary table extension (BINTABLE) and copying them into the tabprm</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno">   34</span><span class="comment">* structs stored in wcsprm.</span></div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno">   35</span><span class="comment">*</span></div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno">   36</span><span class="comment">*</span></div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno">   37</span><span class="comment">* wtbarr struct - Extraction of coordinate lookup tables from BINTABLE</span></div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno">   38</span><span class="comment">* --------------------------------------------------------------------</span></div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno">   39</span><span class="comment">* Function wcstab(), which is invoked automatically by wcspih(), sets up an</span></div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno">   40</span><span class="comment">* array of wtbarr structs to assist in extracting coordinate lookup tables</span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno">   41</span><span class="comment">* from a binary table extension (BINTABLE) and copying them into the tabprm</span></div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno">   42</span><span class="comment">* structs stored in wcsprm.  Refer to the usage notes for wcspih() and</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno">   43</span><span class="comment">* wcstab() in wcshdr.h, and also the prologue to tab.h.</span></div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno">   44</span><span class="comment">*</span></div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno">   45</span><span class="comment">* For C++ usage, because of a name space conflict with the wtbarr typedef</span></div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno">   46</span><span class="comment">* defined in CFITSIO header fitsio.h, the wtbarr struct is renamed to wtbarr_s</span></div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno">   47</span><span class="comment">* by preprocessor macro substitution with scope limited to wtbarr.h itself,</span></div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno">   48</span><span class="comment">* and similarly in wcs.h.</span></div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno">   49</span><span class="comment">*</span></div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno">   50</span><span class="comment">*   int i</span></div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno">   51</span><span class="comment">*     (Given) Image axis number.</span></div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno">   52</span><span class="comment">*</span></div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno">   53</span><span class="comment">*   int m</span></div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno">   54</span><span class="comment">*     (Given) wcstab array axis number for index vectors.</span></div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno">   55</span><span class="comment">*</span></div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno">   56</span><span class="comment">*   int kind</span></div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno">   57</span><span class="comment">*     (Given) Character identifying the wcstab array type:</span></div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno">   58</span><span class="comment">*       - c: coordinate array,</span></div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno">   59</span><span class="comment">*       - i: index vector.</span></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno">   60</span><span class="comment">*</span></div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno">   61</span><span class="comment">*   char extnam[72]</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno">   62</span><span class="comment">*     (Given) EXTNAME identifying the binary table extension.</span></div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno">   63</span><span class="comment">*</span></div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno">   64</span><span class="comment">*   int extver</span></div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno">   65</span><span class="comment">*     (Given) EXTVER identifying the binary table extension.</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno">   66</span><span class="comment">*</span></div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno">   67</span><span class="comment">*   int extlev</span></div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno">   68</span><span class="comment">*     (Given) EXTLEV identifying the binary table extension.</span></div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno">   69</span><span class="comment">*</span></div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno">   70</span><span class="comment">*   char ttype[72]</span></div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno">   71</span><span class="comment">*     (Given) TTYPEn identifying the column of the binary table that contains</span></div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno">   72</span><span class="comment">*     the wcstab array.</span></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno">   73</span><span class="comment">*</span></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno">   74</span><span class="comment">*   long row</span></div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno">   75</span><span class="comment">*     (Given) Table row number.</span></div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno">   76</span><span class="comment">*</span></div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno">   77</span><span class="comment">*   int ndim</span></div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno">   78</span><span class="comment">*     (Given) Expected dimensionality of the wcstab array.</span></div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno">   79</span><span class="comment">*</span></div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno">   80</span><span class="comment">*   int *dimlen</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno">   81</span><span class="comment">*     (Given) Address of the first element of an array of int of length ndim</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno">   82</span><span class="comment">*     into which the wcstab array axis lengths are to be written.</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno">   83</span><span class="comment">*</span></div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno">   84</span><span class="comment">*   double **arrayp</span></div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno">   85</span><span class="comment">*     (Given) Pointer to an array of double which is to be allocated by the</span></div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno">   86</span><span class="comment">*     user and into which the wcstab array is to be written.</span></div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno">   87</span><span class="comment">*</span></div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno">   88</span><span class="comment">*===========================================================================*/</span></div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno">   89</span> </div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno">   90</span><span class="preprocessor">#ifndef WCSLIB_WTBARR</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno">   91</span><span class="preprocessor">#define WCSLIB_WTBARR</span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno">   92</span> </div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno">   93</span><span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno">   94</span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno">   95</span><span class="preprocessor">#define wtbarr wtbarr_s         </span><span class="comment">// See prologue above.</span></div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno">   96</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno">   97</span>                                <span class="comment">// For extracting wcstab arrays.  Matches</span></div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno">   98</span>                                <span class="comment">// the wtbarr typedef defined in CFITSIO</span></div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno">   99</span>                                <span class="comment">// header fitsio.h.</span></div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno">  100</span><span class="keyword">struct </span><a class="code hl_struct" href="structwtbarr.html">wtbarr</a> {</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno">  101</span>  <span class="keywordtype">int</span>  <a class="code hl_variable" href="structwtbarr.html#a8743b84c99b4b5e7ab7bf0653507a180">i</a>;                       <span class="comment">// Image axis number.</span></div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno">  102</span>  <span class="keywordtype">int</span>  <a class="code hl_variable" href="structwtbarr.html#a1e88ad32570534a006e96cba721489b5">m</a>;                       <span class="comment">// Array axis number for index vectors.</span></div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno">  103</span>  <span class="keywordtype">int</span>  <a class="code hl_variable" href="structwtbarr.html#af8ea7b15992ab7a86be63ff83318be41">kind</a>;                    <span class="comment">// wcstab array type.</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno">  104</span>  <span class="keywordtype">char</span> <a class="code hl_variable" href="structwtbarr.html#a9f1fcad814aa3da08dfa75ede2a07deb">extnam</a>[72];              <span class="comment">// EXTNAME of binary table extension.</span></div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno">  105</span>  <span class="keywordtype">int</span>  <a class="code hl_variable" href="structwtbarr.html#a24487eda7b17800f41bd4a452c6306d5">extver</a>;                  <span class="comment">// EXTVER  of binary table extension.</span></div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno">  106</span>  <span class="keywordtype">int</span>  <a class="code hl_variable" href="structwtbarr.html#a10c8dba85b62e2794071dd50a41c4bb1">extlev</a>;                  <span class="comment">// EXTLEV  of binary table extension.</span></div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno">  107</span>  <span class="keywordtype">char</span> <a class="code hl_variable" href="structwtbarr.html#a750832793167bbeebd1074e29844415d">ttype</a>[72];               <span class="comment">// TTYPEn of column containing the array.</span></div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno">  108</span>  <span class="keywordtype">long</span> <a class="code hl_variable" href="structwtbarr.html#a2ff7c235353320c6dd98951484012ee7">row</a>;                     <span class="comment">// Table row number.</span></div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno">  109</span>  <span class="keywordtype">int</span>  <a class="code hl_variable" href="structwtbarr.html#af862b4f90b0406ed8dd0c240768d4bd3">ndim</a>;                    <span class="comment">// Expected wcstab array dimensionality.</span></div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno">  110</span>  <span class="keywordtype">int</span>  *<a class="code hl_variable" href="structwtbarr.html#a901403d05f985d4a1fbd2fdc9585bd50">dimlen</a>;                 <span class="comment">// Where to write the array axis lengths.</span></div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno">  111</span>  <span class="keywordtype">double</span> **<a class="code hl_variable" href="structwtbarr.html#a41c30234dbdf18ac094872cf39562172">arrayp</a>;              <span class="comment">// Where to write the address of the array</span></div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno">  112</span>                                <span class="comment">// allocated to store the wcstab array.</span></div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno">  113</span>};</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno">  114</span> </div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno">  115</span><span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno">  116</span><span class="preprocessor">#undef wtbarr</span></div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno">  117</span>}</div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno">  118</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno">  119</span> </div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno">  120</span><span class="preprocessor">#endif </span><span class="comment">// WCSLIB_WTBARR</span></div>
<div class="ttc" id="astructwtbarr_html"><div class="ttname"><a href="structwtbarr.html">wtbarr</a></div><div class="ttdoc">Extraction of coordinate lookup tables from BINTABLE.</div><div class="ttdef"><b>Definition</b> getwcstab.h:167</div></div>
<div class="ttc" id="astructwtbarr_html_a10c8dba85b62e2794071dd50a41c4bb1"><div class="ttname"><a href="structwtbarr.html#a10c8dba85b62e2794071dd50a41c4bb1">wtbarr::extlev</a></div><div class="ttdeci">int extlev</div><div class="ttdef"><b>Definition</b> getwcstab.h:173</div></div>
<div class="ttc" id="astructwtbarr_html_a1e88ad32570534a006e96cba721489b5"><div class="ttname"><a href="structwtbarr.html#a1e88ad32570534a006e96cba721489b5">wtbarr::m</a></div><div class="ttdeci">int m</div><div class="ttdef"><b>Definition</b> getwcstab.h:169</div></div>
<div class="ttc" id="astructwtbarr_html_a24487eda7b17800f41bd4a452c6306d5"><div class="ttname"><a href="structwtbarr.html#a24487eda7b17800f41bd4a452c6306d5">wtbarr::extver</a></div><div class="ttdeci">int extver</div><div class="ttdef"><b>Definition</b> getwcstab.h:172</div></div>
<div class="ttc" id="astructwtbarr_html_a2ff7c235353320c6dd98951484012ee7"><div class="ttname"><a href="structwtbarr.html#a2ff7c235353320c6dd98951484012ee7">wtbarr::row</a></div><div class="ttdeci">long row</div><div class="ttdef"><b>Definition</b> getwcstab.h:175</div></div>
<div class="ttc" id="astructwtbarr_html_a41c30234dbdf18ac094872cf39562172"><div class="ttname"><a href="structwtbarr.html#a41c30234dbdf18ac094872cf39562172">wtbarr::arrayp</a></div><div class="ttdeci">double ** arrayp</div><div class="ttdef"><b>Definition</b> getwcstab.h:178</div></div>
<div class="ttc" id="astructwtbarr_html_a750832793167bbeebd1074e29844415d"><div class="ttname"><a href="structwtbarr.html#a750832793167bbeebd1074e29844415d">wtbarr::ttype</a></div><div class="ttdeci">char ttype[72]</div><div class="ttdef"><b>Definition</b> getwcstab.h:174</div></div>
<div class="ttc" id="astructwtbarr_html_a8743b84c99b4b5e7ab7bf0653507a180"><div class="ttname"><a href="structwtbarr.html#a8743b84c99b4b5e7ab7bf0653507a180">wtbarr::i</a></div><div class="ttdeci">int i</div><div class="ttdef"><b>Definition</b> getwcstab.h:168</div></div>
<div class="ttc" id="astructwtbarr_html_a901403d05f985d4a1fbd2fdc9585bd50"><div class="ttname"><a href="structwtbarr.html#a901403d05f985d4a1fbd2fdc9585bd50">wtbarr::dimlen</a></div><div class="ttdeci">int * dimlen</div><div class="ttdef"><b>Definition</b> getwcstab.h:177</div></div>
<div class="ttc" id="astructwtbarr_html_a9f1fcad814aa3da08dfa75ede2a07deb"><div class="ttname"><a href="structwtbarr.html#a9f1fcad814aa3da08dfa75ede2a07deb">wtbarr::extnam</a></div><div class="ttdeci">char extnam[72]</div><div class="ttdef"><b>Definition</b> getwcstab.h:171</div></div>
<div class="ttc" id="astructwtbarr_html_af862b4f90b0406ed8dd0c240768d4bd3"><div class="ttname"><a href="structwtbarr.html#af862b4f90b0406ed8dd0c240768d4bd3">wtbarr::ndim</a></div><div class="ttdeci">int ndim</div><div class="ttdef"><b>Definition</b> getwcstab.h:176</div></div>
<div class="ttc" id="astructwtbarr_html_af8ea7b15992ab7a86be63ff83318be41"><div class="ttname"><a href="structwtbarr.html#af8ea7b15992ab7a86be63ff83318be41">wtbarr::kind</a></div><div class="ttdeci">int kind</div><div class="ttdef"><b>Definition</b> getwcstab.h:170</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Nov 29 2023 19:09:57 for WCSLIB by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>