Sophie

Sophie

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

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: itkMeanSquareRegistrationFunction.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>itkMeanSquareRegistrationFunction.h</h1><a href="itkMeanSquareRegistrationFunction_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: itkMeanSquareRegistrationFunction.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-24 20:02:59 $</span>
<a name="l00007"></a>00007 <span class="comment">  Version:   $Revision: 1.8 $</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 __itkMeanSquareRegistrationFunction_h</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __itkMeanSquareRegistrationFunction_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_1MeanSquareRegistrationFunction.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_1MeanSquareRegistrationFunction.html">MeanSquareRegistrationFunction</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_1MeanSquareRegistrationFunction.html#5b9f36ae85c2c7c1bd0e3b1fc6d7b774">00060</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html">MeanSquareRegistrationFunction</a>    <a class="code" href="classitk_1_1MeanSquareRegistrationFunction.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_1MeanSquareRegistrationFunction.html#ca31b9e395787f9ed56287a1f2a560ef">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_1MeanSquareRegistrationFunction.html#22b5df114f282d6dce4e97a2bf0742e9">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_1MeanSquareRegistrationFunction.html#c523933e210338149ce6edde147d3aee">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_1MeanSquareRegistrationFunction.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_1MeanSquareRegistrationFunction.html">MeanSquareRegistrationFunction</a>, 
<a name="l00071"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#29079d8d84762c81973e44b8a03b5fa0">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_1MeanSquareRegistrationFunction.html#114fafbf8d4fd3d40604118ed840e672">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_1MeanSquareRegistrationFunction.html#e0f7787017c60643604e10eb74938d0a">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_1MeanSquareRegistrationFunction.html#086eefc1f5c20a61ed8b5fe388d6b150">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_1MeanSquareRegistrationFunction.html#a23cfe399c07e1092c1f28220ee693c6">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_1MeanSquareRegistrationFunction.html#00bcfc15ea2a1c45237b05236e0e7f3b">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_1MeanSquareRegistrationFunction.html#3709d025579e9d51c32e07d8d82cb315">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_1MeanSquareRegistrationFunction.html#cf12d48dc20ee8ebaf13c903d302dd5f">00085</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::DeformationFieldType    DeformationFieldType;
<a name="l00086"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#02dc8a184df0f795aeaa80664a2de500">00086</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> DeformationFieldType::PixelType     DeformationFieldPixelType;
<a name="l00087"></a>00087   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::DeformationFieldTypePointer   
<a name="l00088"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#f4e87d221ae79e1a30c954b0087e7294">00088</a>     DeformationFieldTypePointer;
<a name="l00089"></a>00089 
<a name="l00091"></a>00091   <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="l00092"></a>00092 
<a name="l00094"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#f206c1358e7b1e66f1f7631af0353cd5">00094</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::PixelType        PixelType;
<a name="l00095"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#a634a77d8b26eda1e8656cf84953da54">00095</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::RadiusType       RadiusType;
<a name="l00096"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#fe20be54c22ed0a89e1cc83b35176d74">00096</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="l00097"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#80d6772076cd63624fc1f4676b976173">00097</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="l00098"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#35f1515fa66bc42bfe76634e1b6120a7">00098</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::TimeStepType     TimeStepType;
<a name="l00099"></a>00099 
<a name="l00101"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#c5c8da995466f47e063c0cc55c1cc5c3">00101</a>   <span class="keyword">typedef</span> <span class="keywordtype">double</span>                                     CoordRepType;
<a name="l00102"></a>00102   <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 name="l00103"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#61872ac404dc2a8ac0ff3335233e041c">00103</a>                                                      <a class="code" href="classitk_1_1InterpolateImageFunction.html" title="Base class for all image interpolaters.">InterpolatorType</a>;
<a name="l00104"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#6cce6ffd6290da73b22c85bd7d59b765">00104</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="l00105"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#71c4f1dfb320a3d73f6ba06dffd23522">00105</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="l00106"></a>00106   <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="l00107"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#5673af7514e27eed13283aa63dbacb6e">00107</a>                                                      <a class="code" href="classitk_1_1LinearInterpolateImageFunction.html" title="Linearly interpolate an image at specified positions.">DefaultInterpolatorType</a>;
<a name="l00108"></a>00108 
<a name="l00110"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#4516b4a59ba2da8d4e2de71d4a59b457">00110</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="l00111"></a>00111 
<a name="l00113"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#8272ca1fc53d5d2eccb10bb2d729cd98">00113</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="l00114"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#091f4146ae812d88c5e44e2e2ca9405d">00114</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">GradientCalculatorType::Pointer</a>   <a class="code" href="classitk_1_1SmartPointer.html">GradientCalculatorPointer</a>;
<a name="l00115"></a>00115 
<a name="l00117"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#88468111704108f5f227ab1d1feb3d46">00117</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="l00118"></a>00118     { m_MovingImageInterpolator = ptr; }
<a name="l00119"></a>00119 
<a name="l00121"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#1ef10a5e64f7f318903d8d07c6cb3a0f">00121</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="l00122"></a>00122     { <span class="keywordflow">return</span> m_MovingImageInterpolator; }
<a name="l00123"></a>00123 
<a name="l00125"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#a22604f5a4b2b5f7e0292a95cd5568df">00125</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="l00126"></a>00126 <span class="keyword">    </span>{ <span class="keywordflow">return</span> m_TimeStep; }
<a name="l00127"></a>00127 
<a name="l00130"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#c90ec4f9bb1ead2cad22c4e1243f1354">00130</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> *GetGlobalDataPointer()<span class="keyword"> const</span>
<a name="l00131"></a>00131 <span class="keyword">    </span>{
<a name="l00132"></a>00132     <a class="code" href="structitk_1_1MeanSquareRegistrationFunction_1_1GlobalDataStruct.html">GlobalDataStruct</a> *global = <span class="keyword">new</span> <a class="code" href="structitk_1_1MeanSquareRegistrationFunction_1_1GlobalDataStruct.html">GlobalDataStruct</a>();
<a name="l00133"></a>00133     <span class="keywordflow">return</span> global;
<a name="l00134"></a>00134     }
<a name="l00136"></a>00136 
<a name="l00138"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#1a4e2a5d68515cb2263a5da69b69b265">00138</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="l00139"></a>00139 <span class="keyword">    </span>{ <span class="keyword">delete</span> (<a class="code" href="structitk_1_1MeanSquareRegistrationFunction_1_1GlobalDataStruct.html">GlobalDataStruct</a> *) GlobalData;  }
<a name="l00140"></a>00140 
<a name="l00142"></a>00142   <span class="keyword">virtual</span> <span class="keywordtype">void</span> InitializeIteration();
<a name="l00143"></a>00143 
<a name="l00146"></a>00146   <span class="keyword">virtual</span> PixelType  ComputeUpdate(<span class="keyword">const</span> NeighborhoodType &amp;neighborhood,
<a name="l00147"></a>00147                      <span class="keywordtype">void</span> *globalData,
<a name="l00148"></a>00148                      <span class="keyword">const</span> FloatOffsetType &amp;offset = FloatOffsetType(0.0));
<a name="l00149"></a>00149 
<a name="l00150"></a>00150 
<a name="l00151"></a>00151 <span class="keyword">protected</span>:
<a name="l00152"></a>00152   <a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html">MeanSquareRegistrationFunction</a>();
<a name="l00153"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#1a0c1b85ff79946b5cfe9e9233d630a8">00153</a>   <a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#1a0c1b85ff79946b5cfe9e9233d630a8">~MeanSquareRegistrationFunction</a>() {}
<a name="l00154"></a>00154   <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="l00155"></a>00155 
<a name="l00157"></a><a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html#55df46e0f669d369461ce666d0c75f26">00157</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="l00158"></a>00158 
<a name="l00161"></a><a class="code" href="structitk_1_1MeanSquareRegistrationFunction_1_1GlobalDataStruct.html">00161</a>   <span class="keyword">struct </span><a class="code" href="structitk_1_1MeanSquareRegistrationFunction_1_1GlobalDataStruct.html">GlobalDataStruct</a>
<a name="l00162"></a>00162     {
<a name="l00163"></a><a class="code" href="structitk_1_1MeanSquareRegistrationFunction_1_1GlobalDataStruct.html#ff80e6e8f8462bc604a197c114c23da0">00163</a>     <a class="code" href="classitk_1_1ConstNeighborhoodIterator.html">FixedImageNeighborhoodIteratorType</a>   m_FixedImageIterator;
<a name="l00164"></a>00164     };
<a name="l00165"></a>00165 
<a name="l00166"></a>00166 <span class="keyword">private</span>:
<a name="l00167"></a>00167   <a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html">MeanSquareRegistrationFunction</a>(<span class="keyword">const</span> <a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html">Self</a>&amp;); <span class="comment">//purposely not implemented</span>
<a name="l00168"></a>00168   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classitk_1_1MeanSquareRegistrationFunction.html">Self</a>&amp;); <span class="comment">//purposely not implemented</span>
<a name="l00169"></a>00169 
<a name="l00171"></a>00171   SpacingType                     m_FixedImageSpacing;
<a name="l00172"></a>00172 
<a name="l00174"></a>00174   <a class="code" href="classitk_1_1SmartPointer.html">GradientCalculatorPointer</a>       m_FixedImageGradientCalculator;
<a name="l00175"></a>00175 
<a name="l00177"></a>00177   <a class="code" href="classitk_1_1SmartPointer.html">InterpolatorPointer</a>             m_MovingImageInterpolator;
<a name="l00178"></a>00178 
<a name="l00180"></a>00180   TimeStepType                    m_TimeStep;
<a name="l00181"></a>00181 
<a name="l00183"></a>00183   <span class="keywordtype">double</span>                          m_DenominatorThreshold;
<a name="l00184"></a>00184 
<a name="l00186"></a>00186   <span class="keywordtype">double</span>                          m_IntensityDifferenceThreshold;
<a name="l00187"></a>00187 };
<a name="l00188"></a>00188 
<a name="l00189"></a>00189 
<a name="l00190"></a>00190 } <span class="comment">// end namespace itk</span>
<a name="l00191"></a>00191 
<a name="l00192"></a>00192 <span class="preprocessor">#ifndef ITK_MANUAL_INSTANTIATION</span>
<a name="l00193"></a>00193 <span class="preprocessor"></span><span class="preprocessor">#include "itkMeanSquareRegistrationFunction.txx"</span>
<a name="l00194"></a>00194 <span class="preprocessor">#endif</span>
<a name="l00195"></a>00195 <span class="preprocessor"></span>
<a name="l00196"></a>00196 <span class="preprocessor">#endif</span>
<a name="l00197"></a>00197 <span class="preprocessor"></span>
</pre></div></div>
<hr><address><small>
Generated at Thu May 7 23:29:36 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>