Sophie

Sophie

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

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: itkMeasurementVectorTraits.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_2c33022d19e8077162952ea9ed57656d.html">Numerics</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_e82fe55e9fab4124d6625d716e091a5f.html">Statistics</a>
  </div>
<div class="contents">
<h1>itkMeasurementVectorTraits.h</h1><a href="itkMeasurementVectorTraits_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: itkMeasurementVectorTraits.h,v $</span>
<a name="l00005"></a>00005 <span class="comment">  Language:  C++</span>
<a name="l00006"></a>00006 <span class="comment">  Date:      $Date: 2007-01-26 23:43:03 $</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 __itkMeasurementVectorTraits_h</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __itkMeasurementVectorTraits_h</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020 <span class="preprocessor">#include "<a class="code" href="itkMacro_8h.html">itkMacro.h</a>"</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include "<a class="code" href="itkArray_8h.html">itkArray.h</a>"</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include "<a class="code" href="itkVariableLengthVector_8h.html">itkVariableLengthVector.h</a>"</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="itkVector_8h.html">itkVector.h</a>"</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="itkFixedArray_8h.html">itkFixedArray.h</a>"</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include "vnl/vnl_vector_fixed.h"</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="itkPoint_8h.html">itkPoint.h</a>"</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="itkRGBPixel_8h.html">itkRGBPixel.h</a>"</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="itkMatrix_8h.html">itkMatrix.h</a>"</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="itkVariableSizeMatrix_8h.html">itkVariableSizeMatrix.h</a>"</span>
<a name="l00030"></a>00030 <span class="preprocessor">#include "itkNumericTraits.h"</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include "<a class="code" href="itkSize_8h.html">itkSize.h</a>"</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;vector&gt;</span>
<a name="l00033"></a>00033 
<a name="l00034"></a>00034 
<a name="l00035"></a>00035 <span class="keyword">namespace </span>itk
<a name="l00036"></a>00036 {
<a name="l00037"></a>00037 
<a name="l00044"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html">00044</a> <span class="keyword">class </span><a class="code" href="classitk_1_1MeasurementVectorTraits.html">MeasurementVectorTraits</a> {
<a name="l00045"></a>00045 <span class="keyword">public</span>:
<a name="l00046"></a>00046 
<a name="l00047"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">00047</a>   <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a>;
<a name="l00048"></a>00048   
<a name="l00049"></a>00049   <span class="keyword">template</span>&lt;<span class="keyword">class</span> TValueType, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> TLength&gt;
<a name="l00050"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#d7a46e993e7f3d690bc20f98971d25d5">00050</a>   <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#d7a46e993e7f3d690bc20f98971d25d5">SetLength</a>( <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">FixedArray&lt; TValueType, TLength &gt;</a> &amp;m, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> s )
<a name="l00051"></a>00051     {
<a name="l00052"></a>00052     <span class="keywordflow">if</span>( s != TLength )
<a name="l00053"></a>00053       {
<a name="l00054"></a>00054       <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; <span class="stringliteral">"Cannot set the size of a FixedArray of length "</span> 
<a name="l00055"></a>00055           &lt;&lt; TLength &lt;&lt; <span class="stringliteral">" to "</span> &lt;&lt; s );
<a name="l00056"></a>00056       }
<a name="l00057"></a>00057     m.<a class="code" href="classitk_1_1FixedArray.html#df1a100a801b61138258203b0b89a5c0">Fill</a>( NumericTraits&lt; TValueType &gt;::Zero );
<a name="l00058"></a>00058     }
<a name="l00059"></a>00059   
<a name="l00060"></a>00060   <span class="keyword">template</span>&lt;<span class="keyword">class</span> TValueType, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> TLength&gt;
<a name="l00061"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#9ada0ef804dff45bdb0b35613be90e12">00061</a>   <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#d7a46e993e7f3d690bc20f98971d25d5">SetLength</a>( <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">FixedArray&lt; TValueType, TLength &gt;</a> *m, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> s )
<a name="l00062"></a>00062     {
<a name="l00063"></a>00063     <span class="keywordflow">if</span>( s != TLength )
<a name="l00064"></a>00064       {
<a name="l00065"></a>00065       <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; <span class="stringliteral">"Cannot set the size of a FixedArray of length "</span> 
<a name="l00066"></a>00066           &lt;&lt; TLength &lt;&lt; <span class="stringliteral">" to "</span> &lt;&lt; s );
<a name="l00067"></a>00067       }
<a name="l00068"></a>00068     m-&gt;<a class="code" href="classitk_1_1FixedArray.html#df1a100a801b61138258203b0b89a5c0">Fill</a>( NumericTraits&lt; TValueType &gt;::Zero );
<a name="l00069"></a>00069     }
<a name="l00070"></a>00070   
<a name="l00071"></a>00071   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00072"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#568a70c32b954434a1f8a773c775790b">00072</a>   <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#d7a46e993e7f3d690bc20f98971d25d5">SetLength</a>( <a class="code" href="classitk_1_1Array.html" title="Array class with size defined at construction time.">Array&lt; TValueType &gt;</a> &amp; m, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> s )
<a name="l00073"></a>00073     {
<a name="l00074"></a>00074     m.<a class="code" href="classitk_1_1Array.html#e8abcc2b0399b16134815bd6a9be202a">SetSize</a>( s );
<a name="l00075"></a>00075     m.<a class="code" href="classitk_1_1Array.html#e45a1f3512d4edbe2daf519e8277c403">Fill</a>( NumericTraits&lt; TValueType &gt;::Zero );
<a name="l00076"></a>00076     }
<a name="l00077"></a>00077   
<a name="l00078"></a>00078   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00079"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#e4457fabf166c8b934011bbcf33f7d07">00079</a>   <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#d7a46e993e7f3d690bc20f98971d25d5">SetLength</a>( <a class="code" href="classitk_1_1Array.html" title="Array class with size defined at construction time.">Array&lt; TValueType &gt;</a> * m, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> s )
<a name="l00080"></a>00080     {
<a name="l00081"></a>00081     m-&gt;<a class="code" href="classitk_1_1Array.html#e8abcc2b0399b16134815bd6a9be202a">SetSize</a>( s );
<a name="l00082"></a>00082     m-&gt;<a class="code" href="classitk_1_1Array.html#e45a1f3512d4edbe2daf519e8277c403">Fill</a>( NumericTraits&lt; TValueType &gt;::Zero );
<a name="l00083"></a>00083     }
<a name="l00084"></a>00084 
<a name="l00085"></a>00085   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00086"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#1e5af4d50e0d359e72ab87c7e5c67a36">00086</a>   <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#d7a46e993e7f3d690bc20f98971d25d5">SetLength</a>( <a class="code" href="classitk_1_1VariableLengthVector.html" title="VariableLengthVector is intended to represent an array whose length can be defined...">VariableLengthVector&lt; TValueType &gt;</a> &amp; m, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> s )
<a name="l00087"></a>00087     {
<a name="l00088"></a>00088     m.<a class="code" href="classitk_1_1VariableLengthVector.html#c8447247ce5c68e1c979a3e1811f859a">SetSize</a>( s );
<a name="l00089"></a>00089     m.<a class="code" href="classitk_1_1VariableLengthVector.html#4ba9a4bf8f57cda9569750a574911eec">Fill</a>( NumericTraits&lt; TValueType &gt;::Zero );
<a name="l00090"></a>00090     }
<a name="l00091"></a>00091   
<a name="l00092"></a>00092   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00093"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#7cc05ad712144f846e7c7def481b1705">00093</a>   <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#d7a46e993e7f3d690bc20f98971d25d5">SetLength</a>( <a class="code" href="classitk_1_1VariableLengthVector.html" title="VariableLengthVector is intended to represent an array whose length can be defined...">VariableLengthVector&lt; TValueType &gt;</a> * m, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> s )
<a name="l00094"></a>00094     {
<a name="l00095"></a>00095     m-&gt;<a class="code" href="classitk_1_1VariableLengthVector.html#c8447247ce5c68e1c979a3e1811f859a">SetSize</a>( s );
<a name="l00096"></a>00096     m-&gt;<a class="code" href="classitk_1_1VariableLengthVector.html#4ba9a4bf8f57cda9569750a574911eec">Fill</a>( NumericTraits&lt; TValueType &gt;::Zero );
<a name="l00097"></a>00097     }
<a name="l00098"></a>00098 
<a name="l00099"></a>00099   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00100"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#cf368f2a517ec0601bbc757a509ab8b7">00100</a>   <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#d7a46e993e7f3d690bc20f98971d25d5">SetLength</a>( std::vector&lt; TValueType &gt; &amp; m, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> s )
<a name="l00101"></a>00101     {
<a name="l00102"></a>00102     m.resize( s );
<a name="l00103"></a>00103     }
<a name="l00104"></a>00104   
<a name="l00105"></a>00105   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00106"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#24b6f5071a0e02cf99df26291df4764b">00106</a>   <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#d7a46e993e7f3d690bc20f98971d25d5">SetLength</a>( std::vector&lt; TValueType &gt; * m, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> s )
<a name="l00107"></a>00107     {
<a name="l00108"></a>00108     m-&gt;resize( s );
<a name="l00109"></a>00109     }
<a name="l00110"></a>00110 
<a name="l00111"></a>00111 
<a name="l00112"></a>00112   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> TLength &gt; 
<a name="l00113"></a>00113   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> 
<a name="l00114"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#4868d37fef7fcc55678062887cf44afd">00114</a>                <a class="code" href="classitk_1_1MeasurementVectorTraits.html#4868d37fef7fcc55678062887cf44afd">GetLength</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">FixedArray&lt; TValueType, TLength &gt;</a> &amp;)
<a name="l00115"></a>00115     { <span class="keywordflow">return</span> TLength; }
<a name="l00116"></a>00116   
<a name="l00117"></a>00117   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> TLength &gt; 
<a name="l00118"></a>00118   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> 
<a name="l00119"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#cd631872d0f5e87b483da08f21abf285">00119</a>                <a class="code" href="classitk_1_1MeasurementVectorTraits.html#4868d37fef7fcc55678062887cf44afd">GetLength</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">FixedArray&lt; TValueType, TLength &gt;</a> *)
<a name="l00120"></a>00120     { <span class="keywordflow">return</span> TLength; }
<a name="l00121"></a>00121 
<a name="l00122"></a>00122   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00123"></a>00123   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a>
<a name="l00124"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#5e151901ea603e0c9cabb94d496c5ab3">00124</a>                <a class="code" href="classitk_1_1MeasurementVectorTraits.html#4868d37fef7fcc55678062887cf44afd">GetLength</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1Array.html" title="Array class with size defined at construction time.">Array&lt; TValueType &gt;</a> &amp;m )
<a name="l00125"></a>00125     {<span class="keywordflow">return</span> m.<a class="code" href="classitk_1_1Array.html#18aab150e4db23afe899b76bd5234678">GetSize</a>(); }
<a name="l00126"></a>00126   
<a name="l00127"></a>00127   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00128"></a>00128   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a>
<a name="l00129"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#c54be2b86c872dcf6065c7e4cb90f17e">00129</a>                <a class="code" href="classitk_1_1MeasurementVectorTraits.html#4868d37fef7fcc55678062887cf44afd">GetLength</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1Array.html" title="Array class with size defined at construction time.">Array&lt; TValueType &gt;</a> *m )
<a name="l00130"></a>00130     {<span class="keywordflow">return</span> m-&gt;<a class="code" href="classitk_1_1Array.html#18aab150e4db23afe899b76bd5234678">GetSize</a>(); }
<a name="l00131"></a>00131 
<a name="l00132"></a>00132   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00133"></a>00133   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a>
<a name="l00134"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#ff8caecd4ef567ffce28d1e10a246600">00134</a>                <a class="code" href="classitk_1_1MeasurementVectorTraits.html#4868d37fef7fcc55678062887cf44afd">GetLength</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1VariableLengthVector.html" title="VariableLengthVector is intended to represent an array whose length can be defined...">VariableLengthVector&lt; TValueType &gt;</a> &amp;m )
<a name="l00135"></a>00135     {<span class="keywordflow">return</span> m.<a class="code" href="classitk_1_1VariableLengthVector.html#7f6523c6a263f23c8c9e82d855e5c9ba">GetSize</a>(); }
<a name="l00136"></a>00136   
<a name="l00137"></a>00137   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00138"></a>00138   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a>
<a name="l00139"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#47f669393abd8e00c96a85e078e79b57">00139</a>                <a class="code" href="classitk_1_1MeasurementVectorTraits.html#4868d37fef7fcc55678062887cf44afd">GetLength</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1VariableLengthVector.html" title="VariableLengthVector is intended to represent an array whose length can be defined...">VariableLengthVector&lt; TValueType &gt;</a> *m )
<a name="l00140"></a>00140     {<span class="keywordflow">return</span> m-&gt;<a class="code" href="classitk_1_1VariableLengthVector.html#7f6523c6a263f23c8c9e82d855e5c9ba">GetSize</a>(); }
<a name="l00141"></a>00141 
<a name="l00142"></a>00142   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00143"></a>00143   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a>
<a name="l00144"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#6f0d2d4a2f0592c89b21bb2c3306516d">00144</a>                <a class="code" href="classitk_1_1MeasurementVectorTraits.html#4868d37fef7fcc55678062887cf44afd">GetLength</a>( <span class="keyword">const</span> std::vector&lt; TValueType &gt; &amp;m )
<a name="l00145"></a>00145     {<span class="keywordflow">return</span> m.size(); }
<a name="l00146"></a>00146   
<a name="l00147"></a>00147   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00148"></a>00148   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a>
<a name="l00149"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#a224b16401a565f4ee870bb5fead0632">00149</a>                <a class="code" href="classitk_1_1MeasurementVectorTraits.html#4868d37fef7fcc55678062887cf44afd">GetLength</a>( <span class="keyword">const</span> std::vector&lt; TValueType &gt; *m )
<a name="l00150"></a>00150     {<span class="keywordflow">return</span> m-&gt;size(); }
<a name="l00151"></a>00151 
<a name="l00152"></a>00152 
<a name="l00153"></a>00153   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType1, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> TLength, <span class="keyword">class</span> TValueType2 &gt;
<a name="l00154"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#1f802b66e64e80af8b16b310a966ff65">00154</a>   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#1f802b66e64e80af8b16b310a966ff65">Assert</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">FixedArray&lt; TValueType1, TLength &gt;</a> &amp;, 
<a name="l00155"></a>00155                       <span class="keyword">const</span> <a class="code" href="classitk_1_1Array.html" title="Array class with size defined at construction time.">Array&lt; TValueType2 &gt;</a> &amp;b, <span class="keyword">const</span> <span class="keywordtype">char</span> *errMsg=<span class="stringliteral">"Length Mismatch"</span>)
<a name="l00156"></a>00156     {
<a name="l00157"></a>00157     <span class="keywordflow">if</span>( b.<a class="code" href="classitk_1_1Array.html#326c75c7d496c6471e35e9eff7f691a8">Size</a>() == 0 )
<a name="l00158"></a>00158       {
<a name="l00159"></a>00159       <span class="keywordflow">return</span> TLength;
<a name="l00160"></a>00160       }
<a name="l00161"></a>00161     <span class="keywordflow">if</span>( b.<a class="code" href="classitk_1_1Array.html#326c75c7d496c6471e35e9eff7f691a8">Size</a>() != 0 )
<a name="l00162"></a>00162       {
<a name="l00163"></a>00163       <span class="keywordflow">if</span> (b.<a class="code" href="classitk_1_1Array.html#326c75c7d496c6471e35e9eff7f691a8">Size</a>() != TLength)
<a name="l00164"></a>00164         {
<a name="l00165"></a>00165         <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; errMsg );
<a name="l00166"></a>00166         <span class="keywordflow">return</span> 0;
<a name="l00167"></a>00167         }
<a name="l00168"></a>00168       }
<a name="l00169"></a>00169     <span class="keywordflow">return</span> 0;
<a name="l00170"></a>00170     }
<a name="l00171"></a>00171 
<a name="l00172"></a>00172   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType1, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> TLength, <span class="keyword">class</span> TValueType2 &gt;
<a name="l00173"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#8d9b4f00560afc79b9012e29e7981473">00173</a>   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#1f802b66e64e80af8b16b310a966ff65">Assert</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">FixedArray&lt; TValueType1, TLength &gt;</a> *, 
<a name="l00174"></a>00174                       <span class="keyword">const</span> <a class="code" href="classitk_1_1Array.html" title="Array class with size defined at construction time.">Array&lt; TValueType2 &gt;</a> *b, <span class="keyword">const</span> <span class="keywordtype">char</span> *errMsg=<span class="stringliteral">"Length Mismatch"</span>)
<a name="l00175"></a>00175     {
<a name="l00176"></a>00176     <span class="keywordflow">if</span>( b-&gt;<a class="code" href="classitk_1_1Array.html#326c75c7d496c6471e35e9eff7f691a8">Size</a>() == 0 )
<a name="l00177"></a>00177       {
<a name="l00178"></a>00178       <span class="keywordflow">return</span> TLength;
<a name="l00179"></a>00179       }
<a name="l00180"></a>00180     <span class="keywordflow">else</span> <span class="keywordflow">if</span> (b-&gt;<a class="code" href="classitk_1_1Array.html#326c75c7d496c6471e35e9eff7f691a8">Size</a>() != TLength)
<a name="l00181"></a>00181       {
<a name="l00182"></a>00182       <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; errMsg );
<a name="l00183"></a>00183       <span class="keywordflow">return</span> 0;
<a name="l00184"></a>00184       }
<a name="l00185"></a>00185     <span class="keywordflow">return</span> 0;
<a name="l00186"></a>00186     }
<a name="l00187"></a>00187 
<a name="l00188"></a>00188   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType1, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> TLength, <span class="keyword">class</span> TValueType2 &gt;
<a name="l00189"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#be83813c9c9b83f6b092783b2c3ade9e">00189</a>   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#1f802b66e64e80af8b16b310a966ff65">Assert</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">FixedArray&lt; TValueType1, TLength &gt;</a> &amp;, 
<a name="l00190"></a>00190                       <span class="keyword">const</span> <a class="code" href="classitk_1_1VariableLengthVector.html" title="VariableLengthVector is intended to represent an array whose length can be defined...">VariableLengthVector&lt; TValueType2 &gt;</a> &amp;b, <span class="keyword">const</span> <span class="keywordtype">char</span> *errMsg=<span class="stringliteral">"Length Mismatch"</span>)
<a name="l00191"></a>00191     {
<a name="l00192"></a>00192     <span class="keywordflow">if</span>( b.<a class="code" href="classitk_1_1VariableLengthVector.html#5ea050915e0f0463a610e51db839c450">Size</a>() == 0 )
<a name="l00193"></a>00193       {
<a name="l00194"></a>00194       <span class="keywordflow">return</span> TLength;
<a name="l00195"></a>00195       }
<a name="l00196"></a>00196     <span class="keywordflow">if</span>( b.<a class="code" href="classitk_1_1VariableLengthVector.html#5ea050915e0f0463a610e51db839c450">Size</a>() != 0 )
<a name="l00197"></a>00197       {
<a name="l00198"></a>00198       <span class="keywordflow">if</span> (b.<a class="code" href="classitk_1_1VariableLengthVector.html#5ea050915e0f0463a610e51db839c450">Size</a>() != TLength)
<a name="l00199"></a>00199         {
<a name="l00200"></a>00200         <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; errMsg );
<a name="l00201"></a>00201         <span class="keywordflow">return</span> 0;
<a name="l00202"></a>00202         }
<a name="l00203"></a>00203       }
<a name="l00204"></a>00204     <span class="keywordflow">return</span> 0;
<a name="l00205"></a>00205     }
<a name="l00206"></a>00206 
<a name="l00207"></a>00207   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType1, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> TLength, <span class="keyword">class</span> TValueType2 &gt;
<a name="l00208"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#33ef6b197f2422d354049e991417e70b">00208</a>   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#1f802b66e64e80af8b16b310a966ff65">Assert</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">FixedArray&lt; TValueType1, TLength &gt;</a> *, 
<a name="l00209"></a>00209                       <span class="keyword">const</span> <a class="code" href="classitk_1_1VariableLengthVector.html" title="VariableLengthVector is intended to represent an array whose length can be defined...">VariableLengthVector&lt; TValueType2 &gt;</a> *b, <span class="keyword">const</span> <span class="keywordtype">char</span> *errMsg=<span class="stringliteral">"Length Mismatch"</span>)
<a name="l00210"></a>00210     {
<a name="l00211"></a>00211     <span class="keywordflow">if</span>( b-&gt;<a class="code" href="classitk_1_1VariableLengthVector.html#5ea050915e0f0463a610e51db839c450">Size</a>() == 0 )
<a name="l00212"></a>00212       {
<a name="l00213"></a>00213       <span class="keywordflow">return</span> TLength;
<a name="l00214"></a>00214       }
<a name="l00215"></a>00215     <span class="keywordflow">else</span> <span class="keywordflow">if</span> (b-&gt;<a class="code" href="classitk_1_1VariableLengthVector.html#5ea050915e0f0463a610e51db839c450">Size</a>() != TLength)
<a name="l00216"></a>00216       {
<a name="l00217"></a>00217       <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; errMsg );
<a name="l00218"></a>00218       <span class="keywordflow">return</span> 0;
<a name="l00219"></a>00219       }
<a name="l00220"></a>00220     <span class="keywordflow">return</span> 0;
<a name="l00221"></a>00221     }
<a name="l00222"></a>00222 
<a name="l00223"></a>00223   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType1, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> TLength&gt;
<a name="l00224"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#b3d6793240fed2b676aa9c2731f60d94">00224</a>   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#1f802b66e64e80af8b16b310a966ff65">Assert</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">FixedArray&lt; TValueType1, TLength &gt;</a> &amp;, 
<a name="l00225"></a>00225                 <span class="keyword">const</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> l, <span class="keyword">const</span> <span class="keywordtype">char</span> *errMsg=<span class="stringliteral">"Length Mismatch"</span>)
<a name="l00226"></a>00226     {
<a name="l00227"></a>00227     <span class="keywordflow">if</span>( l == 0 )
<a name="l00228"></a>00228       {
<a name="l00229"></a>00229       <span class="keywordflow">return</span> TLength;
<a name="l00230"></a>00230       }
<a name="l00231"></a>00231     <span class="keywordflow">else</span> <span class="keywordflow">if</span>( l != TLength )
<a name="l00232"></a>00232       {
<a name="l00233"></a>00233       <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; errMsg );
<a name="l00234"></a>00234       <span class="keywordflow">return</span> 0;
<a name="l00235"></a>00235       }
<a name="l00236"></a>00236     <span class="keywordflow">return</span> 0;
<a name="l00237"></a>00237     }
<a name="l00238"></a>00238 
<a name="l00239"></a>00239   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType1, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> TLength&gt;
<a name="l00240"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#ac14d17c2c3a9bc4eec061d636367157">00240</a>   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#1f802b66e64e80af8b16b310a966ff65">Assert</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">FixedArray&lt; TValueType1, TLength &gt;</a> *, 
<a name="l00241"></a>00241                <span class="keyword">const</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> l, <span class="keyword">const</span> <span class="keywordtype">char</span> *errMsg=<span class="stringliteral">"Length Mismatch"</span>)
<a name="l00242"></a>00242     {
<a name="l00243"></a>00243     <span class="keywordflow">if</span>( l == 0 )
<a name="l00244"></a>00244       {
<a name="l00245"></a>00245       <span class="keywordflow">return</span> TLength;
<a name="l00246"></a>00246       }
<a name="l00247"></a>00247     <span class="keywordflow">else</span> <span class="keywordflow">if</span>( l != TLength )
<a name="l00248"></a>00248       {
<a name="l00249"></a>00249       <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; errMsg );
<a name="l00250"></a>00250       <span class="keywordflow">return</span> 0;
<a name="l00251"></a>00251       }
<a name="l00252"></a>00252     <span class="keywordflow">return</span> 0;
<a name="l00253"></a>00253     }
<a name="l00254"></a>00254 
<a name="l00255"></a>00255   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00256"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#092a9ef0e984eeb7cdbba89f0771f67a">00256</a>   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#1f802b66e64e80af8b16b310a966ff65">Assert</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1Array.html" title="Array class with size defined at construction time.">Array&lt; TValueType &gt;</a> &amp;a, 
<a name="l00257"></a>00257               <span class="keyword">const</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> l, <span class="keyword">const</span> <span class="keywordtype">char</span> *errMsg=<span class="stringliteral">"Length Mismatch"</span>)
<a name="l00258"></a>00258     {
<a name="l00259"></a>00259     <span class="keywordflow">if</span>( ((l!=0) &amp;&amp; (a.<a class="code" href="classitk_1_1Array.html#326c75c7d496c6471e35e9eff7f691a8">Size</a>()!=l)) || (a.<a class="code" href="classitk_1_1Array.html#326c75c7d496c6471e35e9eff7f691a8">Size</a>()==0) )
<a name="l00260"></a>00260       {
<a name="l00261"></a>00261       <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; errMsg );
<a name="l00262"></a>00262       }
<a name="l00263"></a>00263     <span class="keywordflow">else</span> <span class="keywordflow">if</span>( l == 0 )
<a name="l00264"></a>00264       {
<a name="l00265"></a>00265       <span class="keywordflow">return</span> a.<a class="code" href="classitk_1_1Array.html#326c75c7d496c6471e35e9eff7f691a8">Size</a>();
<a name="l00266"></a>00266       }
<a name="l00267"></a>00267     <span class="keywordflow">return</span> 0;
<a name="l00268"></a>00268     }
<a name="l00269"></a>00269   
<a name="l00270"></a>00270   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00271"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#9051aaa2eb9e630ff63648f536814242">00271</a>   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#1f802b66e64e80af8b16b310a966ff65">Assert</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1Array.html" title="Array class with size defined at construction time.">Array&lt; TValueType &gt;</a> *a, 
<a name="l00272"></a>00272               <span class="keyword">const</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> l, <span class="keyword">const</span> <span class="keywordtype">char</span> *errMsg=<span class="stringliteral">"Length Mismatch"</span>)
<a name="l00273"></a>00273     {
<a name="l00274"></a>00274     <span class="keywordflow">if</span>( ((l!=0) &amp;&amp; (a-&gt;<a class="code" href="classitk_1_1Array.html#326c75c7d496c6471e35e9eff7f691a8">Size</a>()!=l)) || (a-&gt;<a class="code" href="classitk_1_1Array.html#326c75c7d496c6471e35e9eff7f691a8">Size</a>()==0) )
<a name="l00275"></a>00275       {
<a name="l00276"></a>00276       <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; errMsg );
<a name="l00277"></a>00277       }
<a name="l00278"></a>00278     <span class="keywordflow">else</span> <span class="keywordflow">if</span>( l == 0 )
<a name="l00279"></a>00279       {
<a name="l00280"></a>00280       <span class="keywordflow">return</span> a-&gt;<a class="code" href="classitk_1_1Array.html#326c75c7d496c6471e35e9eff7f691a8">Size</a>();
<a name="l00281"></a>00281       }
<a name="l00282"></a>00282     <span class="keywordflow">return</span> 0;
<a name="l00283"></a>00283     }
<a name="l00284"></a>00284    
<a name="l00285"></a>00285   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00286"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#3484b644659b6c997590cb82d7548b33">00286</a>   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#1f802b66e64e80af8b16b310a966ff65">Assert</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1VariableLengthVector.html" title="VariableLengthVector is intended to represent an array whose length can be defined...">VariableLengthVector&lt; TValueType &gt;</a> &amp;a, 
<a name="l00287"></a>00287               <span class="keyword">const</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> l, <span class="keyword">const</span> <span class="keywordtype">char</span> *errMsg=<span class="stringliteral">"Length Mismatch"</span>)
<a name="l00288"></a>00288     {
<a name="l00289"></a>00289     <span class="keywordflow">if</span>( ((l!=0) &amp;&amp; (a.<a class="code" href="classitk_1_1VariableLengthVector.html#5ea050915e0f0463a610e51db839c450">Size</a>()!=l)) || (a.<a class="code" href="classitk_1_1VariableLengthVector.html#5ea050915e0f0463a610e51db839c450">Size</a>()==0) )
<a name="l00290"></a>00290       {
<a name="l00291"></a>00291       <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; errMsg );
<a name="l00292"></a>00292       }
<a name="l00293"></a>00293     <span class="keywordflow">else</span> <span class="keywordflow">if</span>( l == 0 )
<a name="l00294"></a>00294       {
<a name="l00295"></a>00295       <span class="keywordflow">return</span> a.<a class="code" href="classitk_1_1VariableLengthVector.html#5ea050915e0f0463a610e51db839c450">Size</a>();
<a name="l00296"></a>00296       }
<a name="l00297"></a>00297     <span class="keywordflow">return</span> 0;
<a name="l00298"></a>00298     }
<a name="l00299"></a>00299   
<a name="l00300"></a>00300   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00301"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#4109de7ef21af6b90e5deb0cdf3e3228">00301</a>   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#1f802b66e64e80af8b16b310a966ff65">Assert</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1VariableLengthVector.html" title="VariableLengthVector is intended to represent an array whose length can be defined...">VariableLengthVector&lt; TValueType &gt;</a> *a, 
<a name="l00302"></a>00302               <span class="keyword">const</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> l, <span class="keyword">const</span> <span class="keywordtype">char</span> *errMsg=<span class="stringliteral">"Length Mismatch"</span>)
<a name="l00303"></a>00303     {
<a name="l00304"></a>00304     <span class="keywordflow">if</span>( ((l!=0) &amp;&amp; (a-&gt;<a class="code" href="classitk_1_1VariableLengthVector.html#5ea050915e0f0463a610e51db839c450">Size</a>()!=l)) || (a-&gt;<a class="code" href="classitk_1_1VariableLengthVector.html#5ea050915e0f0463a610e51db839c450">Size</a>()==0) )
<a name="l00305"></a>00305       {
<a name="l00306"></a>00306       <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; errMsg );
<a name="l00307"></a>00307       }
<a name="l00308"></a>00308     <span class="keywordflow">else</span> <span class="keywordflow">if</span>( l == 0 )
<a name="l00309"></a>00309       {
<a name="l00310"></a>00310       <span class="keywordflow">return</span> a-&gt;<a class="code" href="classitk_1_1VariableLengthVector.html#5ea050915e0f0463a610e51db839c450">Size</a>();
<a name="l00311"></a>00311       }
<a name="l00312"></a>00312     <span class="keywordflow">return</span> 0;
<a name="l00313"></a>00313     }
<a name="l00314"></a>00314    <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00315"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#8aaac075e56048ffe083deefd7ced968">00315</a>   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#1f802b66e64e80af8b16b310a966ff65">Assert</a>( <span class="keyword">const</span> std::vector&lt; TValueType &gt; &amp;a, 
<a name="l00316"></a>00316               <span class="keyword">const</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> l, <span class="keyword">const</span> <span class="keywordtype">char</span> *errMsg=<span class="stringliteral">"Length Mismatch"</span>)
<a name="l00317"></a>00317     {
<a name="l00318"></a>00318     <span class="keywordflow">if</span>( ((l!=0) &amp;&amp; (a.size()!=l)) || (a.size()==0) )
<a name="l00319"></a>00319       {
<a name="l00320"></a>00320       <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; errMsg );
<a name="l00321"></a>00321       }
<a name="l00322"></a>00322     <span class="keywordflow">else</span> <span class="keywordflow">if</span>( l == 0 )
<a name="l00323"></a>00323       {
<a name="l00324"></a>00324       <span class="keywordflow">return</span> a.size();
<a name="l00325"></a>00325       }
<a name="l00326"></a>00326     <span class="keywordflow">return</span> 0;
<a name="l00327"></a>00327     }
<a name="l00328"></a>00328   
<a name="l00329"></a>00329   <span class="keyword">template</span>&lt; <span class="keyword">class</span> TValueType &gt;
<a name="l00330"></a><a class="code" href="classitk_1_1MeasurementVectorTraits.html#7ae98a06b39908deb5318ae260af7119">00330</a>   <span class="keyword">static</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#1f802b66e64e80af8b16b310a966ff65">Assert</a>( <span class="keyword">const</span> std::vector&lt; TValueType &gt; *a, 
<a name="l00331"></a>00331               <span class="keyword">const</span> <a class="code" href="classitk_1_1MeasurementVectorTraits.html#ed612904b7aa7afaa782c5627342270a">MeasurementVectorLength</a> l, <span class="keyword">const</span> <span class="keywordtype">char</span> *errMsg=<span class="stringliteral">"Length Mismatch"</span>)
<a name="l00332"></a>00332     {
<a name="l00333"></a>00333     <span class="keywordflow">if</span>( ((l!=0) &amp;&amp; (a-&gt;size()!=l)) || (a-&gt;size()==0) )
<a name="l00334"></a>00334       {
<a name="l00335"></a>00335       <a class="code" href="itkMacro_8h.html#5ae8db3e1f5692790772f5210148de0f">itkGenericExceptionMacro</a>( &lt;&lt; errMsg );
<a name="l00336"></a>00336       }
<a name="l00337"></a>00337     <span class="keywordflow">else</span> <span class="keywordflow">if</span>( l == 0 )
<a name="l00338"></a>00338       {
<a name="l00339"></a>00339       <span class="keywordflow">return</span> a-&gt;size();
<a name="l00340"></a>00340       }
<a name="l00341"></a>00341     <span class="keywordflow">return</span> 0;
<a name="l00342"></a>00342     }
<a name="l00343"></a>00343  };
<a name="l00344"></a>00344 
<a name="l00345"></a>00345 } <span class="comment">// namespace itk</span>
<a name="l00346"></a>00346 
<a name="l00347"></a>00347 <span class="preprocessor">#endif  // __itkMeasurementVectorTraits_h</span>
<a name="l00348"></a>00348 <span class="preprocessor"></span>
<a name="l00349"></a>00349 
</pre></div></div>
<hr><address><small>
Generated at Thu May 7 23:30:22 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>