Sophie

Sophie

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

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: itkShapePriorMAPCostFunctionBase.h Source File</title>
<link href="DoxygenStyle.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">


<!--  Section customized for INSIGHT : Tue Jul 17 01:02:45 2001 -->
<center>
<a href="index.html" class="qindex">Main Page</a>&nbsp;&nbsp; 
<a href="modules.html" class="qindex">Groups</a>&nbsp;&nbsp;
<a href="namespaces.html" class="qindex">Namespace List</a>&nbsp;&nbsp;
<a href="hierarchy.html" class="qindex">Class Hierarchy</a>&nbsp;&nbsp;
<a href="classes.html" class="qindex">Alphabetical List</a>&nbsp;&nbsp;
<a href="annotated.html" class="qindex">Compound List</a>&nbsp;&nbsp; 
<a href="files.html" class="qindex">File
List</a>&nbsp;&nbsp; 
<a href="namespacemembers.html" class="qindex">Namespace Members</a>&nbsp;&nbsp; 
<a href="functions.html" class="qindex">Compound Members</a>&nbsp;&nbsp; 
<a href="globals.html" class="qindex">File Members</a>&nbsp;&nbsp;
<a href="pages.html" class="qindex">Concepts</a></center>


<!-- Generated by Doxygen 1.5.9 -->
  <div class="navpath"><a class="el" href="dir_02e23d841c198393a6e961e9a0678fff.html">Code</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_16b0d2d22c345042f35cebae66b36010.html">Algorithms</a>
  </div>
