Sophie

Sophie

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

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: itkChangeInformationImageFilter.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_00ffda33c24cbbf617b202f4f3bcb7e8.html">BasicFilters</a>
  </div>
<div class="contents">
<h1>itkChangeInformationImageFilter.h</h1><a href="itkChangeInformationImageFilter_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: itkChangeInformationImageFilter.h,v $</span>
<a name="l00005"></a>00005 <span class="comment">  Language:  C++</span>
<a name="l00006"></a>00006 <span class="comment">  Date:      $Date: 2008-10-13 18:54:26 $</span>
<a name="l00007"></a>00007 <span class="comment">  Version:   $Revision: 1.10 $</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 __itkChangeInformationImageFilter_h</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __itkChangeInformationImageFilter_h</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020 <span class="preprocessor">#include "<a class="code" href="itkImageToImageFilter_8h.html">itkImageToImageFilter.h</a>"</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include "<a class="code" href="itkFixedArray_8h.html">itkFixedArray.h</a>"</span>
<a name="l00022"></a>00022 
<a name="l00023"></a>00023 <span class="keyword">namespace </span>itk
<a name="l00024"></a>00024 {
<a name="l00025"></a>00025 
<a name="l00047"></a>00047 <span class="keyword">template</span> &lt;<span class="keyword">class</span> TInputImage&gt;
<a name="l00048"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html">00048</a> <span class="keyword">class </span><a class="code" href="itkWin32Header_8h.html#7d4384322557205d75f0719c012dded6">ITK_EXPORT</a> <a class="code" href="classitk_1_1ChangeInformationImageFilter.html" title="Change the origin, spacing and/or region of an Image.">ChangeInformationImageFilter</a>:
<a name="l00049"></a>00049     <span class="keyword">public</span> <a class="code" href="classitk_1_1ImageToImageFilter.html" title="Base class for filters that take an image as input and produce an image as output...">ImageToImageFilter</a>&lt;TInputImage,TInputImage&gt;
<a name="l00050"></a>00050 {
<a name="l00051"></a>00051 <span class="keyword">public</span>:
<a name="l00053"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#33c0bcfebd738f1db38c33e1e657407e">00053</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ChangeInformationImageFilter.html" title="Change the origin, spacing and/or region of an Image.">ChangeInformationImageFilter</a>                 <a class="code" href="classitk_1_1ChangeInformationImageFilter.html" title="Change the origin, spacing and/or region of an Image.">Self</a>;
<a name="l00054"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#779c1004eeda5df543778bbcc3cd63e4">00054</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ImageToImageFilter.html">ImageToImageFilter&lt;TInputImage,TInputImage&gt;</a>  <a class="code" href="classitk_1_1ImageToImageFilter.html">Superclass</a>;
<a name="l00055"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#e67fc5d5c7118e8f9437f6a05af37221">00055</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="l00056"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#3decbef4e2410e3f469b6316956b78ba">00056</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="l00057"></a>00057 
<a name="l00059"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#0a9a21a55022adb99da1582321225aed">00059</a>   <a class="code" href="itkMacro_8h.html#0fdc15685afa271857c57e7cd482f30c">itkNewMacro</a>(<a class="code" href="classitk_1_1ChangeInformationImageFilter.html" title="Change the origin, spacing and/or region of an Image.">Self</a>);  
<a name="l00060"></a>00060 
<a name="l00062"></a>00062   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#ed8c4a40607d317c666eb96ea265e126">TInputImage::RegionType</a> OutputImageRegionType;
<a name="l00063"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#d265972ede84df997f84127a88a8799d">00063</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#ed8c4a40607d317c666eb96ea265e126">TInputImage::RegionType</a> InputImageRegionType;
<a name="l00064"></a>00064 
<a name="l00066"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#df46c113761623f99093c18d513410b1">00066</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#539cce1a3282ba59952dedcbf9cdb23f">TInputImage::Pointer</a> InputImagePointer;
<a name="l00067"></a>00067 
<a name="l00069"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#6000772bcab150de95b91bf2e3280b01">00069</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputImage::PixelType OutputImagePixelType;
<a name="l00070"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#c81d2221f52ada8f0585aba1490e09d3">00070</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputImage::PixelType InputImagePixelType;
<a name="l00071"></a>00071 
<a name="l00073"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#4058d525a1cdbcc7141ed92bdf6fab8f">00073</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">TInputImage::IndexType</a>     OutputImageIndexType;
<a name="l00074"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#fc8c11be56e0a3e1e6fb3e3bd5e3c345">00074</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">TInputImage::IndexType</a>     InputImageIndexType;
<a name="l00075"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#05baad518382ae125d9af8c83cc0531e">00075</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#5bf82236e1e50e653de84c8ead448599">TInputImage::SizeType</a>      OutputImageSizeType;
<a name="l00076"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#4b2ece77603e0d463a2f84ea0404371c">00076</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#5bf82236e1e50e653de84c8ead448599">TInputImage::SizeType</a>      InputImageSizeType;
<a name="l00077"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#d04386ced32a02977c7b5fdae9485247">00077</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputImage::OffsetType    OutputImageOffsetType;
<a name="l00078"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#204c20736d95c2e186a9fab02d8d9b80">00078</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputImage::OffsetType    InputImageOffsetType;
<a name="l00079"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#9c5e867dbff3e7d19f27beef4687f665">00079</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputImage::DirectionType OutputImageDirectionType;
<a name="l00080"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#77df1ab082d494d99fce491631cd856c">00080</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputImage::DirectionType InputImageDirectionType;
<a name="l00081"></a>00081 
<a name="l00083"></a>00083   <a class="code" href="itkMacro_8h.html#1905cf6b2e88235996fa7ff73b2fb0eb">itkStaticConstMacro</a>(ImageDimension, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>,
<a name="l00084"></a>00084                       TInputImage::ImageDimension);
<a name="l00085"></a>00085 
<a name="l00087"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#3bde4558b834965017454e09000e0ea8">00087</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputImage::SpacingType   SpacingType;
<a name="l00088"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#fe8713ddf903a907e6a46f0246ac4f9b">00088</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputImage::PointType     PointType;
<a name="l00089"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#bda5eb83cfc4d589715f686dc3c77575">00089</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputImage::DirectionType DirectionType;
<a name="l00090"></a>00090 
<a name="l00092"></a>00092   <a class="code" href="itkMacro_8h.html#574c1f86661d409dd32c742307a0e96a">itkTypeMacro</a>(<a class="code" href="classitk_1_1ChangeInformationImageFilter.html" title="Change the origin, spacing and/or region of an Image.">ChangeInformationImageFilter</a>, <a class="code" href="classitk_1_1ImageToImageFilter.html" title="Base class for filters that take an image as input and produce an image as output...">ImageToImageFilter</a>);
<a name="l00093"></a>00093 
<a name="l00096"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#4f179a35bd1983f2f0c529116e0e1a05">00096</a>   <span class="keywordtype">void</span> SetReferenceImage (TInputImage *image)
<a name="l00097"></a>00097     {
<a name="l00098"></a>00098     <span class="keywordflow">if</span> (image != m_ReferenceImage)
<a name="l00099"></a>00099       {
<a name="l00100"></a>00100       m_ReferenceImage = image;
<a name="l00101"></a>00101       this-&gt;<a class="code" href="classitk_1_1ProcessObject.html#148829de75f8eae1161af95151710808">ProcessObject::SetNthInput</a>(1, image);
<a name="l00102"></a>00102       this-&gt;Modified();
<a name="l00103"></a>00103       }
<a name="l00104"></a>00104     }
<a name="l00105"></a>00105   <a class="code" href="itkMacro_8h.html#f6bef9ee7e4c077b96a08848ed4e7660">itkGetObjectMacro</a>(ReferenceImage, TInputImage);
<a name="l00107"></a>00107 
<a name="l00108"></a>00108   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(UseReferenceImage, <span class="keywordtype">bool</span>);
<a name="l00109"></a>00109   <a class="code" href="itkMacro_8h.html#9e7d129ffebb09fd28bc213e02d87248">itkBooleanMacro</a>(UseReferenceImage);
<a name="l00110"></a>00110   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>(UseReferenceImage, <span class="keywordtype">bool</span>);
<a name="l00111"></a>00111 
<a name="l00115"></a>00115   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(OutputSpacing, SpacingType);
<a name="l00116"></a>00116   <a class="code" href="itkMacro_8h.html#7d989c13a1a213168db99ae0f84185d4">itkGetConstReferenceMacro</a>(OutputSpacing, SpacingType);
<a name="l00118"></a>00118 
<a name="l00122"></a>00122   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(OutputOrigin, PointType);
<a name="l00123"></a>00123   <a class="code" href="itkMacro_8h.html#7d989c13a1a213168db99ae0f84185d4">itkGetConstReferenceMacro</a>(OutputOrigin, PointType);
<a name="l00125"></a>00125 
<a name="l00129"></a>00129   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(OutputDirection, DirectionType);
<a name="l00130"></a>00130   <a class="code" href="itkMacro_8h.html#7d989c13a1a213168db99ae0f84185d4">itkGetConstReferenceMacro</a>(OutputDirection, DirectionType);
<a name="l00132"></a>00132 
<a name="l00141"></a>00141   <a class="code" href="itkMacro_8h.html#eff3a5968b6bfe273c369cdc16a838cb">itkSetVectorMacro</a>(OutputOffset, <span class="keywordtype">long</span>, ImageDimension);
<a name="l00142"></a>00142   <a class="code" href="itkMacro_8h.html#edb536a6964a83607f5a60976e12a8fc">itkGetVectorMacro</a>(OutputOffset, <span class="keyword">const</span> <span class="keywordtype">long</span>, ImageDimension);
<a name="l00144"></a>00144 
<a name="l00146"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#244dccfba0b795d3e46bc0fdd8942e9b">00146</a>   <span class="keywordtype">void</span> ChangeAll()
<a name="l00147"></a>00147     {
<a name="l00148"></a>00148     this-&gt;ChangeSpacingOn();
<a name="l00149"></a>00149     this-&gt;ChangeOriginOn();
<a name="l00150"></a>00150     this-&gt;ChangeDirectionOn();
<a name="l00151"></a>00151     this-&gt;ChangeRegionOn();
<a name="l00152"></a>00152     }
<a name="l00154"></a>00154 
<a name="l00157"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#b70eb0c908ec53d7d702a2829ec24ec3">00157</a>   <span class="keywordtype">void</span> ChangeNone()
<a name="l00158"></a>00158     {
<a name="l00159"></a>00159     this-&gt;ChangeSpacingOff();
<a name="l00160"></a>00160     this-&gt;ChangeOriginOff();
<a name="l00161"></a>00161     this-&gt;ChangeDirectionOff();
<a name="l00162"></a>00162     this-&gt;ChangeRegionOff();
<a name="l00163"></a>00163     }
<a name="l00165"></a>00165 
<a name="l00172"></a>00172   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(ChangeSpacing, <span class="keywordtype">bool</span>);
<a name="l00173"></a>00173   <a class="code" href="itkMacro_8h.html#9e7d129ffebb09fd28bc213e02d87248">itkBooleanMacro</a>(ChangeSpacing);
<a name="l00174"></a>00174   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>(ChangeSpacing, <span class="keywordtype">bool</span>);
<a name="l00175"></a>00175 
<a name="l00182"></a>00182   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(ChangeOrigin, <span class="keywordtype">bool</span>);
<a name="l00183"></a>00183   <a class="code" href="itkMacro_8h.html#9e7d129ffebb09fd28bc213e02d87248">itkBooleanMacro</a>(ChangeOrigin);
<a name="l00184"></a>00184   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>(ChangeOrigin, <span class="keywordtype">bool</span>);
<a name="l00185"></a>00185 
<a name="l00192"></a>00192   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(ChangeDirection, <span class="keywordtype">bool</span>);
<a name="l00193"></a>00193   <a class="code" href="itkMacro_8h.html#9e7d129ffebb09fd28bc213e02d87248">itkBooleanMacro</a>(ChangeDirection);
<a name="l00194"></a>00194   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>(ChangeDirection, <span class="keywordtype">bool</span>);
<a name="l00195"></a>00195 
<a name="l00198"></a>00198   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(ChangeRegion, <span class="keywordtype">bool</span>);
<a name="l00199"></a>00199   <a class="code" href="itkMacro_8h.html#9e7d129ffebb09fd28bc213e02d87248">itkBooleanMacro</a>(ChangeRegion);
<a name="l00200"></a>00200   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>(ChangeRegion, <span class="keywordtype">bool</span>);
<a name="l00201"></a>00201 
<a name="l00205"></a>00205   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(CenterImage, <span class="keywordtype">bool</span>);
<a name="l00206"></a>00206   <a class="code" href="itkMacro_8h.html#9e7d129ffebb09fd28bc213e02d87248">itkBooleanMacro</a>(CenterImage);
<a name="l00207"></a>00207   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>(CenterImage, <span class="keywordtype">bool</span>);
<a name="l00209"></a>00209 
<a name="l00211"></a>00211   <span class="keyword">virtual</span> <span class="keywordtype">void</span> GenerateOutputInformation();
<a name="l00212"></a>00212 
<a name="l00214"></a>00214   <span class="keyword">virtual</span> <span class="keywordtype">void</span> GenerateInputRequestedRegion();
<a name="l00215"></a>00215 
<a name="l00217"></a>00217   <span class="keywordtype">void</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#f75a5945cdd8315676941024a0b8c1e9">GenerateData</a>();
<a name="l00218"></a>00218 
<a name="l00219"></a>00219 <span class="keyword">protected</span>:
<a name="l00220"></a>00220   <a class="code" href="classitk_1_1ChangeInformationImageFilter.html" title="Change the origin, spacing and/or region of an Image.">ChangeInformationImageFilter</a>();
<a name="l00221"></a><a class="code" href="classitk_1_1ChangeInformationImageFilter.html#1583d390592bf9c2fd140769d6c26061">00221</a>   <a class="code" href="classitk_1_1ChangeInformationImageFilter.html#1583d390592bf9c2fd140769d6c26061">~ChangeInformationImageFilter</a>() {};
<a name="l00222"></a>00222   <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="l00223"></a>00223 
<a name="l00224"></a>00224 <span class="keyword">private</span>:
<a name="l00225"></a>00225   <a class="code" href="classitk_1_1ChangeInformationImageFilter.html" title="Change the origin, spacing and/or region of an Image.">ChangeInformationImageFilter</a>(<span class="keyword">const</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#ac7d0120fe5292cdcdddb6163b8cb150">Self</a>&amp;); <span class="comment">//purposely not implemented</span>
<a name="l00226"></a>00226   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#ac7d0120fe5292cdcdddb6163b8cb150">Self</a>&amp;); <span class="comment">//purposely not implemented</span>
<a name="l00227"></a>00227 
<a name="l00228"></a>00228   InputImagePointer m_ReferenceImage;
<a name="l00229"></a>00229 
<a name="l00230"></a>00230   <span class="keywordtype">bool</span> m_CenterImage;
<a name="l00231"></a>00231   <span class="keywordtype">bool</span> m_ChangeSpacing;
<a name="l00232"></a>00232   <span class="keywordtype">bool</span> m_ChangeOrigin;
<a name="l00233"></a>00233   <span class="keywordtype">bool</span> m_ChangeDirection;
<a name="l00234"></a>00234   <span class="keywordtype">bool</span> m_ChangeRegion;
<a name="l00235"></a>00235   <span class="keywordtype">bool</span> m_UseReferenceImage;
<a name="l00236"></a>00236   
<a name="l00237"></a>00237   SpacingType   m_OutputSpacing;
<a name="l00238"></a>00238   PointType     m_OutputOrigin;
<a name="l00239"></a>00239   DirectionType m_OutputDirection;
<a name="l00240"></a>00240 
<a name="l00241"></a>00241   <span class="keywordtype">long</span>                  m_OutputOffset[ImageDimension];
<a name="l00242"></a>00242   OutputImageOffsetType m_Shift;
<a name="l00243"></a>00243 };
<a name="l00244"></a>00244 
<a name="l00245"></a>00245   
<a name="l00246"></a>00246 } <span class="comment">// end namespace itk</span>
<a name="l00247"></a>00247   
<a name="l00248"></a>00248 <span class="preprocessor">#ifndef ITK_MANUAL_INSTANTIATION</span>
<a name="l00249"></a>00249 <span class="preprocessor"></span><span class="preprocessor">#include "itkChangeInformationImageFilter.txx"</span>
<a name="l00250"></a>00250 <span class="preprocessor">#endif</span>
<a name="l00251"></a>00251 <span class="preprocessor"></span>  
<a name="l00252"></a>00252 <span class="preprocessor">#endif</span>
<a name="l00253"></a>00253 <span class="preprocessor"></span>
</pre></div></div>
<hr><address><small>
Generated at Thu May 7 22:23: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>