Sophie

Sophie

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

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: itkMIRegistrationFunction.h Source File</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="dir_02e23d841c198393a6e961e9a0678fff.html">Code</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_16b0d2d22c345042f35cebae66b36010.html">Algorithms</a>
  </div>
<div class="contents">
<h1>itkMIRegistrationFunction.h</h1><a href="itkMIRegistrationFunction_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*=========================================================================</span>
<a name="l00002"></a>00002 <span class="comment"></span>
<a name="l00003"></a>00003 <span class="comment">  Program:   Insight Segmentation &amp; Registration Toolkit</span>
<a name="l00004"></a>00004 <span class="comment">  Module:    $RCSfile: itkMIRegistrationFunction.h,v $</span>
<a name="l00005"></a>00005 <span class="comment">  Language:  C++</span>
<a name="l00006"></a>00006 <span class="comment">  Date:      $Date: 2009-01-26 21:45:49 $</span>
<a name="l00007"></a>00007 <span class="comment">  Version:   $Revision: 1.7 $</span>
<a name="l00008"></a>00008 <span class="comment"></span>
<a name="l00009"></a>00009 <span class="comment">  Copyright (c) Insight Software Consortium. All rights reserved.</span>
<a name="l00010"></a>00010 <span class="comment">  See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.</span>
<a name="l00011"></a>00011 <span class="comment"></span>
<a name="l00012"></a>00012 <span class="comment">     This software is distributed WITHOUT ANY WARRANTY; without even </span>
<a name="l00013"></a>00013 <span class="comment">     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR </span>
<a name="l00014"></a>00014 <span class="comment">     PURPOSE.  See the above copyright notices for more information.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment">=========================================================================*/</span>
<a name="l00017"></a>00017 <span class="preprocessor">#ifndef __itkMIRegistrationFunction_h</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __itkMIRegistrationFunction_h</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020 <span class="preprocessor">#include "<a class="code" href="itkPDEDeformableRegistrationFunction_8h.html">itkPDEDeformableRegistrationFunction.h</a>"</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include "<a class="code" href="itkPoint_8h.html">itkPoint.h</a>"</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include "<a class="code" href="itkCovariantVector_8h.html">itkCovariantVector.h</a>"</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="itkInterpolateImageFunction_8h.html">itkInterpolateImageFunction.h</a>"</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="itkLinearInterpolateImageFunction_8h.html">itkLinearInterpolateImageFunction.h</a>"</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="itkCentralDifferenceImageFunction_8h.html">itkCentralDifferenceImageFunction.h</a>"</span>
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 <span class="keyword">namespace </span>itk {
<a name="l00028"></a>00028 
<a name="l00052"></a>00052 <span class="keyword">template</span>&lt;<span class="keyword">class</span> TFixedImage, <span class="keyword">class</span> TMovingImage, <span class="keyword">class</span> TDeformationField&gt;
<a name="l00053"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html">00053</a> <span class="keyword">class </span><a class="code" href="itkWin32Header_8h.html#7d4384322557205d75f0719c012dded6">ITK_EXPORT</a> <a class="code" href="classitk_1_1MIRegistrationFunction.html">MIRegistrationFunction</a> : 
<a name="l00054"></a>00054   <span class="keyword">public</span> <a class="code" href="classitk_1_1PDEDeformableRegistrationFunction.html">PDEDeformableRegistrationFunction</a>&lt; TFixedImage,
<a name="l00055"></a>00055     TMovingImage, TDeformationField&gt;
<a name="l00056"></a>00056 {
<a name="l00057"></a>00057 <span class="keyword">public</span>:
<a name="l00058"></a>00058 
<a name="l00060"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#134301a4cba73e57b57b3783189af0fe">00060</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1MIRegistrationFunction.html">MIRegistrationFunction</a>         <a class="code" href="classitk_1_1MIRegistrationFunction.html">Self</a>;
<a name="l00061"></a>00061   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1PDEDeformableRegistrationFunction.html">PDEDeformableRegistrationFunction</a>&lt; TFixedImage,
<a name="l00062"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#3ba5091685fad3362947d37e8738a453">00062</a>     TMovingImage, TDeformationField &gt;    <a class="code" href="classitk_1_1PDEDeformableRegistrationFunction.html">Superclass</a>;
<a name="l00063"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#6a0b7d6c6618c949f033cb86cf62ac97">00063</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1SmartPointer.html">SmartPointer&lt;Self&gt;</a>             <a class="code" href="classitk_1_1SmartPointer.html">Pointer</a>;
<a name="l00064"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#2b85a503cd2b22bf0d7327c19e93a8a8">00064</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1SmartPointer.html">SmartPointer&lt;const Self&gt;</a>       <a class="code" href="classitk_1_1SmartPointer.html">ConstPointer</a>;
<a name="l00065"></a>00065 
<a name="l00067"></a>00067   <a class="code" href="itkMacro_8h.html#0fdc15685afa271857c57e7cd482f30c">itkNewMacro</a>(<a class="code" href="classitk_1_1MIRegistrationFunction.html">Self</a>);
<a name="l00068"></a>00068 
<a name="l00070"></a>00070   <a class="code" href="itkMacro_8h.html#574c1f86661d409dd32c742307a0e96a">itkTypeMacro</a>( <a class="code" href="classitk_1_1MIRegistrationFunction.html">MIRegistrationFunction</a>, 
<a name="l00071"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#c7efaf169ba6c9297735a79335e7494e">00071</a>     <a class="code" href="classitk_1_1PDEDeformableRegistrationFunction.html">PDEDeformableRegistrationFunction</a> );
<a name="l00072"></a>00072 
<a name="l00074"></a>00074   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::MovingImageType     MovingImageType;
<a name="l00075"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#97dbd0990f917bfcc827043a4d960b4a">00075</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::MovingImagePointer  MovingImagePointer;
<a name="l00076"></a>00076 
<a name="l00078"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#8f51bef074983c9bc34d667fae549949">00078</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::FixedImageType     FixedImageType;
<a name="l00079"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#3f276eb46be7e7ce55add3b961c9cc06">00079</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::FixedImagePointer  FixedImagePointer;
<a name="l00080"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#5cb6362bf7b3540674c7133294ccedac">00080</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">FixedImageType::IndexType</a>      <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">IndexType</a>;
<a name="l00081"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#38c0ffa9076f079d4420fbca30db5eb1">00081</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#5bf82236e1e50e653de84c8ead448599">FixedImageType::SizeType</a>       <a class="code" href="namespaceHardConnectedComponentImageFilter.html#5bf82236e1e50e653de84c8ead448599">SizeType</a>;
<a name="l00082"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#48291e400420c3730c321e3b0243c50f">00082</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> FixedImageType::SpacingType    SpacingType;
<a name="l00083"></a>00083 
<a name="l00085"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#23ac69ccd39eed85c99abb3ed7ec3f10">00085</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::DeformationFieldType    DeformationFieldType;
<a name="l00086"></a>00086   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::DeformationFieldTypePointer   
<a name="l00087"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#59aabf1f82ba0ea09438886e486a01f3">00087</a>     DeformationFieldTypePointer;
<a name="l00088"></a>00088 
<a name="l00090"></a>00090   <a class="code" href="itkMacro_8h.html#1905cf6b2e88235996fa7ff73b2fb0eb">itkStaticConstMacro</a>(ImageDimension, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>,Superclass::ImageDimension);
<a name="l00091"></a>00091 
<a name="l00093"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#14cc79d0976b176edfc226bbfe78615c">00093</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::PixelType           PixelType;
<a name="l00094"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#1b6c2e1a912863acc771623d10ecc10e">00094</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::RadiusType          RadiusType;
<a name="l00095"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#d05efab1fee76b4609244ef1c5bbe8aa">00095</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1ConstNeighborhoodIterator.html" title="Const version of NeighborhoodIterator, defining iteration of a local N-dimensional...">Superclass::NeighborhoodType</a>    <a class="code" href="classitk_1_1ConstNeighborhoodIterator.html" title="Const version of NeighborhoodIterator, defining iteration of a local N-dimensional...">NeighborhoodType</a>;
<a name="l00096"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#2cad0f7f3d037bca1d4049f374193833">00096</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1Vector.html" title="A templated class holding a n-Dimensional vector.">Superclass::FloatOffsetType</a>     <a class="code" href="classitk_1_1Vector.html" title="A templated class holding a n-Dimensional vector.">FloatOffsetType</a>;
<a name="l00097"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#cf2837b7dd896297c7b64c0d37136553">00097</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::TimeStepType        TimeStepType;
<a name="l00098"></a>00098 
<a name="l00100"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#1935738707856f116f5e9cf59f634c3a">00100</a>   <span class="keyword">typedef</span> <span class="keywordtype">double</span>                                                 CoordRepType;
<a name="l00101"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#62d03813469e03af2408e2d110b65484">00101</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1InterpolateImageFunction.html" title="Base class for all image interpolaters.">InterpolateImageFunction&lt;MovingImageType,CoordRepType&gt;</a> <a class="code" href="classitk_1_1InterpolateImageFunction.html" title="Base class for all image interpolaters.">InterpolatorType</a>;
<a name="l00102"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#97f55e675fd797c072fa0998854dd86f">00102</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">InterpolatorType::Pointer</a>                     <a class="code" href="classitk_1_1SmartPointer.html">InterpolatorPointer</a>;
<a name="l00103"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#b54dfa60374702394afd9a89bd1be1d8">00103</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1Point.html" title="A templated class holding a geometric point in n-Dimensional space.">InterpolatorType::PointType</a>                   <a class="code" href="classitk_1_1Point.html" title="A templated class holding a geometric point in n-Dimensional space.">PointType</a>;
<a name="l00104"></a>00104   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1LinearInterpolateImageFunction.html" title="Linearly interpolate an image at specified positions.">LinearInterpolateImageFunction&lt;MovingImageType,CoordRepType&gt;</a>
<a name="l00105"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#555b3520e2989369b2319cd3df4d15ee">00105</a>                                                                  <a class="code" href="classitk_1_1LinearInterpolateImageFunction.html" title="Linearly interpolate an image at specified positions.">DefaultInterpolatorType</a>;
<a name="l00106"></a>00106 
<a name="l00108"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#1bd40e554ef8c9776d2998ca55c2c14f">00108</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1CovariantVector.html" title="A templated class holding a n-Dimensional covariant vector.">CovariantVector&lt;double,itkGetStaticConstMacro(ImageDimension)&gt;</a> <a class="code" href="classitk_1_1CovariantVector.html" title="A templated class holding a n-Dimensional covariant vector.">CovariantVectorType</a>;
<a name="l00109"></a>00109 
<a name="l00111"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#bbc53773bfae04ad0a0a0dc0b209d9e9">00111</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1CentralDifferenceImageFunction.html" title="Calculate the derivative by central differencing.">CentralDifferenceImageFunction&lt;FixedImageType&gt;</a> <a class="code" href="classitk_1_1CentralDifferenceImageFunction.html" title="Calculate the derivative by central differencing.">GradientCalculatorType</a>;
<a name="l00112"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#4378cfbff153780fcf05784aeb88e6a9">00112</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html" title="Implements transparent reference counting.">GradientCalculatorType::Pointer</a>   <a class="code" href="classitk_1_1SmartPointer.html">GradientCalculatorPointer</a>;
<a name="l00113"></a>00113 
<a name="l00115"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#45b113f86be747034bd9ac4e3ba17c18">00115</a>   <span class="keywordtype">void</span> SetMovingImageInterpolator( <a class="code" href="classitk_1_1InterpolateImageFunction.html" title="Base class for all image interpolaters.">InterpolatorType</a> * ptr )
<a name="l00116"></a>00116     { m_MovingImageInterpolator = ptr; }
<a name="l00117"></a>00117 
<a name="l00119"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#bb11129a5f95c3f8ebf68958cf050686">00119</a>   <a class="code" href="classitk_1_1InterpolateImageFunction.html" title="Base class for all image interpolaters.">InterpolatorType</a> * GetMovingImageInterpolator(<span class="keywordtype">void</span>)
<a name="l00120"></a>00120     { <span class="keywordflow">return</span> m_MovingImageInterpolator; }
<a name="l00121"></a>00121 
<a name="l00123"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#c3f5961b431ae4bcdbec73cccf2c1b8e">00123</a>   <span class="keyword">virtual</span> TimeStepType ComputeGlobalTimeStep(<span class="keywordtype">void</span> * <a class="code" href="itkMacro_8h.html#6be3b439282da7a34278c0594589b972">itkNotUsed</a>(GlobalData))<span class="keyword"> const</span>
<a name="l00124"></a>00124 <span class="keyword">    </span>{ <span class="keywordflow">return</span> m_TimeStep; }
<a name="l00125"></a>00125 
<a name="l00128"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#1517f34117772d88d3b7754020198308">00128</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> *GetGlobalDataPointer()<span class="keyword"> const</span>
<a name="l00129"></a>00129 <span class="keyword">    </span>{
<a name="l00130"></a>00130     <a class="code" href="structitk_1_1MIRegistrationFunction_1_1GlobalDataStruct.html">GlobalDataStruct</a> *global = <span class="keyword">new</span> <a class="code" href="structitk_1_1MIRegistrationFunction_1_1GlobalDataStruct.html">GlobalDataStruct</a>();
<a name="l00131"></a>00131     <span class="keywordflow">return</span> global;
<a name="l00132"></a>00132     }
<a name="l00134"></a>00134 
<a name="l00136"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#67eb946ab0e934ee74f2d6171b5583d2">00136</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> ReleaseGlobalDataPointer( <span class="keywordtype">void</span> *GlobalData )<span class="keyword"> const</span>
<a name="l00137"></a>00137 <span class="keyword">    </span>{ <span class="keyword">delete</span> (<a class="code" href="structitk_1_1MIRegistrationFunction_1_1GlobalDataStruct.html">GlobalDataStruct</a> *) GlobalData;  }
<a name="l00138"></a>00138 
<a name="l00140"></a>00140   <span class="keyword">virtual</span> <span class="keywordtype">void</span> InitializeIteration();
<a name="l00141"></a>00141 
<a name="l00144"></a>00144   <span class="keyword">virtual</span> PixelType  ComputeUpdate(<span class="keyword">const</span> NeighborhoodType &amp;neighborhood,
<a name="l00145"></a>00145                      <span class="keywordtype">void</span> *globalData,
<a name="l00146"></a>00146                      <span class="keyword">const</span> FloatOffsetType &amp;offset = FloatOffsetType(0.0));
<a name="l00147"></a>00147 
<a name="l00148"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#145f04bc1774cde1c18fa5f0bedb6013">00148</a>   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1MIRegistrationFunction.html#145f04bc1774cde1c18fa5f0bedb6013">SetMinNorm</a>(<span class="keywordtype">float</span> ts=1.0) { m_Minnorm=ts;}
<a name="l00149"></a>00149 
<a name="l00150"></a>00150 
<a name="l00151"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#e117fb0c60d5f6044f34fd6c948fa587">00151</a>   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1MIRegistrationFunction.html#e117fb0c60d5f6044f34fd6c948fa587">SetDoInverse</a>(<span class="keywordtype">bool</span> b = <span class="keyword">false</span>) { m_DoInverse=b;}
<a name="l00152"></a>00152 
<a name="l00153"></a>00153 
<a name="l00154"></a>00154 <span class="keyword">protected</span>:
<a name="l00155"></a>00155   <a class="code" href="classitk_1_1MIRegistrationFunction.html">MIRegistrationFunction</a>();
<a name="l00156"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#3da5fc1631ff603eadc8aea1710960ec">00156</a>   <a class="code" href="classitk_1_1MIRegistrationFunction.html#3da5fc1631ff603eadc8aea1710960ec">~MIRegistrationFunction</a>() {}
<a name="l00157"></a>00157   <span class="keywordtype">void</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#920ae03048a5ad715d803ca2e92b52de">PrintSelf</a>(std::ostream&amp; os, <a class="code" href="classitk_1_1Indent.html" title="Control indentation during Print() invocation.">Indent</a> indent) <span class="keyword">const</span>;
<a name="l00158"></a>00158 
<a name="l00160"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#9ce308641b734cab3322b8be5654dca1">00160</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ConstNeighborhoodIterator.html">ConstNeighborhoodIterator&lt;FixedImageType&gt;</a> <a class="code" href="classitk_1_1ConstNeighborhoodIterator.html">FixedImageNeighborhoodIteratorType</a>;
<a name="l00161"></a>00161 
<a name="l00164"></a><a class="code" href="structitk_1_1MIRegistrationFunction_1_1GlobalDataStruct.html">00164</a>   <span class="keyword">struct </span><a class="code" href="structitk_1_1MIRegistrationFunction_1_1GlobalDataStruct.html">GlobalDataStruct</a>
<a name="l00165"></a>00165     {
<a name="l00166"></a><a class="code" href="structitk_1_1MIRegistrationFunction_1_1GlobalDataStruct.html#26dd265b588afb1e4dd34b849fab1211">00166</a>     <a class="code" href="classitk_1_1ConstNeighborhoodIterator.html">FixedImageNeighborhoodIteratorType</a>   m_FixedImageIterator;
<a name="l00167"></a>00167     };
<a name="l00168"></a>00168 
<a name="l00170"></a><a class="code" href="classitk_1_1MIRegistrationFunction.html#ef765a585e24aef4983e0661006def51">00170</a>   TimeStepType                    m_TimeStep;
<a name="l00171"></a>00171 
<a name="l00172"></a>00172 
<a name="l00173"></a>00173 <span class="keyword">private</span>:
<a name="l00174"></a>00174   <a class="code" href="classitk_1_1MIRegistrationFunction.html">MIRegistrationFunction</a>(<span class="keyword">const</span> <a class="code" href="classitk_1_1MIRegistrationFunction.html">Self</a>&amp;); <span class="comment">//purposely not implemented</span>
<a name="l00175"></a>00175   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classitk_1_1MIRegistrationFunction.html">Self</a>&amp;); <span class="comment">//purposely not implemented</span>
<a name="l00176"></a>00176   
<a name="l00178"></a>00178   SpacingType                     m_FixedImageSpacing;
<a name="l00179"></a>00179   <a class="code" href="classitk_1_1Point.html" title="A templated class holding a geometric point in n-Dimensional space.">PointType</a>                       m_FixedImageOrigin;
<a name="l00180"></a>00180 
<a name="l00182"></a>00182   <a class="code" href="classitk_1_1SmartPointer.html">GradientCalculatorPointer</a>       m_FixedImageGradientCalculator;
<a name="l00183"></a>00183 
<a name="l00185"></a>00185   <a class="code" href="classitk_1_1SmartPointer.html">GradientCalculatorPointer</a>       m_MovingImageGradientCalculator;
<a name="l00186"></a>00186 
<a name="l00188"></a>00188   <a class="code" href="classitk_1_1SmartPointer.html">InterpolatorPointer</a>             m_MovingImageInterpolator;
<a name="l00189"></a>00189 
<a name="l00190"></a>00190 
<a name="l00192"></a>00192   <span class="keywordtype">double</span>                          m_DenominatorThreshold;
<a name="l00193"></a>00193 
<a name="l00195"></a>00195   <span class="keywordtype">double</span>                          m_IntensityDifferenceThreshold;
<a name="l00196"></a>00196 
<a name="l00197"></a>00197   <span class="keyword">mutable</span> <span class="keywordtype">double</span>                          m_MetricTotal;
<a name="l00198"></a>00198 
<a name="l00199"></a>00199   <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> m_NumberOfSamples;
<a name="l00200"></a>00200   <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> m_NumberOfBins;
<a name="l00201"></a>00201   <span class="keywordtype">float</span>        m_Minnorm;
<a name="l00202"></a>00202 
<a name="l00203"></a>00203   <span class="keywordtype">bool</span>         m_DoInverse;
<a name="l00204"></a>00204 };
<a name="l00205"></a>00205 
<a name="l00206"></a>00206 
<a name="l00207"></a>00207 } <span class="comment">// end namespace itk</span>
<a name="l00208"></a>00208 
<a name="l00209"></a>00209 <span class="preprocessor">#ifndef ITK_MANUAL_INSTANTIATION</span>
<a name="l00210"></a>00210 <span class="preprocessor"></span><span class="preprocessor">#include "itkMIRegistrationFunction.txx"</span>
<a name="l00211"></a>00211 <span class="preprocessor">#endif</span>
<a name="l00212"></a>00212 <span class="preprocessor"></span>
<a name="l00213"></a>00213 <span class="preprocessor">#endif</span>
<a name="l00214"></a>00214 <span class="preprocessor"></span>
</pre></div></div>
<hr><address><small>
Generated at Thu May 7 23:32:15 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>