Sophie

Sophie

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

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::ImageToImageFilterDetail::UnsignedIntDispatch&lt; int &gt; Struct 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_1ImageToImageFilterDetail.html">ImageToImageFilterDetail</a>::<a class="el" href="structitk_1_1ImageToImageFilterDetail_1_1UnsignedIntDispatch.html">UnsignedIntDispatch</a>
  </div>
<div class="contents">
<h1>itk::ImageToImageFilterDetail::UnsignedIntDispatch&lt; int &gt; Struct Template Reference</h1><!-- doxytag: class="itk::ImageToImageFilterDetail::UnsignedIntDispatch" --><!-- doxytag: inherits="itk::ImageToImageFilterDetail::DispatchBase" -->Templated class to produce a unique type for each unsigned integer (usually a dimension).  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="itkImageToImageFilterDetail_8h_source.html">itkImageToImageFilterDetail.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for itk::ImageToImageFilterDetail::UnsignedIntDispatch&lt; int &gt;:</div>
<div class="dynsection">
<p><center><img src="structitk_1_1ImageToImageFilterDetail_1_1UnsignedIntDispatch__inherit__graph.png" border="0" usemap="#itk_1_1ImageToImageFilterDetail_1_1UnsignedIntDispatch_3_01int_01_4__inherit__map" alt="Inheritance graph"></center>
<map name="itk_1_1ImageToImageFilterDetail_1_1UnsignedIntDispatch_3_01int_01_4__inherit__map">
<area shape="rect" id="node2" href="structitk_1_1ImageToImageFilterDetail_1_1DispatchBase.html" title="Base class for a class used to dispatch to dimension specific implementations." alt="" coords="52,5,377,35"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for itk::ImageToImageFilterDetail::UnsignedIntDispatch&lt; int &gt;:</div>
<div class="dynsection">
<p><center><img src="structitk_1_1ImageToImageFilterDetail_1_1UnsignedIntDispatch__coll__graph.png" border="0" usemap="#itk_1_1ImageToImageFilterDetail_1_1UnsignedIntDispatch_3_01int_01_4__coll__map" alt="Collaboration graph"></center>
<map name="itk_1_1ImageToImageFilterDetail_1_1UnsignedIntDispatch_3_01int_01_4__coll__map">
<area shape="rect" id="node2" href="structitk_1_1ImageToImageFilterDetail_1_1DispatchBase.html" title="Base class for a class used to dispatch to dimension specific implementations." alt="" coords="52,5,377,35"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;unsigned int&gt;<br>
 struct itk::ImageToImageFilterDetail::UnsignedIntDispatch&lt; int &gt;</h3>

Templated class to produce a unique type for each unsigned integer (usually a dimension). 
<p>
<a class="el" href="structitk_1_1ImageToImageFilterDetail_1_1UnsignedIntDispatch.html" title="Templated class to produce a unique type for each unsigned integer (usually a dimension)...">UnsignedIntDispatch</a> is a templated class that produces a unique type for each unsigned integer. <a class="el" href="structitk_1_1ImageToImageFilterDetail_1_1UnsignedIntDispatch.html" title="Templated class to produce a unique type for each unsigned integer (usually a dimension)...">UnsignedIntDispatch</a> is typically used as a parameter to an overloaded function where each version of the overloaded function is for a unique dimension. For instance, an algorithm may provide two implementations: one optimized for two-dimensional images and another for any of other data dimension. For instance:<p>
void Calculate(const DispatchBase&amp;); // General ND version void Calculate(const UnsignedIntDispatch&lt;2&gt;&amp;); // 2D optimized version 
<p>Definition at line <a class="el" href="itkImageToImageFilterDetail_8h_source.html#l00086">86</a> of file <a class="el" href="itkImageToImageFilterDetail_8h_source.html">itkImageToImageFilterDetail.h</a>.</p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="itkImageToImageFilterDetail_8h_source.html">itkImageToImageFilterDetail.h</a></ul>
</div>
<hr><address><small>
Generated at Fri May 8 08:53:44 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>