Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > d5e74628f0e673bb8680aebce32b2c04 > files > 192

itk-doc-3.12.0-1mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ITK: itk::Accessor::ComplexToModulusPixelAccessor&lt; TInternalType, TExternalType &gt; Class Template Reference</title>
<link href="DoxygenStyle.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">


<!--  Section customized for INSIGHT : Tue Jul 17 01:02:45 2001 -->
<center>
<a href="index.html" class="qindex">Main Page</a>&nbsp;&nbsp; 
<a href="modules.html" class="qindex">Groups</a>&nbsp;&nbsp;
<a href="namespaces.html" class="qindex">Namespace List</a>&nbsp;&nbsp;
<a href="hierarchy.html" class="qindex">Class Hierarchy</a>&nbsp;&nbsp;
<a href="classes.html" class="qindex">Alphabetical List</a>&nbsp;&nbsp;
<a href="annotated.html" class="qindex">Compound List</a>&nbsp;&nbsp; 
<a href="files.html" class="qindex">File
List</a>&nbsp;&nbsp; 
<a href="namespacemembers.html" class="qindex">Namespace Members</a>&nbsp;&nbsp; 
<a href="functions.html" class="qindex">Compound Members</a>&nbsp;&nbsp; 
<a href="globals.html" class="qindex">File Members</a>&nbsp;&nbsp;
<a href="pages.html" class="qindex">Concepts</a></center>


<!-- Generated by Doxygen 1.5.9 -->
  <div class="navpath"><a class="el" href="namespaceitk.html">itk</a>::<a class="el" href="namespaceitk_1_1Accessor.html">Accessor</a>::<a class="el" href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor.html">ComplexToModulusPixelAccessor</a>
  </div>
<div class="contents">
<h1>itk::Accessor::ComplexToModulusPixelAccessor&lt; TInternalType, TExternalType &gt; Class Template Reference<br>
<small>
[<a class="el" href="group__ImageAdaptors.html">Image Adaptors</a>]</small>
</h1><!-- doxytag: class="itk::Accessor::ComplexToModulusPixelAccessor" -->Give access to the Modulus of a std::complex&lt;&gt; value.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="itkComplexToModulusImageAdaptor_8h_source.html">itkComplexToModulusImageAdaptor.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for itk::Accessor::ComplexToModulusPixelAccessor&lt; TInternalType, TExternalType &gt;:</div>
<div class="dynsection">
<p><center><img src="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor__inherit__graph.png" border="0" usemap="#itk_1_1Accessor_1_1ComplexToModulusPixelAccessor_3_01TInternalType_00_01TExternalType_01_4__inherit__map" alt="Inheritance graph"></center>
<map name="itk_1_1Accessor_1_1ComplexToModulusPixelAccessor_3_01TInternalType_00_01TExternalType_01_4__inherit__map">
<area shape="rect" id="node3" href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor.html" title="itk::Accessor::ComplexToModulusPixelAccessor\&lt; TImage::PixelType, TOutputPixelType \&gt;" alt="" coords="903,8,1521,37"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef TExternalType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor.html#92f0596514f707aacf0e17f6adbbbfb1">ExternalType</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef TInternalType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor.html#bf91554e12ef3c87cc779a7008567693">InternalType</a></td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static TExternalType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor.html#4cefb775b8d9a3084982eaf51fffeb45">Get</a> (const TInternalType &amp;input)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor.html#b67c49219692e40ea1371db7ba850a18">Set</a> (TInternalType &amp;output, const TExternalType &amp;input)</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;class TInternalType, class TExternalType&gt;<br>
 class itk::Accessor::ComplexToModulusPixelAccessor&lt; TInternalType, TExternalType &gt;</h3>

