Sophie

Sophie

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

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::OrientationAdapterBase&lt; OrientationType, Dimension &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="classitk_1_1OrientationAdapterBase.html">OrientationAdapterBase</a>
  </div>
<div class="contents">
<h1>itk::OrientationAdapterBase&lt; OrientationType, Dimension &gt; Class Template Reference</h1><!-- doxytag: class="itk::OrientationAdapterBase" -->base class that converts Orientation representations to direction cosines.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="itkOrientationAdapter_8h_source.html">itkOrientationAdapter.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for itk::OrientationAdapterBase&lt; OrientationType, Dimension &gt;:</div>
<div class="dynsection">
<p><center><img src="classitk_1_1OrientationAdapterBase__inherit__graph.png" border="0" usemap="#itk_1_1OrientationAdapterBase_3_01OrientationType_00_01Dimension_01_4__inherit__map" alt="Inheritance graph"></center>
<map name="itk_1_1OrientationAdapterBase_3_01OrientationType_00_01Dimension_01_4__inherit__map">
<area shape="rect" id="node3" href="classitk_1_1OrientationAdapterBase.html" title="itk::OrientationAdapterBase\&lt; QuaternionOrientationAdapterClasses::TransformPointerType, Dimension \&gt;" alt="" coords="992,5,1725,35"><area shape="rect" id="node7" href="classitk_1_1OrientationAdapterBase.html" title="itk::OrientationAdapterBase\&lt; SpatialOrientation::ValidCoordinateOrientationFlags, 3 \&gt;" alt="" coords="1056,59,1661,88"><area shape="rect" id="node5" href="classitk_1_1QuaternionOrientationAdapter.html" title="converts QuaternionOrientation flags to/from direction cosines" alt="" coords="1776,5,2131,35"><area shape="rect" id="node9" href="classitk_1_1SpatialOrientationAdapter.html" title="converts SpatialOrientation flags to/from direction cosines" alt="" coords="1841,59,2065,88"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="classitk_1_1OrientationAdapterBase-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 <a class="el" href="classitk_1_1Matrix.html">ImageType::DirectionType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1OrientationAdapterBase.html#651668c4845f0a8e18150465a1f0d569">DirectionType</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="classitk_1_1ImageBase.html">ImageBase</a>&lt; Dimension &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1OrientationAdapterBase.html#b9de01ffc3e9c21a50a9f727143a568f">ImageType</a></td></tr>

<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual OrientationType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1OrientationAdapterBase.html#9fd1d527479cc7a8f66661d4854d4adc">FromDirectionCosines</a> (const <a class="el" href="classitk_1_1Matrix.html">DirectionType</a> &amp;Dir)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classitk_1_1Matrix.html">DirectionType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1OrientationAdapterBase.html#9dfc521a994e5d3a105068c8190a45df">ToDirectionCosines</a> (const OrientationType &amp;Orient)=0</td></tr>

<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1OrientationAdapterBase.html#d863e566c889006fc4bd5df985b4597f">~OrientationAdapterBase</a> ()</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;class OrientationType, unsigned int Dimension = 3&gt;<br>
 class itk::OrientationAdapterBase&lt; OrientationType, Dimension &gt;</h3>

base class that converts Orientation representations to direction cosines. 
<p>
<a class="el" href="classitk_1_1OrientationAdapterBase.html" title="base class that converts Orientation representations to direction cosines.">OrientationAdapterBase</a> is a pure virtual base class that defines the member function signatures for any subclass that concretely defines the conversion relation between a method of representing orientation, and the direction cosines managed in <a class="el" href="classitk_1_1ImageBase.html" title="Base class for templated image classes.">itk::ImageBase</a>. 
<p>Definition at line <a class="el" href="itkOrientationAdapter_8h_source.html#l00037">37</a> of file <a class="el" href="itkOrientationAdapter_8h_source.html">itkOrientationAdapter.h</a>.</p>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="651668c4845f0a8e18150465a1f0d569"></a><!-- doxytag: member="itk::OrientationAdapterBase::DirectionType" ref="651668c4845f0a8e18150465a1f0d569" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class OrientationType, unsigned int Dimension = 3&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="classitk_1_1Matrix.html">ImageType::DirectionType</a> <a class="el" href="classitk_1_1OrientationAdapterBase.html">itk::OrientationAdapterBase</a>&lt; OrientationType, Dimension &gt;::<a class="el" href="classitk_1_1Matrix.html">DirectionType</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
typedef for matching Direction Cosines type 
<p>Reimplemented in <a class="el" href="classitk_1_1QuaternionOrientationAdapter.html#c2803d3a2f9dec9ab9213c7aad52b8a1">itk::QuaternionOrientationAdapter&lt; Dimension &gt;</a>, and <a class="el" href="classitk_1_1SpatialOrientationAdapter.html#e7fcf557bb4565fb7e49eb4453454331">itk::SpatialOrientationAdapter</a>.</p>