<div class="contents">
<h1>itkShapePriorMAPCostFunctionBase.h</h1><a href="itkShapePriorMAPCostFunctionBase_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: itkShapePriorMAPCostFunctionBase.h,v $</span>
<a name="l00005"></a>00005 <span class="comment">  Language:  C++</span>
<a name="l00006"></a>00006 <span class="comment">  Date:      $Date: 2009-01-27 19:30:15 $</span>
<a name="l00007"></a>00007 <span class="comment">  Version:   $Revision: 1.6 $</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 __itkShapePriorMAPCostFunctionBase_h</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __itkShapePriorMAPCostFunctionBase_h</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020 <span class="preprocessor">#include "<a class="code" href="itkSingleValuedCostFunction_8h.html">itkSingleValuedCostFunction.h</a>"</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include "<a class="code" href="itkLevelSet_8h.html">itkLevelSet.h</a>"</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include "<a class="code" href="itkShapeSignedDistanceFunction_8h.html">itkShapeSignedDistanceFunction.h</a>"</span>
<a name="l00023"></a>00023 
<a name="l00024"></a>00024 <span class="keyword">namespace </span>itk
<a name="l00025"></a>00025 {
<a name="l00026"></a>00026   
<a name="l00046"></a>00046 <span class="keyword">template</span> &lt;<span class="keyword">class</span> TFeatureImage, <span class="keyword">class</span> TOutputPixel&gt;
<a name="l00047"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html">00047</a> <span class="keyword">class </span><a class="code" href="itkWin32Header_8h.html#7d4384322557205d75f0719c012dded6">ITK_EXPORT</a> <a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html" title="Represents the base class of maximum aprior (MAP) cost function used ShapePriorSegmentationLevelSetI...">ShapePriorMAPCostFunctionBase</a> : 
<a name="l00048"></a>00048           <span class="keyword">public</span> <a class="code" href="classitk_1_1SingleValuedCostFunction.html" title="This class is a base for the CostFunctions returning a single value.">SingleValuedCostFunction</a> 
<a name="l00049"></a>00049 {
<a name="l00050"></a>00050 <span class="keyword">public</span>:
<a name="l00052"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#7aee23e994c0b06b92d086692865edd7">00052</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html" title="Represents the base class of maximum aprior (MAP) cost function used ShapePriorSegmentationLevelSetI...">ShapePriorMAPCostFunctionBase</a> <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Self</a>;
<a name="l00053"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#3b4ab2b9eebc3649aa984fac3b3750a4">00053</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1SingleValuedCostFunction.html" title="This class is a base for the CostFunctions returning a single value.">SingleValuedCostFunction</a>      <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Superclass</a>;
<a name="l00054"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#4de0ef294ad4ab80e837f8ce9faebcb7">00054</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="l00055"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#88a2f66973337dde80f0d888955fdf45">00055</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="l00056"></a>00056 
<a name="l00058"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#84b42d19ac2f3935db074ce956f795eb">00058</a>   <a class="code" href="itkMacro_8h.html#574c1f86661d409dd32c742307a0e96a">itkTypeMacro</a>( <a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html" title="Represents the base class of maximum aprior (MAP) cost function used ShapePriorSegmentationLevelSetI...">ShapePriorMAPCostFunctionBase</a>, <a class="code" href="classitk_1_1SingleValuedCostFunction.html" title="This class is a base for the CostFunctions returning a single value.">SingleValuedCostFunction</a> );
<a name="l00059"></a>00059 
<a name="l00062"></a>00062   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::MeasureType       MeasureType;
<a name="l00063"></a>00063 
<a name="l00066"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#1e6605510b3c00e13e494dce2ad4a9b8">00066</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::DerivativeType    <a class="code" href="classitk_1_1Array.html">DerivativeType</a>;
<a name="l00067"></a>00067 
<a name="l00070"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#85ca42f502cbe517e6e0fb0590d6c6de">00070</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::ParametersType    <a class="code" href="classitk_1_1Array.html" title="Array class with size defined at construction time.">ParametersType</a>;
<a name="l00071"></a>00071 
<a name="l00073"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#1a27b3655d6057bc7a4ecbb5ba397703">00073</a>   <span class="keyword">typedef</span> TFeatureImage                              FeatureImageType;
<a name="l00074"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#301a598bb41d7419738773029fa91e8e">00074</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#68fafcc6909430ccd70cbc4aeee0107c">FeatureImageType::ConstPointer</a>    FeatureImagePointer;
<a name="l00075"></a>00075 
<a name="l00077"></a>00077   <a class="code" href="itkMacro_8h.html#1905cf6b2e88235996fa7ff73b2fb0eb">itkStaticConstMacro</a>( ImageDimension, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>, TFeatureImage::ImageDimension);
<a name="l00078"></a>00078 
<a name="l00080"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#1a9f66b67922d956d5602815f281e9b2">00080</a>   <span class="keyword">typedef</span> TOutputPixel PixelType;
<a name="l00081"></a>00081 
<a name="l00083"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#24599dcc78a1c8ea42eafe6bc9f1a484">00083</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1LevelSetNode.html" title="Represent a node in a level set.">LevelSetNode&lt;PixelType, itkGetStaticConstMacro(ImageDimension)&gt;</a>   <a class="code" href="classitk_1_1LevelSetNode.html" title="Represent a node in a level set.">NodeType</a>;
<a name="l00084"></a>00084 
<a name="l00086"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#b73baf20960e1c5c8d8c9eca454a925e">00086</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1VectorContainer.html">VectorContainer&lt;unsigned int, NodeType&gt;</a>   <a class="code" href="classitk_1_1VectorContainer.html">NodeContainerType</a>;
<a name="l00087"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#835f6b4280b74fa2dc0bcc3409d653eb">00087</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">NodeContainerType::ConstPointer</a>  <a class="code" href="classitk_1_1SmartPointer.html">NodeContainerPointer</a>;
<a name="l00088"></a>00088 
<a name="l00090"></a>00090   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ShapeSignedDistanceFunction.html" title="Base class for functions which evaluates the signed distance from a shape.">ShapeSignedDistanceFunction</a>&lt;double,
<a name="l00091"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#53532358ebb7d3547b65d08b9f5d2cf8">00091</a>                                       <a class="code" href="itkMacro_8h.html#94ef2dc11d52c8ef0a78e34558feb8cb">itkGetStaticConstMacro</a>(ImageDimension)&gt; <a class="code" href="classitk_1_1ShapeSignedDistanceFunction.html" title="Base class for functions which evaluates the signed distance from a shape.">ShapeFunctionType</a>;
<a name="l00092"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#8206f29360cae0883512109f1ce58a10">00092</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">ShapeFunctionType::Pointer</a>            <a class="code" href="classitk_1_1SmartPointer.html">ShapeFunctionPointer</a>;
<a name="l00093"></a>00093 
<a name="l00095"></a>00095   <a class="code" href="itkMacro_8h.html#b950b763422e5059348e6178e2a5f425">itkSetObjectMacro</a>( ShapeFunction, <a class="code" href="classitk_1_1ShapeSignedDistanceFunction.html" title="Base class for functions which evaluates the signed distance from a shape.">ShapeFunctionType</a> );
<a name="l00096"></a>00096   <a class="code" href="itkMacro_8h.html#f6bef9ee7e4c077b96a08848ed4e7660">itkGetObjectMacro</a>( ShapeFunction, <a class="code" href="classitk_1_1ShapeSignedDistanceFunction.html" title="Base class for functions which evaluates the signed distance from a shape.">ShapeFunctionType</a> );
<a name="l00098"></a>00098 
<a name="l00100"></a>00100   <a class="code" href="itkMacro_8h.html#1e680e0abf41fd9bbefa2829ea3d1e6a">itkSetConstObjectMacro</a>( ActiveRegion, <a class="code" href="classitk_1_1VectorContainer.html">NodeContainerType</a> );
<a name="l00101"></a>00101   <a class="code" href="itkMacro_8h.html#d11f8adb47609be2b4b58948904f8a7c">itkGetConstObjectMacro</a>( ActiveRegion, <a class="code" href="classitk_1_1VectorContainer.html">NodeContainerType</a> );
<a name="l00103"></a>00103 
<a name="l00105"></a>00105   <a class="code" href="itkMacro_8h.html#1e680e0abf41fd9bbefa2829ea3d1e6a">itkSetConstObjectMacro</a>( FeatureImage, FeatureImageType );
<a name="l00106"></a>00106   <a class="code" href="itkMacro_8h.html#d11f8adb47609be2b4b58948904f8a7c">itkGetConstObjectMacro</a>( FeatureImage, FeatureImageType );
<a name="l00108"></a>00108 
<a name="l00111"></a>00111   <span class="keyword">virtual</span> MeasureType GetValue( <span class="keyword">const</span> <a class="code" href="classitk_1_1Array.html" title="Array class with size defined at construction time.">ParametersType</a> &amp; parameters ) <span class="keyword">const</span>;
<a name="l00112"></a>00112 
<a name="l00113"></a>00113 
<a name="l00116"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#e420b1e07dcaad17a18da73847fa62ff">00116</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> GetDerivative( <span class="keyword">const</span> <a class="code" href="classitk_1_1Array.html" title="Array class with size defined at construction time.">ParametersType</a> &amp;, <a class="code" href="classitk_1_1Array.html">DerivativeType</a> &amp; )<span class="keyword"> const</span>
<a name="l00117"></a>00117 <span class="keyword">    </span>{ <a class="code" href="itkMacro_8h.html#c51de1a715471e7fd0f2e481a70fa1f8">itkExceptionMacro</a>( &lt;&lt; <span class="stringliteral">"This function is currently not supported."</span> ); }
<a name="l00118"></a>00118 
<a name="l00120"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#e20981d4d5357800bfeaa3fa3dedff03">00120</a>   <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> GetNumberOfParameters(<span class="keywordtype">void</span>)<span class="keyword"> const</span>
<a name="l00121"></a>00121 <span class="keyword">    </span>{ <span class="keywordflow">return</span> m_ShapeFunction-&gt;GetNumberOfParameters(); }
<a name="l00122"></a>00122 
<a name="l00123"></a>00123 
<a name="l00126"></a>00126   <span class="keyword">virtual</span> MeasureType ComputeLogInsideTerm( <span class="keyword">const</span> ParametersType &amp; ) <span class="keyword">const</span> = 0;
<a name="l00127"></a>00127 
<a name="l00130"></a>00130   <span class="keyword">virtual</span> MeasureType ComputeLogGradientTerm( <span class="keyword">const</span> ParametersType &amp; ) <span class="keyword">const</span> = 0;
<a name="l00131"></a>00131 
<a name="l00134"></a>00134   <span class="keyword">virtual</span> MeasureType ComputeLogShapePriorTerm( <span class="keyword">const</span> ParametersType &amp; ) <span class="keyword">const</span> = 0;
<a name="l00135"></a>00135 
<a name="l00138"></a>00138   <span class="keyword">virtual</span> MeasureType ComputeLogPosePriorTerm( <span class="keyword">const</span> ParametersType &amp; ) <span class="keyword">const</span> = 0;
<a name="l00139"></a>00139 
<a name="l00142"></a>00142   <span class="keyword">virtual</span> <span class="keywordtype">void</span> Initialize(<span class="keywordtype">void</span>) throw ( ExceptionObject );
<a name="l00143"></a>00143 
<a name="l00144"></a>00144   
<a name="l00145"></a>00145 protected:
<a name="l00146"></a>00146   <a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html" title="Represents the base class of maximum aprior (MAP) cost function used ShapePriorSegmentationLevelSetI...">ShapePriorMAPCostFunctionBase</a>();
<a name="l00147"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#fc6bf3d308261b566adf4cbce7d9868d">00147</a>   virtual ~ShapePriorMAPCostFunctionBase() {};
<a name="l00148"></a>00148 
<a name="l00149"></a>00149   <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="l00150"></a>00150 
<a name="l00151"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#9b3f17e3a7d863b7f42983ea3c752fe6">00151</a>   <a class="code" href="classitk_1_1SmartPointer.html">ShapeFunctionPointer</a>    m_ShapeFunction;
<a name="l00152"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#e21449da617a6cd170b3f34ab1971876">00152</a>   <a class="code" href="classitk_1_1SmartPointer.html">NodeContainerPointer</a>    m_ActiveRegion;
<a name="l00153"></a><a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html#0f64d914cf3cb381e79f6a12fff17bf1">00153</a>   FeatureImagePointer     m_FeatureImage;
<a name="l00154"></a>00154 
<a name="l00155"></a>00155 <span class="keyword">private</span>:
<a name="l00156"></a>00156   <a class="code" href="classitk_1_1ShapePriorMAPCostFunctionBase.html" title="Represents the base class of maximum aprior (MAP) cost function used ShapePriorSegmentationLevelSetI...">ShapePriorMAPCostFunctionBase</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="l00157"></a>00157   <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="l00158"></a>00158 
<a name="l00159"></a>00159 };
<a name="l00160"></a>00160 
<a name="l00161"></a>00161 
<a name="l00162"></a>00162 } <span class="comment">// end namespace itk</span>
<a name="l00163"></a>00163 
<a name="l00164"></a>00164 
<a name="l00165"></a>00165 <span class="preprocessor">#ifndef ITK_MANUAL_INSTANTIATION</span>
<a name="l00166"></a>00166 <span class="preprocessor"></span><span class="preprocessor">#include "itkShapePriorMAPCostFunctionBase.txx"</span>
<a name="l00167"></a>00167 <span class="preprocessor">#endif</span>
<a name="l00168"></a>00168 <span class="preprocessor"></span>
<a name="l00169"></a>00169 <span class="preprocessor">#endif</span>
<a name="l00170"></a>00170 <span class="preprocessor"></span>
</pre></div></div>
<hr><address><small>
Generated at Fri May 8 00:12:04 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>