Sophie

Sophie

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

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: itkObjectMorphologyImageFilter.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>itkObjectMorphologyImageFilter.h</h1><a href="itkObjectMorphologyImageFilter_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: itkObjectMorphologyImageFilter.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-14 19:56:22 $</span>
<a name="l00007"></a>00007 <span class="comment">  Version:   $Revision: 1.9 $</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 __itkObjectMorphologyImageFilter_h</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __itkObjectMorphologyImageFilter_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="itkNeighborhoodIterator_8h.html">itkNeighborhoodIterator.h</a>"</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include "<a class="code" href="itkNeighborhood_8h.html">itkNeighborhood.h</a>"</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="itkConstSliceIterator_8h.html">itkConstSliceIterator.h</a>"</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="itkConstantBoundaryCondition_8h.html">itkConstantBoundaryCondition.h</a>"</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="itkImageBoundaryCondition_8h.html">itkImageBoundaryCondition.h</a>"</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="itkImageRegionIterator_8h.html">itkImageRegionIterator.h</a>"</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="keyword">namespace </span>itk {
<a name="l00029"></a>00029 
<a name="l00072"></a>00072 <span class="keyword">template</span>&lt;<span class="keyword">class</span> TInputImage, <span class="keyword">class</span> TOutputImage, <span class="keyword">class</span> TKernel&gt;
<a name="l00073"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html">00073</a> <span class="keyword">class </span><a class="code" href="itkWin32Header_8h.html#7d4384322557205d75f0719c012dded6">ITK_EXPORT</a> <a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html" title="Base class for the morphological operations being applied to isolated objects in...">ObjectMorphologyImageFilter</a> : 
<a name="l00074"></a>00074     <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, TOutputImage&gt;
<a name="l00075"></a>00075 {
<a name="l00076"></a>00076 <span class="keyword">public</span>:
<a name="l00078"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#2f33ce3486b9896fc60004ffbc081eb6">00078</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html" title="Base class for the morphological operations being applied to isolated objects in...">ObjectMorphologyImageFilter</a>                   <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Self</a>;
<a name="l00079"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#33ef1e335bf49d7a2d4159bb4f9b8fda">00079</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ImageToImageFilter.html">ImageToImageFilter&lt;TInputImage,TOutputImage&gt;</a>  <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Superclass</a>;
<a name="l00080"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#91f9aec817789ec27997e4099cd8d5ba">00080</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="l00081"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#4438986389fd8ceb369d346605f8ef82">00081</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="l00082"></a>00082 
<a name="l00084"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#8522b9f43221e1ca8625c6bc6a065c11">00084</a>   <a class="code" href="itkMacro_8h.html#574c1f86661d409dd32c742307a0e96a">itkTypeMacro</a>(<a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html" title="Base class for the morphological operations being applied to isolated objects in...">ObjectMorphologyImageFilter</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="l00085"></a>00085 
<a name="l00087"></a>00087   <span class="keyword">typedef</span> TInputImage                      <a class="code" href="namespaceHardConnectedComponentImageFilter.html#3742cbac150bee74daa9aab85ed80623">InputImageType</a>;
<a name="l00088"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#a1a78b1f3f4b9072415b38c22c00c93f">00088</a>   <span class="keyword">typedef</span> TOutputImage                     <a class="code" href="namespaceHardConnectedComponentImageFilter.html#386ea018cab3835dcdff2603f4d2280e">OutputImageType</a>;
<a name="l00089"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#24fc9cafe85c30e3a9d3f62c7b675093">00089</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#ed8c4a40607d317c666eb96ea265e126">TInputImage::RegionType</a> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#ed8c4a40607d317c666eb96ea265e126">RegionType</a>;
<a name="l00090"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#bc9d8a67eafb4cdf1470305ac6727645">00090</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#5bf82236e1e50e653de84c8ead448599">TInputImage::SizeType</a>   <a class="code" href="namespaceHardConnectedComponentImageFilter.html#5bf82236e1e50e653de84c8ead448599">SizeType</a>;
<a name="l00091"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#b812bf22773002b8efa8a46a638c3d3f">00091</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">TInputImage::IndexType</a>  <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">IndexType</a>;
<a name="l00092"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#9f5d78ae58c950a70d71d107c7c56cf4">00092</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputImage::PixelType  PixelType;
<a name="l00093"></a>00093 
<a name="l00094"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#8eaf5c7ac7f99ed64d64ed4e52b48bcf">00094</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::OutputImageRegionType OutputImageRegionType;
<a name="l00095"></a>00095 
<a name="l00096"></a>00096   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ImageBoundaryCondition.html">ImageBoundaryCondition&lt;InputImageType&gt;</a> * 
<a name="l00097"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#7f15e650666772cba12a2d1012f1101f">00097</a>                <a class="code" href="classitk_1_1ImageBoundaryCondition.html">ImageBoundaryConditionPointerType</a>;
<a name="l00098"></a>00098   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ImageBoundaryCondition.html">ImageBoundaryCondition&lt;InputImageType&gt;</a> <span class="keyword">const</span> * 
<a name="l00099"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#9ad860f6fe3450b1e211355b0183a9c5">00099</a>                <a class="code" href="classitk_1_1ImageBoundaryCondition.html" title="A virtual base object that defines an interface to a class of boundary condition...">ImageBoundaryConditionConstPointerType</a>;
<a name="l00100"></a>00100   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ConstantBoundaryCondition.html">ConstantBoundaryCondition&lt;InputImageType&gt;</a> 
<a name="l00101"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#fcde8f85331899bb0d0f2eeff7d98a43">00101</a>                <a class="code" href="classitk_1_1ConstantBoundaryCondition.html">DefaultBoundaryConditionType</a>;
<a name="l00102"></a>00102   
<a name="l00104"></a>00104   <a class="code" href="itkMacro_8h.html#1905cf6b2e88235996fa7ff73b2fb0eb">itkStaticConstMacro</a>(ImageDimension, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>,
<a name="l00105"></a>00105                       TInputImage::ImageDimension);
<a name="l00106"></a>00106   <a class="code" href="itkMacro_8h.html#1905cf6b2e88235996fa7ff73b2fb0eb">itkStaticConstMacro</a>(OutputImageDimension, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>,
<a name="l00107"></a>00107                       TOutputImage::ImageDimension );
<a name="l00108"></a>00108   <a class="code" href="itkMacro_8h.html#1905cf6b2e88235996fa7ff73b2fb0eb">itkStaticConstMacro</a>(KernelDimension, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>,
<a name="l00109"></a>00109                       TKernel::NeighborhoodDimension);  
<a name="l00111"></a>00111 
<a name="l00113"></a>00113   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ConstNeighborhoodIterator.html" title="Const version of NeighborhoodIterator, defining iteration of a local N-dimensional...">ConstNeighborhoodIterator&lt;TInputImage&gt;</a> 
<a name="l00114"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#351b1db312f111f348bb0235689b83cc">00114</a>                                  <a class="code" href="classitk_1_1ConstNeighborhoodIterator.html" title="Const version of NeighborhoodIterator, defining iteration of a local N-dimensional...">InputNeighborhoodIteratorType</a>;
<a name="l00115"></a>00115   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1NeighborhoodIterator.html" title="Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image...">NeighborhoodIterator&lt;TOutputImage&gt;</a> 
<a name="l00116"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#91a850a86002aebfcebd3c4094c96cd8">00116</a>                                  <a class="code" href="classitk_1_1NeighborhoodIterator.html" title="Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image...">OutputNeighborhoodIteratorType</a>;
<a name="l00117"></a>00117 
<a name="l00119"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#281b18a410fdc3b152bc9697a5f08d24">00119</a>   <span class="keyword">typedef</span> TKernel KernelType;
<a name="l00120"></a>00120 
<a name="l00122"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#6c55a0b1f5017944960e9adc7292ef5b">00122</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> KernelType::ConstIterator KernelIteratorType;
<a name="l00123"></a>00123 
<a name="l00125"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#e484c1fae7d78cc42a58e1fc421bc91a">00125</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#5bf82236e1e50e653de84c8ead448599">KernelType::SizeType</a> RadiusType;
<a name="l00126"></a>00126 
<a name="l00128"></a>00128   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(Kernel, KernelType);
<a name="l00129"></a>00129 
<a name="l00131"></a>00131   <a class="code" href="itkMacro_8h.html#7d989c13a1a213168db99ae0f84185d4">itkGetConstReferenceMacro</a>(Kernel, KernelType);
<a name="l00132"></a>00132 
<a name="l00134"></a>00134   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>(ObjectValue, PixelType);
<a name="l00135"></a>00135 
<a name="l00137"></a>00137   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(ObjectValue, PixelType);
<a name="l00138"></a>00138 
<a name="l00144"></a>00144   <span class="keywordtype">void</span> GenerateInputRequestedRegion();
<a name="l00145"></a>00145 
<a name="l00152"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#9a6928a2ea2ead669b09480cf2b24dff">00152</a>   <span class="keywordtype">void</span> OverrideBoundaryCondition(<span class="keyword">const</span> <a class="code" href="classitk_1_1ImageBoundaryCondition.html">ImageBoundaryConditionPointerType</a> i)
<a name="l00153"></a>00153     { m_BoundaryCondition = i; }
<a name="l00154"></a>00154 
<a name="l00156"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#9a30205bf2d5909fc1c0982bd0890e19">00156</a>   <span class="keywordtype">void</span> ResetBoundaryCondition()
<a name="l00157"></a>00157     { m_BoundaryCondition = &amp;m_DefaultBoundaryCondition; }
<a name="l00158"></a>00158 
<a name="l00160"></a>00160   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>(BoundaryCondition, ImageBoundaryConditionPointerType);
<a name="l00161"></a>00161 
<a name="l00166"></a>00166   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(UseBoundaryCondition, <span class="keywordtype">bool</span>);
<a name="l00167"></a>00167 
<a name="l00172"></a>00172   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>(UseBoundaryCondition, <span class="keywordtype">bool</span>);
<a name="l00173"></a>00173 
<a name="l00174"></a>00174 <span class="preprocessor">#ifdef ITK_USE_CONCEPT_CHECKING</span>
<a name="l00175"></a>00175 <span class="preprocessor"></span>
<a name="l00176"></a>00176   <a class="code" href="itkConceptChecking_8h.html#009eae6c305d9c390972159815e6a710">itkConceptMacro</a>(SameDimensionCheck1,
<a name="l00177"></a>00177     (<a class="code" href="structitk_1_1Concept_1_1SameDimension.html">Concept::SameDimension&lt;ImageDimension, OutputImageDimension&gt;</a>));
<a name="l00178"></a>00178   <a class="code" href="itkConceptChecking_8h.html#009eae6c305d9c390972159815e6a710">itkConceptMacro</a>(SameDimensionCheck2,
<a name="l00179"></a>00179     (<a class="code" href="structitk_1_1Concept_1_1SameDimension.html">Concept::SameDimension&lt;ImageDimension, KernelDimension&gt;</a>));
<a name="l00180"></a>00180   <a class="code" href="itkConceptChecking_8h.html#009eae6c305d9c390972159815e6a710">itkConceptMacro</a>(OutputInputEqualityComparableCheck,
<a name="l00181"></a>00181     (<a class="code" href="structitk_1_1Concept_1_1EqualityComparable.html">Concept::EqualityComparable</a>&lt;<span class="keyword">typename</span> TOutputImage::PixelType,
<a name="l00182"></a>00182                                  PixelType&gt;));
<a name="l00183"></a>00183   <a class="code" href="itkConceptChecking_8h.html#009eae6c305d9c390972159815e6a710">itkConceptMacro</a>(InputConvertibleToOutputCheck,
<a name="l00184"></a>00184     (<a class="code" href="structitk_1_1Concept_1_1Convertible.html">Concept::Convertible&lt;PixelType, typename TOutputImage::PixelType&gt;</a>));
<a name="l00185"></a>00185   <a class="code" href="itkConceptChecking_8h.html#009eae6c305d9c390972159815e6a710">itkConceptMacro</a>(IntConvertibleToOutputCheck,
<a name="l00186"></a>00186     (<a class="code" href="structitk_1_1Concept_1_1Convertible.html">Concept::Convertible&lt;int, typename TOutputImage::PixelType&gt;</a>));
<a name="l00187"></a>00187   <a class="code" href="itkConceptChecking_8h.html#009eae6c305d9c390972159815e6a710">itkConceptMacro</a>(InputEqualityComparable,
<a name="l00188"></a>00188     (<a class="code" href="structitk_1_1Concept_1_1EqualityComparable.html">Concept::EqualityComparable&lt;PixelType&gt;</a>));
<a name="l00189"></a>00189   <a class="code" href="itkConceptChecking_8h.html#009eae6c305d9c390972159815e6a710">itkConceptMacro</a>(InputOStreamWritableCheck,
<a name="l00190"></a>00190     (<a class="code" href="structitk_1_1Concept_1_1OStreamWritable.html">Concept::OStreamWritable&lt;PixelType&gt;</a>));
<a name="l00191"></a>00191 
<a name="l00193"></a>00193 <span class="preprocessor">#endif</span>
<a name="l00194"></a>00194 <span class="preprocessor"></span>
<a name="l00195"></a>00195 <span class="keyword">protected</span>:
<a name="l00196"></a>00196   <a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html" title="Base class for the morphological operations being applied to isolated objects in...">ObjectMorphologyImageFilter</a>();
<a name="l00197"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#88d1c72d57b9e51e69697997d609298b">00197</a>   <a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#88d1c72d57b9e51e69697997d609298b">~ObjectMorphologyImageFilter</a>() {};
<a name="l00198"></a>00198   <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="l00199"></a>00199 
<a name="l00201"></a>00201   <span class="keywordtype">void</span>  ThreadedGenerateData (<span class="keyword">const</span> OutputImageRegionType&amp; 
<a name="l00202"></a>00202                               outputRegionForThread,
<a name="l00203"></a>00203                               <span class="keywordtype">int</span> threadId);
<a name="l00204"></a>00204 
<a name="l00207"></a>00207   <span class="keyword">virtual</span> <span class="keywordtype">void</span> Evaluate(OutputNeighborhoodIteratorType &amp;nit,
<a name="l00208"></a>00208                         <span class="keyword">const</span> KernelType &amp;kernel)=0;
<a name="l00209"></a>00209 
<a name="l00213"></a>00213   <span class="keywordtype">bool</span> IsObjectPixelOnBoundary(<span class="keyword">const</span> InputNeighborhoodIteratorType &amp;nit);
<a name="l00214"></a>00214 
<a name="l00217"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#0a92986d754b11356728f7977c9d691c">00217</a>   <a class="code" href="classitk_1_1ImageBoundaryCondition.html">ImageBoundaryConditionPointerType</a> m_BoundaryCondition;
<a name="l00218"></a>00218 
<a name="l00220"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#c07aaee614eef4eea44f4a7d527f406c">00220</a>   <a class="code" href="classitk_1_1ConstantBoundaryCondition.html">DefaultBoundaryConditionType</a> m_DefaultBoundaryCondition;
<a name="l00221"></a>00221 
<a name="l00223"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#6704f24ac0b635a40b30d828fa99a524">00223</a>   <span class="keywordtype">bool</span> m_UseBoundaryCondition;
<a name="l00224"></a>00224 
<a name="l00226"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#19c4ba274666339967aff026f3b7ec64">00226</a>   KernelType m_Kernel;
<a name="l00227"></a>00227 
<a name="l00229"></a><a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html#2a2c914e76183f27fab2eba217a871ba">00229</a>   PixelType m_ObjectValue;
<a name="l00230"></a>00230 
<a name="l00231"></a>00231   <span class="keywordtype">void</span> BeforeThreadedGenerateData();
<a name="l00232"></a>00232 
<a name="l00233"></a>00233 <span class="keyword">private</span>:
<a name="l00234"></a>00234   <a class="code" href="classitk_1_1ObjectMorphologyImageFilter.html" title="Base class for the morphological operations being applied to isolated objects in...">ObjectMorphologyImageFilter</a>(<span class="keyword">const</span> <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Self</a>&amp;); <span class="comment">//purposely not implemented</span>
<a name="l00235"></a>00235   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Self</a>&amp;); <span class="comment">//purposely not implemented</span>
<a name="l00236"></a>00236 
<a name="l00237"></a>00237   
<a name="l00238"></a>00238 
<a name="l00239"></a>00239 }; <span class="comment">// end of class</span>
<a name="l00240"></a>00240 
<a name="l00241"></a>00241 } <span class="comment">// end namespace itk</span>
<a name="l00242"></a>00242   
<a name="l00243"></a>00243 <span class="preprocessor">#ifndef ITK_MANUAL_INSTANTIATION</span>
<a name="l00244"></a>00244 <span class="preprocessor"></span><span class="preprocessor">#include "itkObjectMorphologyImageFilter.txx"</span>
<a name="l00245"></a>00245 <span class="preprocessor">#endif</span>
<a name="l00246"></a>00246 <span class="preprocessor"></span>
<a name="l00247"></a>00247 <span class="preprocessor">#endif</span>
<a name="l00248"></a>00248 <span class="preprocessor"></span>
</pre></div></div>
<hr><address><small>
Generated at Thu May 7 23:43:17 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>