Give access to the Modulus of a std::complex&lt;&gt; value. 
<p>
<a class="el" href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor.html" title="Give access to the Modulus of a std::complex&lt;&gt; value.">ComplexToModulusPixelAccessor</a> is templated over an internal type and an external type representation. The internal type is an std::complex&lt;T&gt; and the external part is a type T. This class cast the input applies the funtion to it and cast the result according to the types defined as template parameters 
<p>Definition at line <a class="el" href="itkComplexToModulusImageAdaptor_8h_source.html#l00039">39</a> of file <a class="el" href="itkComplexToModulusImageAdaptor_8h_source.html">itkComplexToModulusImageAdaptor.h</a>.</p>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="92f0596514f707aacf0e17f6adbbbfb1"></a><!-- doxytag: member="itk::Accessor::ComplexToModulusPixelAccessor::ExternalType" ref="92f0596514f707aacf0e17f6adbbbfb1" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class TInternalType, class TExternalType&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">typedef TExternalType <a class="el" href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor.html">itk::Accessor::ComplexToModulusPixelAccessor</a>&lt; TInternalType, TExternalType &gt;::<a class="el" href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor.html#92f0596514f707aacf0e17f6adbbbfb1">ExternalType</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
External typedef. It defines the external aspect that this class will exhibit. 
<p>Definition at line <a class="el" href="itkComplexToModulusImageAdaptor_8h_source.html#l00044">44</a> of file <a class="el" href="itkComplexToModulusImageAdaptor_8h_source.html">itkComplexToModulusImageAdaptor.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="bf91554e12ef3c87cc779a7008567693"></a><!-- doxytag: member="itk::Accessor::ComplexToModulusPixelAccessor::InternalType" ref="bf91554e12ef3c87cc779a7008567693" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class TInternalType, class TExternalType&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">typedef TInternalType <a class="el" href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor.html">itk::Accessor::ComplexToModulusPixelAccessor</a>&lt; TInternalType, TExternalType &gt;::<a class="el" href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor.html#bf91554e12ef3c87cc779a7008567693">InternalType</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Internal typedef. It defines the internal modulus representation of data. 
<p>Definition at line <a class="el" href="itkComplexToModulusImageAdaptor_8h_source.html#l00048">48</a> of file <a class="el" href="itkComplexToModulusImageAdaptor_8h_source.html">itkComplexToModulusImageAdaptor.h</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="4cefb775b8d9a3084982eaf51fffeb45"></a><!-- doxytag: member="itk::Accessor::ComplexToModulusPixelAccessor::Get" ref="4cefb775b8d9a3084982eaf51fffeb45" args="(const TInternalType &amp;input)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class TInternalType, class TExternalType&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">static TExternalType <a class="el" href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor.html">itk::Accessor::ComplexToModulusPixelAccessor</a>&lt; TInternalType, TExternalType &gt;::Get           </td>
          <td>(</td>
          <td class="paramtype">const TInternalType &amp;&nbsp;</td>
          <td class="paramname"> <em>input</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline, static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="itkComplexToModulusImageAdaptor_8h_source.html#l00053">53</a> of file <a class="el" href="itkComplexToModulusImageAdaptor_8h_source.html">itkComplexToModulusImageAdaptor.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b67c49219692e40ea1371db7ba850a18"></a><!-- doxytag: member="itk::Accessor::ComplexToModulusPixelAccessor::Set" ref="b67c49219692e40ea1371db7ba850a18" args="(TInternalType &amp;output, const TExternalType &amp;input)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class TInternalType, class TExternalType&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">static void <a class="el" href="classitk_1_1Accessor_1_1ComplexToModulusPixelAccessor.html">itk::Accessor::ComplexToModulusPixelAccessor</a>&lt; TInternalType, TExternalType &gt;::Set           </td>
          <td>(</td>
          <td class="paramtype">TInternalType &amp;&nbsp;</td>
          <td class="paramname"> <em>output</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const TExternalType &amp;&nbsp;</td>
          <td class="paramname"> <em>input</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [inline, static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="itkComplexToModulusImageAdaptor_8h_source.html#l00050">50</a> of file <a class="el" href="itkComplexToModulusImageAdaptor_8h_source.html">itkComplexToModulusImageAdaptor.h</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="itkComplexToModulusImageAdaptor_8h_source.html">itkComplexToModulusImageAdaptor.h</a></ul>
</div>
<hr><address><small>
Generated at Fri May 8 08:20:37 2009 for ITK  by <a href="http://www.stack.nl/~dimitri/doxygen/index.html"> <img 
src="http://www.stack.nl/~dimitri/doxygen/doxygen.png" alt="doxygen"
align="middle" border=0 width=110 height=53>
</a> 1.5.9 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2000</small></address>
</body>
</html>