Sophie

Sophie

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

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: itkShapedFloodFilledFunctionConditionalConstIterator.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_dd352b1cbb04f9ff09fa5f33693fed9f.html">Review</a>
  </div>
<div class="contents">
<h1>itkShapedFloodFilledFunctionConditionalConstIterator.h</h1><a href="itkShapedFloodFilledFunctionConditionalConstIterator_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: itkShapedFloodFilledFunctionConditionalConstIterator.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-02-16 21:17:19 $</span>
<a name="l00007"></a>00007 <span class="comment">  Version:   $Revision: 1.1 $</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 __itkShapedFloodFilledFunctionConditionalConstIterator_h</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __itkShapedFloodFilledFunctionConditionalConstIterator_h</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;queue&gt;</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;vector&gt;</span>
<a name="l00022"></a>00022 
<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="itkIndex_8h.html">itkIndex.h</a>"</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="itkSize_8h.html">itkSize.h</a>"</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="itkConditionalConstIterator_8h.html">itkConditionalConstIterator.h</a>"</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="itkShapedNeighborhoodIterator_8h.html">itkShapedNeighborhoodIterator.h</a>"</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="itkConnectedComponentAlgorithm_8h.html">itkConnectedComponentAlgorithm.h</a>"</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="itkImage_8h.html">itkImage.h</a>"</span>
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 <span class="keyword">namespace </span>itk
<a name="l00031"></a>00031 {
<a name="l00032"></a>00032 
<a name="l00040"></a>00040 <span class="keyword">template</span>&lt;<span class="keyword">class</span> TImage, <span class="keyword">class</span> TFunction&gt;
<a name="l00041"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html">00041</a> <span class="keyword">class </span><a class="code" href="itkWin32Header_8h.html#7d4384322557205d75f0719c012dded6">ITK_EXPORT</a> <a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html" title="Iterates over a flood-filled spatial function.">ShapedFloodFilledFunctionConditionalConstIterator</a>:
<a name="l00042"></a>00042     <span class="keyword">public</span> <a class="code" href="classitk_1_1ConditionalConstIterator.html" title="ConditionalConstIterator is a base class for other iterators where membership in...">ConditionalConstIterator</a>&lt;TImage&gt;
<a name="l00043"></a>00043 {
<a name="l00044"></a>00044 <span class="keyword">public</span>:
<a name="l00045"></a>00045 
<a name="l00047"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#e60f7eabe767c2ec3b77af5b98aa9852">00047</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html" title="Iterates over a flood-filled spatial function.">ShapedFloodFilledFunctionConditionalConstIterator</a> <a class="code" href="classitk_1_1ConditionalConstIterator.html" title="ConditionalConstIterator is a base class for other iterators where membership in...">Self</a>;
<a name="l00048"></a>00048 
<a name="l00050"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#fa8c7db6558be1f705a1e808d7af9668">00050</a>   <span class="keyword">typedef</span> TFunction FunctionType;
<a name="l00051"></a>00051 
<a name="l00053"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#e2bd298526d5af5c1c69b4e41bc9567f">00053</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TFunction::InputType FunctionInputType;
<a name="l00054"></a>00054 
<a name="l00056"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#dcea5d79fd7c00587f98b76111f78a1a">00056</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">TImage::IndexType</a> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">IndexType</a>;
<a name="l00057"></a>00057 
<a name="l00059"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#feb2448c0e6b319c37f7c35d1416ac05">00059</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TImage::OffsetType OffsetType;
<a name="l00060"></a>00060 
<a name="l00062"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#ada4e6072fc0a89c459f011af917faaa">00062</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#5bf82236e1e50e653de84c8ead448599">TImage::SizeType</a> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#5bf82236e1e50e653de84c8ead448599">SizeType</a>;
<a name="l00063"></a>00063 
<a name="l00065"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#250c2899925ae3989c1bbdb89bf8936e">00065</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#ed8c4a40607d317c666eb96ea265e126">TImage::RegionType</a> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#ed8c4a40607d317c666eb96ea265e126">RegionType</a>;
<a name="l00066"></a>00066 
<a name="l00068"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#0ea869abc223689fa28e15b36335f49e">00068</a>   <span class="keyword">typedef</span> TImage ImageType;
<a name="l00069"></a>00069 
<a name="l00071"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#044ca605f1f4f57011dd71423c8578eb">00071</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TImage::InternalPixelType InternalPixelType;
<a name="l00072"></a>00072 
<a name="l00074"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#fa5145fff8733ce759dc60da4b01339d">00074</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TImage::PixelType   PixelType;  
<a name="l00075"></a>00075 
<a name="l00077"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#258ccd0cd787ce0f18d82d9779150620">00077</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1ShapedNeighborhoodIterator.html">itk::ShapedNeighborhoodIterator&lt;ImageType&gt;</a> <a class="code" href="classitk_1_1ShapedNeighborhoodIterator.html">NeighborhoodIteratorType</a>;
<a name="l00078"></a>00078 
<a name="l00083"></a>00083   <a class="code" href="itkMacro_8h.html#1905cf6b2e88235996fa7ff73b2fb0eb">itkStaticConstMacro</a>(NDimensions, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>, TImage::ImageDimension);
<a name="l00084"></a>00084 
<a name="l00088"></a>00088   <a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html" title="Iterates over a flood-filled spatial function.">ShapedFloodFilledFunctionConditionalConstIterator</a>(<span class="keyword">const</span> ImageType *imagePtr,
<a name="l00089"></a>00089                                      FunctionType *fnPtr,
<a name="l00090"></a>00090                                      <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">IndexType</a> startIndex);
<a name="l00091"></a>00091 
<a name="l00095"></a>00095   <a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html" title="Iterates over a flood-filled spatial function.">ShapedFloodFilledFunctionConditionalConstIterator</a>(<span class="keyword">const</span> ImageType *imagePtr,
<a name="l00096"></a>00096                                      FunctionType *fnPtr,
<a name="l00097"></a>00097                                      std::vector&lt;IndexType&gt; &amp; startIndices);
<a name="l00098"></a>00098 
<a name="l00102"></a>00102   <a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html" title="Iterates over a flood-filled spatial function.">ShapedFloodFilledFunctionConditionalConstIterator</a>(<span class="keyword">const</span> ImageType *imagePtr,
<a name="l00103"></a>00103                                               FunctionType *fnPtr);
<a name="l00104"></a>00104 
<a name="l00109"></a>00109   <span class="keywordtype">void</span> FindSeedPixel();
<a name="l00110"></a>00110 
<a name="l00112"></a>00112   <span class="keywordtype">void</span> FindSeedPixels();
<a name="l00113"></a>00113 
<a name="l00115"></a>00115   <span class="keywordtype">void</span> InitializeIterator();
<a name="l00116"></a>00116 
<a name="l00118"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#2b040d1b8b4a6c0d80d40cf28aa00e57">00118</a>   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#2b040d1b8b4a6c0d80d40cf28aa00e57">~ShapedFloodFilledFunctionConditionalConstIterator</a>() {};
<a name="l00119"></a>00119 
<a name="l00121"></a>00121   <span class="keyword">virtual</span> <span class="keywordtype">bool</span> IsPixelIncluded(<span class="keyword">const</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">IndexType</a> &amp; index) <span class="keyword">const</span> = 0;
<a name="l00122"></a>00122 
<a name="l00125"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#b057b34d1a6a4f6c005a8833bafe806d">00125</a>   <a class="code" href="classitk_1_1ConditionalConstIterator.html" title="ConditionalConstIterator is a base class for other iterators where membership in...">Self</a> &amp;operator=(<span class="keyword">const</span> <a class="code" href="classitk_1_1ConditionalConstIterator.html" title="ConditionalConstIterator is a base class for other iterators where membership in...">Self</a>&amp; it)
<a name="l00126"></a>00126     {
<a name="l00127"></a>00127     this-&gt;m_Image = it.<a class="code" href="classitk_1_1ConditionalConstIterator.html#b495a2138b3b64f723af9d53106dc9c0">m_Image</a>;     <span class="comment">// copy the smart pointer</span>
<a name="l00128"></a>00128     this-&gt;m_Region = it.<a class="code" href="classitk_1_1ConditionalConstIterator.html#32f44708e43f2a3e46cb214a1d2cead2">m_Region</a>;
<a name="l00129"></a>00129     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00130"></a>00130     } 
<a name="l00131"></a>00131 
<a name="l00133"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#b7f7fe67243238d05ba41befbe6d35de">00133</a>   <span class="keyword">static</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> GetIteratorDimension() 
<a name="l00134"></a>00134     {<span class="keywordflow">return</span> TImage::ImageDimension;}
<a name="l00135"></a>00135 
<a name="l00140"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#d43e0367f9e1cf2bacc07e2b236ba015">00140</a>   <span class="keyword">const</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">IndexType</a> GetIndex()
<a name="l00141"></a>00141     { <span class="keywordflow">return</span> m_IndexStack.front();}
<a name="l00142"></a>00142 
<a name="l00144"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#df5571174761dcbe60989ef22f6e131a">00144</a>   <span class="keyword">const</span> PixelType &amp; Get(<span class="keywordtype">void</span>)<span class="keyword"> const</span>
<a name="l00145"></a>00145 <span class="keyword">    </span>{ <span class="keywordflow">return</span> this-&gt;m_Image-&gt;GetPixel(m_IndexStack.front() ); }
<a name="l00146"></a>00146 
<a name="l00148"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#f670dfb810a733080a72d0c8d52cf50b">00148</a>   <span class="keywordtype">bool</span> IsAtEnd()
<a name="l00149"></a>00149     { <span class="keywordflow">return</span> this-&gt;m_IsAtEnd; }
<a name="l00150"></a>00150 
<a name="l00152"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#0a73d437f99a04e95df9dc41ec95f28c">00152</a>   <span class="keywordtype">void</span> AddSeed ( <span class="keyword">const</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">IndexType</a> seed )
<a name="l00153"></a>00153     {
<a name="l00154"></a>00154     m_StartIndices.push_back ( seed );
<a name="l00155"></a>00155     }
<a name="l00156"></a>00156 
<a name="l00158"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#9f2150291bfcadfcdb4ed9a510d5fca4">00158</a>   <span class="keywordtype">void</span> ClearSeeds ()
<a name="l00159"></a>00159     {
<a name="l00160"></a>00160     m_StartIndices.clear();
<a name="l00161"></a>00161     }
<a name="l00162"></a>00162 
<a name="l00165"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#3d2967bf468109f154db977966f7e856">00165</a>   <span class="keywordtype">void</span> GoToBegin()
<a name="l00166"></a>00166     {
<a name="l00167"></a>00167     <span class="comment">// Clear the queue</span>
<a name="l00168"></a>00168     <span class="keywordflow">while</span> (!m_IndexStack.empty())
<a name="l00169"></a>00169       {
<a name="l00170"></a>00170       m_IndexStack.pop();
<a name="l00171"></a>00171       }
<a name="l00172"></a>00172 
<a name="l00173"></a>00173     this-&gt;m_IsAtEnd = <span class="keyword">true</span>;
<a name="l00174"></a>00174     <span class="comment">// Initialize the temporary image</span>
<a name="l00175"></a>00175     m_TempPtr-&gt;FillBuffer(
<a name="l00176"></a>00176       NumericTraits&lt;ITK_TYPENAME TTempImage::PixelType&gt;::Zero
<a name="l00177"></a>00177       );
<a name="l00178"></a>00178     
<a name="l00179"></a>00179     <span class="keywordflow">for</span> ( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i = 0; i &lt; m_StartIndices.size(); i++ )
<a name="l00180"></a>00180       {
<a name="l00181"></a>00181       <span class="keywordflow">if</span>( this-&gt;m_Image-&gt;GetBufferedRegion().IsInside ( m_StartIndices[i] ) &amp;&amp;
<a name="l00182"></a>00182           this-&gt;IsPixelIncluded(m_StartIndices[i]) )
<a name="l00183"></a>00183         {
<a name="l00184"></a>00184         <span class="comment">// Push the seed onto the queue</span>
<a name="l00185"></a>00185         m_IndexStack.push(m_StartIndices[i]);
<a name="l00186"></a>00186         
<a name="l00187"></a>00187         <span class="comment">// Obviously, we're at the beginning</span>
<a name="l00188"></a>00188         this-&gt;m_IsAtEnd = <span class="keyword">false</span>;
<a name="l00189"></a>00189         
<a name="l00190"></a>00190         <span class="comment">// Mark the start index in the temp image as inside the</span>
<a name="l00191"></a>00191         <span class="comment">// function, neighbor check incomplete</span>
<a name="l00192"></a>00192         m_TempPtr-&gt;SetPixel(m_StartIndices[i], 2);
<a name="l00193"></a>00193         }
<a name="l00194"></a>00194       }
<a name="l00195"></a>00195     }
<a name="l00196"></a>00196 
<a name="l00198"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#b048a433154d0f862087aa07a01d8c94">00198</a>   <span class="keywordtype">void</span> operator++()
<a name="l00199"></a>00199     { this-&gt;DoFloodStep(); }
<a name="l00200"></a>00200 
<a name="l00201"></a>00201   <span class="keywordtype">void</span> DoFloodStep();
<a name="l00202"></a>00202   
<a name="l00203"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#b15d0fda7fd9f140d61886b5489a2770">00203</a>   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1SmartPointer.html">SmartPointer&lt;FunctionType&gt;</a> GetFunction()<span class="keyword"> const</span>
<a name="l00204"></a>00204 <span class="keyword">    </span>{
<a name="l00205"></a>00205     <span class="keywordflow">return</span> m_Function;
<a name="l00206"></a>00206     }
<a name="l00207"></a>00207     
<a name="l00212"></a>00212   <span class="keywordtype">void</span> SetFullyConnected(<span class="keyword">const</span> <span class="keywordtype">bool</span> _arg);
<a name="l00213"></a>00213   <span class="keywordtype">bool</span> GetFullyConnected() <span class="keyword">const</span>;
<a name="l00214"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#0c3a2a4c0d99dfa262f23da185d8e6fc">00214</a>   <a class="code" href="itkMacro_8h.html#9e7d129ffebb09fd28bc213e02d87248">itkBooleanMacro</a>(FullyConnected);
<a name="l00216"></a>00216 
<a name="l00217"></a>00217 
<a name="l00218"></a>00218 <span class="keyword">protected</span>: <span class="comment">//made protected so other iterators can access </span>
<a name="l00220"></a>00220 <span class="comment"></span>  <a class="code" href="classitk_1_1SmartPointer.html">SmartPointer&lt;FunctionType&gt;</a> m_Function;
<a name="l00221"></a>00221 
<a name="l00227"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#76a6cccbc90ee5a9fe09f15af7463c36">00227</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1Image.html" title="Templated n-dimensional image class.">Image&lt;unsigned char, itkGetStaticConstMacro(NDimensions)&gt;</a> <a class="code" href="classitk_1_1Image.html" title="Templated n-dimensional image class.">TTempImage</a>;
<a name="l00228"></a>00228 
<a name="l00229"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#bdd5ca2b7f9ab22b57fb802fa57378cb">00229</a>   <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">TTempImage::Pointer</a> m_TempPtr;
<a name="l00230"></a>00230   
<a name="l00232"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#da87e54d38389fe59115fe4abeb7654f">00232</a>   std::vector&lt;IndexType&gt; m_StartIndices;
<a name="l00233"></a>00233 
<a name="l00235"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#a272057b8c2802c560ccc173a654e7df">00235</a>   <span class="keyword">typename</span> ImageType::PointType m_ImageOrigin;
<a name="l00236"></a>00236 
<a name="l00238"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#c804dbc661d98853623d58a075e031e2">00238</a>   <span class="keyword">typename</span> ImageType::SpacingType m_ImageSpacing;
<a name="l00239"></a>00239 
<a name="l00241"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#63be505148f2b6cb7cda1b21865280e4">00241</a>   <a class="code" href="classitk_1_1ShapedNeighborhoodIterator.html">NeighborhoodIteratorType</a> m_NeighborhoodIterator;
<a name="l00242"></a>00242 
<a name="l00244"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#ecd287f08c0d32232313143a15687884">00244</a>   <a class="code" href="namespaceHardConnectedComponentImageFilter.html#ed8c4a40607d317c666eb96ea265e126">RegionType</a>   m_ImageRegion;
<a name="l00245"></a>00245 
<a name="l00247"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#9a0bfee68635e98e294d3c2eaa76f783">00247</a>   std::queue&lt;IndexType&gt; m_IndexStack;
<a name="l00248"></a>00248 
<a name="l00250"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#31a01075a4308184ea739a98cb290677">00250</a>   FunctionInputType m_LocationVector;
<a name="l00251"></a>00251 
<a name="l00254"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#512ea01803452bff0104ace91fe2934f">00254</a>   <span class="keywordtype">bool</span> m_FoundUncheckedNeighbor;
<a name="l00255"></a>00255 
<a name="l00257"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#a6c8e15175a5082fc3020c310c106864">00257</a>   <span class="keywordtype">bool</span> m_IsValidIndex;
<a name="l00258"></a>00258 
<a name="l00264"></a><a class="code" href="classitk_1_1ShapedFloodFilledFunctionConditionalConstIterator.html#a926067074f3101c838ca65c98be060b">00264</a>   <span class="keywordtype">bool</span> m_FullyConnected;
<a name="l00265"></a>00265 };
<a name="l00267"></a>00267 
<a name="l00268"></a>00268 } <span class="comment">// end namespace itk</span>
<a name="l00269"></a>00269 
<a name="l00270"></a>00270 <span class="preprocessor">#ifndef ITK_MANUAL_INSTANTIATION</span>
<a name="l00271"></a>00271 <span class="preprocessor"></span><span class="preprocessor">#include "itkShapedFloodFilledFunctionConditionalConstIterator.txx"</span>
<a name="l00272"></a>00272 <span class="preprocessor">#endif</span>
<a name="l00273"></a>00273 <span class="preprocessor"></span>
<a name="l00274"></a>00274 <span class="preprocessor">#endif </span>
<a name="l00275"></a>00275 <span class="preprocessor"></span>
</pre></div></div>
<hr><address><small>
Generated at Fri May 8 00:09:33 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>