Sophie

Sophie

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

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: itkQuadEdgeMeshExtendedTraits.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_dd352b1cbb04f9ff09fa5f33693fed9f.html">Review</a>
  </div>
<div class="contents">
<h1>itkQuadEdgeMeshExtendedTraits.h</h1><a href="itkQuadEdgeMeshExtendedTraits_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: itkQuadEdgeMeshExtendedTraits.h,v $</span>
<a name="l00005"></a>00005 <span class="comment">  Language:  C++</span>
<a name="l00006"></a>00006 <span class="comment">  Date:      $Date: 2008-10-03 21:19:45 $</span>
<a name="l00007"></a>00007 <span class="comment">  Version:   $Revision: 1.2 $</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 __itkQuadEdgeMeshExtendedTraits_h</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define __itkQuadEdgeMeshExtendedTraits_h</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#include "<a class="code" href="itkQuadEdgeCellTraitsInfo_8h.html">itkQuadEdgeCellTraitsInfo.h</a>"</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;<a class="code" href="itkMapContainer_8h.html">itkMapContainer.h</a>&gt;</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;set&gt;</span>
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="keyword">namespace </span>itk
<a name="l00026"></a>00026 {
<a name="l00027"></a>00027 
<a name="l00061"></a>00061 <span class="keyword">template</span>&lt; 
<a name="l00062"></a>00062   <span class="keyword">typename</span> TPixelType = float,
<a name="l00063"></a>00063   <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> VPointDimension = 3,
<a name="l00064"></a>00064   <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> VMaxTopologicalDimension = VPointDimension,
<a name="l00065"></a>00065   <span class="keyword">typename</span> TCoordRep = float,
<a name="l00066"></a>00066   <span class="keyword">typename</span> TInterpolationWeightType = float,
<a name="l00067"></a>00067   <span class="keyword">typename</span> TCellPixelType = TPixelType,
<a name="l00068"></a>00068   <span class="keyword">typename</span> TPData = bool,
<a name="l00069"></a>00069   <span class="keyword">typename</span> TDData = <span class="keywordtype">bool</span>
<a name="l00070"></a>00070  &gt;
<a name="l00071"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html">00071</a> <span class="keyword">class </span><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html" title="Extended traits for a itkQE::Mesh.">QuadEdgeMeshExtendedTraits</a>
<a name="l00072"></a>00072 {
<a name="l00073"></a>00073 <span class="keyword">public</span>:
<a name="l00074"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#b640a7fc3497ce3387a86ec5a2c9230e">00074</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html" title="Extended traits for a itkQE::Mesh.">QuadEdgeMeshExtendedTraits</a> <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html" title="Extended traits for a itkQE::Mesh.">Self</a>;
<a name="l00075"></a>00075 
<a name="l00077"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#fda435268349bc057743190253866af0">00077</a>   <span class="keyword">typedef</span> TCoordRep       <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#fda435268349bc057743190253866af0">CoordRepType</a>;
<a name="l00078"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#21c304b28e8e10ee056688c8862f2600">00078</a>   <span class="keyword">typedef</span> TPixelType      <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#21c304b28e8e10ee056688c8862f2600">PixelType</a>;
<a name="l00079"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#79e1e7a70752792d90ebd3da06d1bf33">00079</a>   <span class="keyword">typedef</span> TPData          <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#79e1e7a70752792d90ebd3da06d1bf33">PrimalDataType</a>;
<a name="l00080"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#2876710de53db181243c2cc37c7974a2">00080</a>   <span class="keyword">typedef</span> TDData          <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#2876710de53db181243c2cc37c7974a2">DualDataType</a>;
<a name="l00081"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#6f375b72c2d0ef1e400633efcb9605b2">00081</a>   <span class="keyword">typedef</span> TCellPixelType  <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#6f375b72c2d0ef1e400633efcb9605b2">CellPixelType</a>;
<a name="l00082"></a>00082 
<a name="l00084"></a>00084   <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#911259ce535c258d9e3bb4c7be1b3c18">itkStaticConstMacro</a>( PointDimension, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>, VPointDimension );
<a name="l00085"></a>00085   <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#911259ce535c258d9e3bb4c7be1b3c18">itkStaticConstMacro</a>( MaxTopologicalDimension, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>,
<a name="l00086"></a>00086                         VPointDimension );
<a name="l00088"></a>00088 
<a name="l00089"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#75d20f2d0f133c9248f96401d97bdc7a">00089</a>   <span class="keyword">typedef</span> TInterpolationWeightType    <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#75d20f2d0f133c9248f96401d97bdc7a">InterpolationWeightType</a>;
<a name="l00090"></a>00090 
<a name="l00093"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#81950a23552e4567cf400014f31dd17f">00093</a>   <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#81950a23552e4567cf400014f31dd17f">PointIdentifier</a>;
<a name="l00094"></a>00094 
<a name="l00097"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#1ef5c3d4793ce060c41b9d6ef25e753d">00097</a>   <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#1ef5c3d4793ce060c41b9d6ef25e753d">CellIdentifier</a>;
<a name="l00098"></a>00098 
<a name="l00102"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#42096ebbd91b13f8a84eca2d3ee1ae58">00102</a>   <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#42096ebbd91b13f8a84eca2d3ee1ae58">CellFeatureIdentifier</a>;
<a name="l00103"></a>00103 
<a name="l00106"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#43f157cce044926559a989c108dbd15a">00106</a>   <span class="keyword">typedef</span> std::set&lt; CellIdentifier &gt; <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#43f157cce044926559a989c108dbd15a">UsingCellsContainer</a>;
<a name="l00107"></a>00107 
<a name="l00110"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#4bcc3508ebe4787895aba6181342df62">00110</a>   <span class="keyword">typedef</span> std::set&lt; CellIdentifier &gt;                    <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#4bcc3508ebe4787895aba6181342df62">PointCellLinksContainer</a>;
<a name="l00111"></a>00111 
<a name="l00113"></a>00113   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1GeometricalQuadEdge.html" title="This class extends the QuadEdge by adding a reference to the Origin.">GeometricalQuadEdge</a>&lt; 
<a name="l00114"></a>00114     <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#81950a23552e4567cf400014f31dd17f">PointIdentifier</a>, <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#1ef5c3d4793ce060c41b9d6ef25e753d">CellIdentifier</a>,
<a name="l00115"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#0cbb8bcd9509feb5f890eee30978364b">00115</a>     <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#79e1e7a70752792d90ebd3da06d1bf33">PrimalDataType</a>, <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#2876710de53db181243c2cc37c7974a2">DualDataType</a> &gt;                      <a class="code" href="classitk_1_1GeometricalQuadEdge.html" title="This class extends the QuadEdge by adding a reference to the Origin.">QEPrimal</a>;
<a name="l00116"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#01f1f5e57592575e7b87d8455fc83df9">00116</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1GeometricalQuadEdge.html" title="This class extends the QuadEdge by adding a reference to the Origin.">QEPrimal::DualType</a>                   <a class="code" href="classitk_1_1GeometricalQuadEdge.html" title="This class extends the QuadEdge by adding a reference to the Origin.">QEDual</a>;
<a name="l00117"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#9510bdcefe5b8ac5304bd17c3a9e61be">00117</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1GeometricalQuadEdge.html#78d0389608f9bc511db583f2c9da33a2">QEPrimal::OriginRefType</a>              <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#9510bdcefe5b8ac5304bd17c3a9e61be">VertexRefType</a>;
<a name="l00118"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#73e6c2d5dc7094ffab612c6d5dfaf6f3">00118</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1GeometricalQuadEdge.html#74327d4942b9e9c97579be19db3c2d6e">QEPrimal::DualOriginRefType</a>          <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#73e6c2d5dc7094ffab612c6d5dfaf6f3">FaceRefType</a>;
<a name="l00119"></a>00119 
<a name="l00123"></a>00123   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1QuadEdgeMeshPoint.html" title="Wrapper around a itk::Point in order to add a reference to an entry in the edge ring...">QuadEdgeMeshPoint</a>&lt; 
<a name="l00124"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#af46563ced101ff19479d16bdabf60c2">00124</a>     <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#fda435268349bc057743190253866af0">CoordRepType</a>, VPointDimension, <a class="code" href="classitk_1_1GeometricalQuadEdge.html" title="This class extends the QuadEdge by adding a reference to the Origin.">QEPrimal</a> &gt;                 <a class="code" href="classitk_1_1QuadEdgeMeshPoint.html" title="Wrapper around a itk::Point in order to add a reference to an entry in the edge ring...">PointType</a>;
<a name="l00125"></a>00125 
<a name="l00126"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#9737d44c50913a966aa4c42a9a6c0456">00126</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1Point.html" title="A templated class holding a geometric point in n-Dimensional space.">Point&lt; CoordRepType, VPointDimension &gt;</a>              <a class="code" href="classitk_1_1Point.html" title="A templated class holding a geometric point in n-Dimensional space.">PointHashType</a>;
<a name="l00127"></a>00127 
<a name="l00130"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#7dcd0b1d66d051aa44e5ce92ab2c7639">00130</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1MapContainer.html">MapContainer&lt; PointIdentifier, PointType &gt;</a>          <a class="code" href="classitk_1_1MapContainer.html">PointsContainer</a>;
<a name="l00131"></a>00131 
<a name="l00133"></a>00133   <span class="keyword">typedef</span> QuadEdgeMeshCellTraitsInfo&lt; 
<a name="l00134"></a>00134     VPointDimension, <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#fda435268349bc057743190253866af0">CoordRepType</a>,
<a name="l00135"></a>00135     <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#75d20f2d0f133c9248f96401d97bdc7a">InterpolationWeightType</a>, <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#81950a23552e4567cf400014f31dd17f">PointIdentifier</a>,
<a name="l00136"></a>00136     <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#1ef5c3d4793ce060c41b9d6ef25e753d">CellIdentifier</a>,          <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#42096ebbd91b13f8a84eca2d3ee1ae58">CellFeatureIdentifier</a>,
<a name="l00137"></a>00137     <a class="code" href="classitk_1_1QuadEdgeMeshPoint.html" title="Wrapper around a itk::Point in order to add a reference to an entry in the edge ring...">PointType</a>,               <a class="code" href="classitk_1_1MapContainer.html">PointsContainer</a>,
<a name="l00138"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#ac31c317c22ee33aab64965a5015eef8">00138</a>     <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#43f157cce044926559a989c108dbd15a">UsingCellsContainer</a>,     <a class="code" href="classitk_1_1GeometricalQuadEdge.html" title="This class extends the QuadEdge by adding a reference to the Origin.">QEPrimal</a> &gt;                       <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#ac31c317c22ee33aab64965a5015eef8">CellTraits</a>;
<a name="l00139"></a>00139 
<a name="l00141"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#fc2d5ae426ab7c7cf1844cd4ebd42da0">00141</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1CellInterface.html">CellInterface&lt; CellPixelType, CellTraits &gt;</a>          <a class="code" href="classitk_1_1CellInterface.html">CellType</a>;
<a name="l00142"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#2a2ff1e928a9fd180773538faa7e8c74">00142</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1CellInterface.html#c5573ca4be06fc73221d175a5c888264">CellType::CellAutoPointer</a>                  <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#2a2ff1e928a9fd180773538faa7e8c74">CellAutoPointer</a>;
<a name="l00143"></a>00143 
<a name="l00145"></a>00145   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1MapContainer.html">MapContainer</a>&lt; <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#81950a23552e4567cf400014f31dd17f">PointIdentifier</a>,
<a name="l00146"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#3337aae3cad2dbe2e62092b933e9a773">00146</a>                              <a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#4bcc3508ebe4787895aba6181342df62">PointCellLinksContainer</a> &gt;        <a class="code" href="classitk_1_1MapContainer.html">CellLinksContainer</a>;
<a name="l00147"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#d84d4aa2459fea207d604f55084af272">00147</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1MapContainer.html">MapContainer&lt; CellIdentifier, CellType* &gt;</a>           <a class="code" href="classitk_1_1MapContainer.html">CellsContainer</a>;
<a name="l00148"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#eb193a3b35434f5e526892f2cb2e29ec">00148</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1MapContainer.html">MapContainer&lt; PointIdentifier, PixelType &gt;</a>          <a class="code" href="classitk_1_1MapContainer.html">PointDataContainer</a>;
<a name="l00149"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#434c940c45ca018a28823f5aa765fa69">00149</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1MapContainer.html">MapContainer&lt; CellIdentifier, CellPixelType &gt;</a>       <a class="code" href="classitk_1_1MapContainer.html">CellDataContainer</a>;
<a name="l00150"></a>00150 
<a name="l00152"></a><a class="code" href="classitk_1_1QuadEdgeMeshExtendedTraits.html#29b5756fbdd435ed8a4abcf5c74c9161">00152</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1Vector.html" title="A templated class holding a n-Dimensional vector.">PointType::VectorType</a> <a class="code" href="classitk_1_1Vector.html" title="A templated class holding a n-Dimensional vector.">VectorType</a>;
<a name="l00153"></a>00153 };
<a name="l00154"></a>00154 
<a name="l00155"></a>00155 } <span class="comment">// enamespace</span>
<a name="l00156"></a>00156 
<a name="l00157"></a>00157 <span class="preprocessor">#endif</span>
<a name="l00158"></a>00158 <span class="preprocessor"></span>
<a name="l00159"></a>00159 <span class="comment">// eof - $RCSfile: itkQuadEdgeMeshExtendedTraits.h,v $</span>
<a name="l00160"></a>00160 
</pre></div></div>
<hr><address><small>
Generated at Thu May 7 23:56:32 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>