Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > ecbd8c5b7568e331fe6ea5b9a07a78a0 > files > 206

CCfits-docs-2.2-2.fc13.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>CCfits: CCfits::FITSUtil::CVarray&lt; T &gt; Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><b>CCfits</b>::<b>FITSUtil</b>::<a class="el" href="structCCfits_1_1FITSUtil_1_1CVarray.html">CVarray</a>
  </div>
</div>
<div class="contents">
<h1>CCfits::FITSUtil::CVarray&lt; T &gt; Class Template Reference</h1><!-- doxytag: class="CCfits::FITSUtil::CVarray" -->
<p>Function object class for returning C arrays from standard library objects used in the <a class="el" href="classCCfits_1_1FITS.html" title="Memory object representation of a disk FITS file.">FITS</a> library implementation.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="FITSUtil_8h_source.html">FITSUtil.h</a>&gt;</code></p>

<p><a href="classCCfits_1_1FITSUtil_1_1CVarray-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a661c853b542621505841646ffb4f9b60"></a><!-- doxytag: member="CCfits::FITSUtil::CVarray::operator()" ref="a661c853b542621505841646ffb4f9b60" args="(const std::vector&lt; T &gt; &amp;inArray)" -->
T *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structCCfits_1_1FITSUtil_1_1CVarray.html#a661c853b542621505841646ffb4f9b60">operator()</a> (const std::vector&lt; T &gt; &amp;inArray)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">operator returning C array for use with scalar column data. <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;typename T&gt;<br/>
 class CCfits::FITSUtil::CVarray&lt; T &gt;</h3>

<p>Function object class for returning C arrays from standard library objects used in the <a class="el" href="classCCfits_1_1FITS.html" title="Memory object representation of a disk FITS file.">FITS</a> library implementation. </p>
<p>There are 3 versions which convert std::vector&lt;T&gt;, std::valarray&lt;T&gt;, and std::vector&lt;std::valarray&lt;T&gt; &gt; objects to pointers to T, called <a class="el" href="structCCfits_1_1FITSUtil_1_1CVarray.html" title="Function object class for returning C arrays from standard library objects used in...">CVarray</a>, <a class="el" href="structCCfits_1_1FITSUtil_1_1CAarray.html" title="function object returning C array from a valarray. see CVarray for details">CAarray</a>, and <a class="el" href="structCCfits_1_1FITSUtil_1_1CVAarray.html" title="function object returning C array from a vector of valarrays. see CVarray for details...">CVAarray</a>.</p>
<p>An alternative function, CharArray, is provided to deal with the special case of vector string arrays. </p>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="FITSUtil_8h_source.html">FITSUtil.h</a></li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 9 11:59:48 2009 for CCfits by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>