<p>Definition at line <a class="el" href="itkOrientationAdapter_8h_source.html#l00044">44</a> of file <a class="el" href="itkOrientationAdapter_8h_source.html">itkOrientationAdapter.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b9de01ffc3e9c21a50a9f727143a568f"></a><!-- doxytag: member="itk::OrientationAdapterBase::ImageType" ref="b9de01ffc3e9c21a50a9f727143a568f" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class OrientationType, unsigned int Dimension = 3&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="classitk_1_1ImageBase.html">ImageBase</a>&lt;Dimension&gt; <a class="el" href="classitk_1_1OrientationAdapterBase.html">itk::OrientationAdapterBase</a>&lt; OrientationType, Dimension &gt;::<a class="el" href="classitk_1_1ImageBase.html">ImageType</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
typedef for matching <a class="el" href="classitk_1_1ImageBase.html" title="Base class for templated image classes.">ImageBase</a> 
<p>Definition at line <a class="el" href="itkOrientationAdapter_8h_source.html#l00041">41</a> of file <a class="el" href="itkOrientationAdapter_8h_source.html">itkOrientationAdapter.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="d863e566c889006fc4bd5df985b4597f"></a><!-- doxytag: member="itk::OrientationAdapterBase::~OrientationAdapterBase" ref="d863e566c889006fc4bd5df985b4597f" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class OrientationType, unsigned int Dimension = 3&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classitk_1_1OrientationAdapterBase.html">itk::OrientationAdapterBase</a>&lt; OrientationType, Dimension &gt;::~<a class="el" href="classitk_1_1OrientationAdapterBase.html">OrientationAdapterBase</a>           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline, protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
destructor, to silence "virtual class has non-virtual destructor()" warnings 
<p>Definition at line <a class="el" href="itkOrientationAdapter_8h_source.html#l00054">54</a> of file <a class="el" href="itkOrientationAdapter_8h_source.html">itkOrientationAdapter.h</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="9fd1d527479cc7a8f66661d4854d4adc"></a><!-- doxytag: member="itk::OrientationAdapterBase::FromDirectionCosines" ref="9fd1d527479cc7a8f66661d4854d4adc" args="(const DirectionType &amp;Dir)=0" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class OrientationType, unsigned int Dimension = 3&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">virtual OrientationType <a class="el" href="classitk_1_1OrientationAdapterBase.html">itk::OrientationAdapterBase</a>&lt; OrientationType, Dimension &gt;::FromDirectionCosines           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classitk_1_1Matrix.html">DirectionType</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>Dir</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Convert direction cosines to the Orientation type 
<p>Implemented in <a class="el" href="classitk_1_1QuaternionOrientationAdapter.html#9ca3b5a05d0e6c4db4fcfd87c6988dbb">itk::QuaternionOrientationAdapter&lt; Dimension &gt;</a>, and <a class="el" href="classitk_1_1SpatialOrientationAdapter.html#b5b1a02c7e163b25ef7a09c31d9c0dcb">itk::SpatialOrientationAdapter</a>.</p>

</div>
</div><p>
<a class="anchor" name="9dfc521a994e5d3a105068c8190a45df"></a><!-- doxytag: member="itk::OrientationAdapterBase::ToDirectionCosines" ref="9dfc521a994e5d3a105068c8190a45df" args="(const OrientationType &amp;Orient)=0" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class OrientationType, unsigned int Dimension = 3&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classitk_1_1Matrix.html">DirectionType</a> <a class="el" href="classitk_1_1OrientationAdapterBase.html">itk::OrientationAdapterBase</a>&lt; OrientationType, Dimension &gt;::ToDirectionCosines           </td>
          <td>(</td>
          <td class="paramtype">const OrientationType &amp;&nbsp;</td>
          <td class="paramname"> <em>Orient</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Convert Orientation type direction cosines 
<p>Implemented in <a class="el" href="classitk_1_1QuaternionOrientationAdapter.html#d824f0704fdf94def3557a0a0b8cec3b">itk::QuaternionOrientationAdapter&lt; Dimension &gt;</a>, and <a class="el" href="classitk_1_1SpatialOrientationAdapter.html#318bad5e398726d3068ec450e4131833">itk::SpatialOrientationAdapter</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="itkOrientationAdapter_8h_source.html">itkOrientationAdapter.h</a></ul>
</div>
<hr><address><small>
Generated at Fri May 8 05:59:22 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>