Sophie

Sophie

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

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: itkSegmentationLevelSetFunction.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_ea7fc529ede9a38b0438cf13831ae873.html">Common</a>
  </div>
<div class="contents">
<h1>itkSegmentationLevelSetFunction.h</h1><a href="itkSegmentationLevelSetFunction_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: itkSegmentationLevelSetFunction.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-03-03 13:58:52 $</span>
<a name="l00007"></a>00007 <span class="comment">  Version:   $Revision: 1.18 $</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 __itkSegmentationLevelSetFunction_h_</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __itkSegmentationLevelSetFunction_h_</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020 <span class="preprocessor">#include "<a class="code" href="itkLevelSetFunction_8h.html">itkLevelSetFunction.h</a>"</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include "<a class="code" href="itkLinearInterpolateImageFunction_8h.html">itkLinearInterpolateImageFunction.h</a>"</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include "<a class="code" href="itkVectorLinearInterpolateImageFunction_8h.html">itkVectorLinearInterpolateImageFunction.h</a>"</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="itkVectorCastImageFilter_8h.html">itkVectorCastImageFilter.h</a>"</span>
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="keyword">namespace </span>itk {
<a name="l00026"></a>00026 
<a name="l00044"></a>00044 <span class="keyword">template</span> &lt;<span class="keyword">class</span> TImageType, <span class="keyword">class</span> TFeatureImageType = TImageType&gt;
<a name="l00045"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html">00045</a> <span class="keyword">class </span><a class="code" href="itkWin32Header_8h.html#7d4384322557205d75f0719c012dded6">ITK_EXPORT</a> <a class="code" href="classitk_1_1SegmentationLevelSetFunction.html">SegmentationLevelSetFunction</a>
<a name="l00046"></a>00046   : <span class="keyword">public</span> <a class="code" href="classitk_1_1LevelSetFunction.html" title="The LevelSetFunction class is a generic function object which can be used to create...">LevelSetFunction</a>&lt;TImageType&gt;
<a name="l00047"></a>00047 {
<a name="l00048"></a>00048 <span class="keyword">public</span>:
<a name="l00050"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#bef34ecb010f2acd270bc2b92a47cee6">00050</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1SegmentationLevelSetFunction.html">SegmentationLevelSetFunction</a> <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Self</a>;
<a name="l00051"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#ca15581b2226d1d7e4f15ded1155f39b">00051</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1LevelSetFunction.html">LevelSetFunction&lt;TImageType&gt;</a> <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Superclass</a>;
<a name="l00052"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#0e4383f5e9a23a173427b87f3973f192">00052</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="l00053"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#3a0db3ba700ae2b02af87e0bb3430ab2">00053</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="l00054"></a>00054 
<a name="l00056"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#c8f578f6e938956ab9df15a75ca30081">00056</a>   <a class="code" href="itkMacro_8h.html#574c1f86661d409dd32c742307a0e96a">itkTypeMacro</a>( <a class="code" href="classitk_1_1SegmentationLevelSetFunction.html">SegmentationLevelSetFunction</a>, <a class="code" href="classitk_1_1LevelSetFunction.html" title="The LevelSetFunction class is a generic function object which can be used to create...">LevelSetFunction</a> );
<a name="l00057"></a>00057 
<a name="l00059"></a>00059   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::ImageType ImageType;
<a name="l00060"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#53aa2ef22a1f39c4216555c93dfba2d1">00060</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::RadiusType RadiusType;
<a name="l00061"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#f71409cb1106189d552d963b7183e6ec">00061</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::PixelRealType PixelRealType;
<a name="l00062"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#0c4169aaec1b919ee19966b695c4698c">00062</a>   <span class="keyword">typedef</span> TFeatureImageType FeatureImageType;
<a name="l00063"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#a3b84446234511b9274245eaeda27470">00063</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::FloatOffsetType <a class="code" href="classitk_1_1Vector.html" title="A templated class holding a n-Dimensional vector.">FloatOffsetType</a>;
<a name="l00064"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#e96657c131bce899e0a07273110aef28">00064</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::ScalarValueType ScalarValueType;
<a name="l00065"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#3069474bb89b8a5f70f2d5dbe15f59b2">00065</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::NeighborhoodType <a class="code" href="classitk_1_1ConstNeighborhoodIterator.html" title="Const version of NeighborhoodIterator, defining iteration of a local N-dimensional...">NeighborhoodType</a>;
<a name="l00066"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#0ad75759f51c98cfe19993ef9d3ea809">00066</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> FeatureImageType::PixelType FeatureScalarType;
<a name="l00067"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#e4b36688a27ad2691406587244df5f32">00067</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">ImageType::IndexType</a> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">IndexType</a>;
<a name="l00068"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#e1f2226c0c4c76f847ac672812b00d27">00068</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::VectorType <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">VectorType</a>;
<a name="l00069"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#a8291061663c1976be97f4d38b30bbd5">00069</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::GlobalDataStruct GlobalDataStruct;
<a name="l00070"></a>00070 
<a name="l00072"></a>00072   <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="l00073"></a>00073 
<a name="l00075"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#667da13a98d6cf0aacf385fdfbe851ff">00075</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1Image.html" title="Templated n-dimensional image class.">Image&lt;VectorType, itkGetStaticConstMacro(ImageDimension)&gt;</a> <a class="code" href="classitk_1_1Image.html" title="Templated n-dimensional image class.">VectorImageType</a>;
<a name="l00076"></a>00076 
<a name="l00077"></a>00077 
<a name="l00079"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#b7ccbb9c19bd7e337b4d4095c3a8ed77">00079</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1LinearInterpolateImageFunction.html" title="Linearly interpolate an image at specified positions.">LinearInterpolateImageFunction&lt;ImageType&gt;</a>  <a class="code" href="classitk_1_1LinearInterpolateImageFunction.html" title="Linearly interpolate an image at specified positions.">InterpolatorType</a>;
<a name="l00080"></a>00080 
<a name="l00082"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#da7ecadd5c80da83152cd7d0686f4b06">00082</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1VectorLinearInterpolateImageFunction.html" title="Linearly interpolate a vector image at specified positions.">VectorLinearInterpolateImageFunction&lt;VectorImageType&gt;</a> <a class="code" href="classitk_1_1VectorLinearInterpolateImageFunction.html" title="Linearly interpolate a vector image at specified positions.">VectorInterpolatorType</a>;
<a name="l00083"></a>00083 
<a name="l00085"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#38894b2ea18c76013d67c2275d5b43dd">00085</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1ContinuousIndex.html">InterpolatorType::ContinuousIndexType</a> <a class="code" href="classitk_1_1ContinuousIndex.html">ContinuousIndexType</a>;
<a name="l00086"></a>00086 
<a name="l00088"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#46c84e8c2e1519ea453083fbc98fb1b8">00088</a>   <span class="keyword">virtual</span> <span class="keyword">const</span> FeatureImageType *GetFeatureImage()<span class="keyword"> const</span>
<a name="l00089"></a>00089 <span class="keyword">  </span>{ <span class="keywordflow">return</span> m_FeatureImage.GetPointer(); }
<a name="l00090"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#8856e6c5ecad70d2af9e0a5c531ad672">00090</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetFeatureImage(<span class="keyword">const</span> FeatureImageType *f)
<a name="l00091"></a>00091   {    m_FeatureImage = f;  }
<a name="l00093"></a>00093 
<a name="l00095"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#cc406784a0ae6cba30ca35bb72631a7d">00095</a>   <span class="keyword">virtual</span> ImageType *GetSpeedImage() 
<a name="l00096"></a>00096   { <span class="keywordflow">return</span> m_SpeedImage.GetPointer(); }
<a name="l00097"></a>00097   <span class="keywordtype">void</span> SetSpeedImage( ImageType *s );
<a name="l00099"></a>00099 
<a name="l00101"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#b5eb93a58c33724fb58104fdb419381c">00101</a>   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1Image.html" title="Templated n-dimensional image class.">VectorImageType</a> *GetAdvectionImage()<span class="keyword"> const</span>
<a name="l00102"></a>00102 <span class="keyword">  </span>{ <span class="keywordflow">return</span> m_AdvectionImage.GetPointer(); } 
<a name="l00103"></a>00103   <span class="keywordtype">void</span> SetAdvectionImage( VectorImageType *s );
<a name="l00105"></a>00105 
<a name="l00106"></a>00106   
<a name="l00110"></a>00110   <span class="keyword">virtual</span> <span class="keywordtype">void</span> Initialize(<span class="keyword">const</span> RadiusType &amp;r);
<a name="l00111"></a>00111 
<a name="l00116"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#028a44502658401096f73cb5ff73cdd4">00116</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#028a44502658401096f73cb5ff73cdd4">CalculateSpeedImage</a>() {}
<a name="l00117"></a>00117 
<a name="l00122"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#2cabde4a0a9aa432e6e10b6e02745910">00122</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#2cabde4a0a9aa432e6e10b6e02745910">CalculateAdvectionImage</a>() {}
<a name="l00123"></a>00123 
<a name="l00126"></a>00126   <span class="keyword">virtual</span> <span class="keywordtype">void</span> AllocateSpeedImage();
<a name="l00127"></a>00127 
<a name="l00130"></a>00130   <span class="keyword">virtual</span> <span class="keywordtype">void</span> AllocateAdvectionImage();
<a name="l00131"></a>00131 
<a name="l00142"></a>00142   <span class="keyword">virtual</span> <span class="keywordtype">void</span> ReverseExpansionDirection();
<a name="l00143"></a>00143 
<a name="l00144"></a>00144 <span class="keyword">protected</span>:
<a name="l00146"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#beae4d736942b20b6d92be2682572f7d">00146</a>   <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#68fafcc6909430ccd70cbc4aeee0107c">FeatureImageType::ConstPointer</a> m_FeatureImage;
<a name="l00147"></a>00147 
<a name="l00149"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#a2e54219f2bf8ede91b5b8a342e44035">00149</a>   <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#539cce1a3282ba59952dedcbf9cdb23f">ImageType::Pointer</a>        m_SpeedImage;
<a name="l00150"></a>00150 
<a name="l00152"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#f420fad72d4d4dabe9efc879c71e9272">00152</a>   <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">VectorImageType::Pointer</a>  m_AdvectionImage;
<a name="l00153"></a>00153 
<a name="l00155"></a>00155   <a class="code" href="classitk_1_1Functor_1_1VectorCast.html">Functor::VectorCast</a>&lt; <a class="code" href="itkWin32Header_8h.html#140a5da12f0043ba181c7ae0109c31bf">ITK_TYPENAME</a> VectorInterpolatorType::OutputType,
<a name="l00156"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#6ada7f68794606781aa7357b7b3404e0">00156</a>                        <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">VectorType</a> &gt; m_VectorCast;
<a name="l00157"></a>00157 
<a name="l00159"></a>00159   <span class="keyword">virtual</span> ScalarValueType PropagationSpeed(<span class="keyword">const</span> <a class="code" href="classitk_1_1ConstNeighborhoodIterator.html" title="Const version of NeighborhoodIterator, defining iteration of a local N-dimensional...">NeighborhoodType</a> &amp;,
<a name="l00160"></a>00160                                            <span class="keyword">const</span> <a class="code" href="classitk_1_1Vector.html" title="A templated class holding a n-Dimensional vector.">FloatOffsetType</a> &amp;, GlobalDataStruct *gd) <span class="keyword">const</span>;
<a name="l00161"></a>00161 
<a name="l00163"></a>00163   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">VectorType</a> AdvectionField(<span class="keyword">const</span> <a class="code" href="classitk_1_1ConstNeighborhoodIterator.html" title="Const version of NeighborhoodIterator, defining iteration of a local N-dimensional...">NeighborhoodType</a> &amp;,
<a name="l00164"></a>00164                                     <span class="keyword">const</span> <a class="code" href="classitk_1_1Vector.html" title="A templated class holding a n-Dimensional vector.">FloatOffsetType</a> &amp;, GlobalDataStruct *gd) <span class="keyword">const</span>;
<a name="l00165"></a>00165 
<a name="l00166"></a>00166   
<a name="l00167"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#6da4c7381b3d4904d4e8912d2a15de8a">00167</a>   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#6da4c7381b3d4904d4e8912d2a15de8a">~SegmentationLevelSetFunction</a>() {}
<a name="l00168"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#df916860d68bb22049c1cace68482227">00168</a>   <a class="code" href="classitk_1_1SegmentationLevelSetFunction.html">SegmentationLevelSetFunction</a>()
<a name="l00169"></a>00169   {
<a name="l00170"></a>00170     m_SpeedImage = <a class="code" href="namespaceHardConnectedComponentImageFilter.html#870262f145e0b45206db74df8053b59c">ImageType::New</a>();
<a name="l00171"></a>00171     m_AdvectionImage = <a class="code" href="namespaceHardConnectedComponentImageFilter.html#870262f145e0b45206db74df8053b59c">VectorImageType::New</a>();
<a name="l00172"></a>00172     m_Interpolator = <a class="code" href="namespaceHardConnectedComponentImageFilter.html#870262f145e0b45206db74df8053b59c">InterpolatorType::New</a>();
<a name="l00173"></a>00173     m_VectorInterpolator = <a class="code" href="namespaceHardConnectedComponentImageFilter.html#870262f145e0b45206db74df8053b59c">VectorInterpolatorType::New</a>();
<a name="l00174"></a>00174   }
<a name="l00175"></a>00175 
<a name="l00176"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#f184295771d00176277767d3379ef0fe">00176</a>   <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">InterpolatorType::Pointer</a> m_Interpolator;
<a name="l00177"></a><a class="code" href="classitk_1_1SegmentationLevelSetFunction.html#ca4fd4c9d7e97523fe9efd7bb4dfbf6b">00177</a>   <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">VectorInterpolatorType::Pointer</a> m_VectorInterpolator;
<a name="l00178"></a>00178 
<a name="l00179"></a>00179  
<a name="l00180"></a>00180 <span class="keyword">private</span>:
<a name="l00181"></a>00181   <a class="code" href="classitk_1_1SegmentationLevelSetFunction.html">SegmentationLevelSetFunction</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="l00182"></a>00182   <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="l00183"></a>00183 };
<a name="l00184"></a>00184 
<a name="l00185"></a>00185 } <span class="comment">// end namespace</span>
<a name="l00186"></a>00186 
<a name="l00187"></a>00187 <span class="comment">// Define instantiation macro for this template.</span>
<a name="l00188"></a><a class="code" href="itkSegmentationLevelSetFunction_8h.html#dd1b6d7d9a0f8f0cde74b3cb1abad9ff">00188</a> <span class="preprocessor">#define ITK_TEMPLATE_SegmentationLevelSetFunction(_, EXPORT, x, y) namespace itk { \</span>
<a name="l00189"></a>00189 <span class="preprocessor">  _(2(class EXPORT SegmentationLevelSetFunction&lt; ITK_TEMPLATE_2 x &gt;)) \</span>
<a name="l00190"></a>00190 <span class="preprocessor">  namespace Templates { typedef SegmentationLevelSetFunction&lt; ITK_TEMPLATE_2 x &gt; \</span>
<a name="l00191"></a>00191 <span class="preprocessor">                                         SegmentationLevelSetFunction##y; } \</span>
<a name="l00192"></a>00192 <span class="preprocessor">  }</span>
<a name="l00193"></a>00193 <span class="preprocessor"></span>
<a name="l00194"></a>00194 <span class="preprocessor">#if ITK_TEMPLATE_EXPLICIT</span>
<a name="l00195"></a>00195 <span class="preprocessor"></span><span class="preprocessor"># include "Templates/itkSegmentationLevelSetFunction+-.h"</span>
<a name="l00196"></a>00196 <span class="preprocessor">#endif</span>
<a name="l00197"></a>00197 <span class="preprocessor"></span>
<a name="l00198"></a>00198 <span class="preprocessor">#if ITK_TEMPLATE_TXX</span>
<a name="l00199"></a>00199 <span class="preprocessor"></span><span class="preprocessor"># include "itkSegmentationLevelSetFunction.txx"</span>
<a name="l00200"></a>00200 <span class="preprocessor">#endif</span>
<a name="l00201"></a>00201 <span class="preprocessor"></span>
<a name="l00202"></a>00202 
<a name="l00203"></a>00203 <span class="preprocessor">#endif</span>
<a name="l00204"></a>00204 <span class="preprocessor"></span>
</pre></div></div>
<hr><address><small>
Generated at Fri May 8 00:08:39 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>