Sophie

Sophie

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

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: itkFEMItpackSparseMatrix.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_316e5ab5c8a9cb56a9dce1c9fc454a23.html">FEM</a>
  </div>
<div class="contents">
<h1>itkFEMItpackSparseMatrix.h</h1><a href="itkFEMItpackSparseMatrix_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: itkFEMItpackSparseMatrix.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-29 21:55:13 $</span>
<a name="l00007"></a>00007 <span class="comment">  Version:   $Revision: 1.14 $</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 
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef __itkFEMItpackSparseMatrix_h</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define __itkFEMItpackSparseMatrix_h</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#include "<a class="code" href="itkFEMException_8h.html" title="Declaration of several exception classes that are used within the FEM code.">itkFEMException.h</a>"</span>
<a name="l00022"></a>00022 
<a name="l00023"></a>00023 
<a name="l00024"></a>00024 <span class="keyword">namespace </span>itk {
<a name="l00025"></a>00025 <span class="keyword">namespace </span>fem {
<a name="l00026"></a>00026 
<a name="l00034"></a>00034 <span class="comment">// Forward declaration of friend class</span>
<a name="l00035"></a>00035 <span class="keyword">class </span>ItpackLinearSystemWrapper;
<a name="l00036"></a>00036   
<a name="l00037"></a><a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html">00037</a> <span class="keyword">class </span><a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html" title="a compressed row sparse matrix representation that makes use of itpack to dynamically...">ItpackSparseMatrix</a>
<a name="l00038"></a>00038 {
<a name="l00039"></a>00039 <span class="keyword">public</span>:
<a name="l00040"></a>00040 
<a name="l00042"></a><a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">00042</a>   <span class="keyword">typedef</span> <span class="keywordtype">long</span>      <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a>;
<a name="l00043"></a><a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#e965029418138ea00050ca61a4270e6d">00043</a>   <span class="keyword">typedef</span> <span class="keywordtype">double</span>    <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#e965029418138ea00050ca61a4270e6d">doublereal</a>;
<a name="l00044"></a>00044 
<a name="l00046"></a>00046   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#56d295d560f7ef37f3fed874b106ddf8">ItpackSparseMatrix</a>();
<a name="l00047"></a>00047 
<a name="l00052"></a>00052   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#56d295d560f7ef37f3fed874b106ddf8">ItpackSparseMatrix</a>(<a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> order);
<a name="l00053"></a>00053 
<a name="l00054"></a>00054 
<a name="l00061"></a>00061   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#56d295d560f7ef37f3fed874b106ddf8">ItpackSparseMatrix</a>(<a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> order, <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> maxNonZeroValues);
<a name="l00062"></a>00062 
<a name="l00066"></a>00066   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#4050d278cf80cbeae807df0a542bf70a">~ItpackSparseMatrix</a>();
<a name="l00067"></a>00067 
<a name="l00073"></a><a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#7afeee781d7c2460e56ef131232e8fc5">00073</a>   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#7afeee781d7c2460e56ef131232e8fc5">SetOrder</a>(<a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> order) { m_N = order; } 
<a name="l00074"></a>00074 
<a name="l00080"></a><a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#d64c113af942753419f52aded1cff018">00080</a>   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#d64c113af942753419f52aded1cff018">SetMaxNonZeroValues</a>(<a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> maxNonZeroValues) { m_NZ = maxNonZeroValues; }
<a name="l00081"></a>00081 
<a name="l00088"></a>00088   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#c97af74cb982bc2e0422384cd90d3dd7">Set</a>(<a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> i, <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> j, <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#e965029418138ea00050ca61a4270e6d">doublereal</a> value);
<a name="l00089"></a>00089 
<a name="l00096"></a>00096   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#49853229120163a23c0de32a2b34f2c4">Add</a>(<a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> i, <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> j, <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#e965029418138ea00050ca61a4270e6d">doublereal</a> value);
<a name="l00097"></a>00097 
<a name="l00102"></a>00102   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#e965029418138ea00050ca61a4270e6d">doublereal</a> <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#613bc3e8fb14ed3fb4b8cf85640f9335">Get</a>(<a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> i, <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> j);
<a name="l00103"></a>00103 
<a name="l00107"></a><a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#2a5acdb07d3f834255db465a0f299c4d">00107</a>   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a>*    <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#2a5acdb07d3f834255db465a0f299c4d">GetN</a>()   { <span class="keywordflow">return</span> &amp;m_N; }
<a name="l00108"></a>00108 
<a name="l00112"></a>00112   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a>*     <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#444993e7c2eb39eece991419f8fbca0c">GetIA</a>();
<a name="l00113"></a>00113 
<a name="l00120"></a>00120   <span class="keywordtype">void</span>  <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#dca0fe5778cf8b0e1b73808bcd8d5638">SetCompressedRow</a>(<a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> *ia, <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> *ja, <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#e965029418138ea00050ca61a4270e6d">doublereal</a> *a);
<a name="l00121"></a>00121 
<a name="l00125"></a>00125   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a>*     <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#82daaa677365be81d37e30c0a05bc0be">GetJA</a>();
<a name="l00126"></a>00126 
<a name="l00130"></a>00130   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#e965029418138ea00050ca61a4270e6d">doublereal</a>*  <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#183273ccbdba95265617ff01a4bb63cf">GetA</a>();
<a name="l00131"></a>00131 
<a name="l00135"></a><a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#aff6d12e83d07acc96f2a163192091ec">00135</a>   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#e965029418138ea00050ca61a4270e6d">doublereal</a>* <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#aff6d12e83d07acc96f2a163192091ec">GetValueArray</a>()       { <span class="keywordflow">return</span> <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#183273ccbdba95265617ff01a4bb63cf">GetA</a>();  }
<a name="l00136"></a>00136 
<a name="l00140"></a><a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#8556cca21a6e5009a4a7bcf20c8e3040">00140</a>   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a>*    <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#8556cca21a6e5009a4a7bcf20c8e3040">GetColumnArray</a>()      { <span class="keywordflow">return</span> <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#82daaa677365be81d37e30c0a05bc0be">GetJA</a>(); }
<a name="l00141"></a>00141 
<a name="l00145"></a><a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#1b2eaf5f34797598326284e2738815ac">00145</a>   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a>*    <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#1b2eaf5f34797598326284e2738815ac">GetRowArray</a>()         { <span class="keywordflow">return</span> <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#444993e7c2eb39eece991419f8fbca0c">GetIA</a>(); }
<a name="l00146"></a>00146 
<a name="l00150"></a><a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#09f0ef0554539050d9effdb3bf3d4018">00150</a>   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a>     <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#09f0ef0554539050d9effdb3bf3d4018">GetOrder</a>()<span class="keyword">       const     </span>{ <span class="keywordflow">return</span> m_N; }
<a name="l00151"></a>00151 
<a name="l00155"></a><a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#5223472a8a0c7fc2af26f3c8a2d65c66">00155</a>   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a>     <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#5223472a8a0c7fc2af26f3c8a2d65c66">GetMaxNonZeroValues</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_NZ; }
<a name="l00156"></a>00156 
<a name="l00160"></a>00160   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#927e194a06267bfaf7c6b5250a5b1d7c">Clear</a>();
<a name="l00161"></a>00161 
<a name="l00165"></a>00165   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#3fffa5a6b6b3a05372cbeb7ce15f453e">mult</a>(<a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#e965029418138ea00050ca61a4270e6d">doublereal</a>* <a class="code" href="classstd_1_1vector.html">vector</a>, <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#e965029418138ea00050ca61a4270e6d">doublereal</a>* result);
<a name="l00166"></a>00166 
<a name="l00170"></a>00170   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#3fffa5a6b6b3a05372cbeb7ce15f453e">mult</a>(<a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html" title="a compressed row sparse matrix representation that makes use of itpack to dynamically...">ItpackSparseMatrix</a>* rightMatrix, <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html" title="a compressed row sparse matrix representation that makes use of itpack to dynamically...">ItpackSparseMatrix</a>* resultMatrix);
<a name="l00171"></a>00171 
<a name="l00173"></a>00173   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#e122cd262a3d36184ce4729e3aa3d2e4">PrintCompressedRow</a>();
<a name="l00174"></a>00174 
<a name="l00175"></a>00175 <span class="keyword">private</span>:
<a name="l00176"></a>00176 
<a name="l00178"></a><a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#eae641e21821b7375151205182696592">00178</a>   <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classitk_1_1fem_1_1LinearSystemWrapperItpack.html" title="LinearSystemWrapper class that uses Itpack numeric library functions to define and...">LinearSystemWrapperItpack</a>;
<a name="l00179"></a>00179 
<a name="l00181"></a>00181   <span class="keywordtype">void</span> Initialize();
<a name="l00182"></a>00182 
<a name="l00184"></a>00184   <span class="keywordtype">void</span> UnFinalize();
<a name="l00185"></a>00185 
<a name="l00187"></a>00187   <span class="keywordtype">void</span> Finalize();
<a name="l00188"></a>00188 
<a name="l00190"></a>00190   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> m_MatrixFinalized;
<a name="l00191"></a>00191 
<a name="l00193"></a>00193   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> m_MatrixInitialized;
<a name="l00194"></a>00194 
<a name="l00196"></a>00196   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> m_N;
<a name="l00197"></a>00197 
<a name="l00199"></a>00199   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> m_NZ;
<a name="l00200"></a>00200 
<a name="l00202"></a>00202   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> *m_IA;
<a name="l00203"></a>00203 
<a name="l00205"></a>00205   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> *m_JA;
<a name="l00206"></a>00206 
<a name="l00208"></a>00208   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#e965029418138ea00050ca61a4270e6d">doublereal</a> *m_A;
<a name="l00209"></a>00209 
<a name="l00211"></a>00211   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> *m_IWORK;
<a name="l00212"></a>00212 
<a name="l00219"></a>00219   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> m_MODE;
<a name="l00220"></a>00220 
<a name="l00222"></a>00222   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> m_NOUT;
<a name="l00223"></a>00223 
<a name="l00231"></a>00231   <a class="code" href="classitk_1_1fem_1_1ItpackSparseMatrix.html#706c8c2b54f02c78103fcb4a6601174d">integer</a> m_LEVEL;
<a name="l00232"></a>00232 
<a name="l00240"></a>00240   <span class="comment">//integer m_IER;</span>
<a name="l00241"></a>00241 };
<a name="l00242"></a>00242 
<a name="l00249"></a><a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbagn.html">00249</a> <span class="keyword">class </span><a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbagn.html" title="handles errors that occur when unfinalizing the matrix">FEMExceptionItpackSparseMatrixSbagn</a> : <span class="keyword">public</span> <a class="code" href="classitk_1_1fem_1_1FEMException.html" title="Base class for all exception&amp;#39;s that can occur within FEM classes.">FEMException</a>
<a name="l00250"></a>00250 {
<a name="l00251"></a>00251 <span class="keyword">public</span>:
<a name="l00252"></a>00252 
<a name="l00254"></a><a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbagn.html#9b5ab83b6c1d836f6f69ad9abcd559a0">00254</a>   <span class="keyword">typedef</span> <span class="keywordtype">long</span>      <a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbagn.html#9b5ab83b6c1d836f6f69ad9abcd559a0">integer</a>;
<a name="l00255"></a><a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbagn.html#7cea6cbdbec0e987e4dbe8f1163d3219">00255</a>   <span class="keyword">typedef</span> <span class="keywordtype">double</span>    <a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbagn.html#7cea6cbdbec0e987e4dbe8f1163d3219">doublereal</a>;
<a name="l00256"></a>00256 
<a name="l00262"></a>00262   <a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbagn.html#de5fcb82de529b0c5ccb5f7027bb9f57">FEMExceptionItpackSparseMatrixSbagn</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *file, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> lineNumber, std::string location, <a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbagn.html#9b5ab83b6c1d836f6f69ad9abcd559a0">integer</a> errorCode);
<a name="l00263"></a>00263 
<a name="l00265"></a><a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbagn.html#bf39ef6467dcc5e5e6fafcdc89447be9">00265</a>   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbagn.html#bf39ef6467dcc5e5e6fafcdc89447be9">~FEMExceptionItpackSparseMatrixSbagn</a>() throw() {}
<a name="l00266"></a>00266 
<a name="l00268"></a>00268   <a class="code" href="itkMacro_8h.html#574c1f86661d409dd32c742307a0e96a">itkTypeMacro</a>(<a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbagn.html" title="handles errors that occur when unfinalizing the matrix">FEMExceptionItpackSparseMatrixSbagn</a>,<a class="code" href="classitk_1_1fem_1_1FEMException.html" title="Base class for all exception&amp;#39;s that can occur within FEM classes.">FEMException</a>);
<a name="l00269"></a>00269 
<a name="l00270"></a>00270 };
<a name="l00271"></a>00271 
<a name="l00278"></a><a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbsij.html">00278</a> <span class="keyword">class </span><a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbsij.html" title="handles errors that occur when building the matrix">FEMExceptionItpackSparseMatrixSbsij</a> : <span class="keyword">public</span> <a class="code" href="classitk_1_1fem_1_1FEMException.html" title="Base class for all exception&amp;#39;s that can occur within FEM classes.">FEMException</a>
<a name="l00279"></a>00279 {
<a name="l00280"></a>00280 <span class="keyword">public</span>:
<a name="l00281"></a>00281 
<a name="l00283"></a><a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbsij.html#8f8bead062aae5ff689740f23276d657">00283</a>   <span class="keyword">typedef</span> <span class="keywordtype">long</span>      <a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbsij.html#8f8bead062aae5ff689740f23276d657">integer</a>;
<a name="l00284"></a><a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbsij.html#b2cbd7f30bbabd8426ecc9f368c46743">00284</a>   <span class="keyword">typedef</span> <span class="keywordtype">double</span>    <a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbsij.html#b2cbd7f30bbabd8426ecc9f368c46743">doublereal</a>;
<a name="l00285"></a>00285 
<a name="l00291"></a>00291   <a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbsij.html#af1574658480ea58c034033ee604bfd2">FEMExceptionItpackSparseMatrixSbsij</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *file, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> lineNumber, std::string location, <a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbsij.html#8f8bead062aae5ff689740f23276d657">integer</a> errorCode);
<a name="l00292"></a>00292 
<a name="l00294"></a><a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbsij.html#260b945b34043147dc0661872b8f92f1">00294</a>   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbsij.html#260b945b34043147dc0661872b8f92f1">~FEMExceptionItpackSparseMatrixSbsij</a>() throw() {}
<a name="l00295"></a>00295 
<a name="l00297"></a>00297   <a class="code" href="itkMacro_8h.html#574c1f86661d409dd32c742307a0e96a">itkTypeMacro</a>(<a class="code" href="classitk_1_1fem_1_1FEMExceptionItpackSparseMatrixSbsij.html" title="handles errors that occur when building the matrix">FEMExceptionItpackSparseMatrixSbsij</a>,<a class="code" href="classitk_1_1fem_1_1FEMException.html" title="Base class for all exception&amp;#39;s that can occur within FEM classes.">FEMException</a>);
<a name="l00298"></a>00298 
<a name="l00299"></a>00299 };
<a name="l00300"></a>00300 
<a name="l00301"></a>00301 }} <span class="comment">// end namespace itk::fem</span>
<a name="l00302"></a>00302 
<a name="l00303"></a>00303 <span class="preprocessor">#endif</span>
<a name="l00304"></a>00304 <span class="preprocessor"></span>
</pre></div></div>
<hr><address><small>
Generated at Thu May 7 22:41:57 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>