Sophie

Sophie

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

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: itkQuadEdgeMeshPolygonCell.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>itkQuadEdgeMeshPolygonCell.h</h1><a href="itkQuadEdgeMeshPolygonCell_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: itkQuadEdgeMeshPolygonCell.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 22:05:05 $</span>
<a name="l00007"></a>00007 <span class="comment">  Version:   $Revision: 1.22 $</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 __itkQuadEdgeMeshPolygonCell_h</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define __itkQuadEdgeMeshPolygonCell_h</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="keyword">namespace </span>itk
<a name="l00022"></a>00022 {
<a name="l00023"></a>00023 
<a name="l00035"></a>00035 <span class="keyword">template</span>&lt; <span class="keyword">class</span> TCellInterface &gt;
<a name="l00036"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html">00036</a> <span class="keyword">class </span><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html">QuadEdgeMeshPolygonCell</a> : <span class="keyword">public</span> TCellInterface
<a name="l00037"></a>00037 {
<a name="l00038"></a>00038 <span class="keyword">public</span>:
<a name="l00040"></a>00040   <span class="comment">// itkCellCommonTypedefs</span>
<a name="l00041"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c477ebf8a917f5c95261e8c6c07bf4c0">00041</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html">QuadEdgeMeshPolygonCell</a>   <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html">Self</a>;
<a name="l00042"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#587eab088817f6bc3f0d2c395cc8d57f">00042</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1AutoPointer.html" title="Implements an Automatic Pointer to an object.">AutoPointer&lt; const Self &gt;</a> <a class="code" href="classitk_1_1AutoPointer.html" title="Implements an Automatic Pointer to an object.">ConstSelfAutoPointer</a>;
<a name="l00043"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#90c6da5f1915de86e0d60bcb283560d9">00043</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1AutoPointer.html" title="Implements an Automatic Pointer to an object.">AutoPointer&lt; Self &gt;</a>       <a class="code" href="classitk_1_1AutoPointer.html" title="Implements an Automatic Pointer to an object.">SelfAutoPointer</a>;
<a name="l00044"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#3c8ffd0d6c27de50cc6e173c87e3b867">00044</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html">Self</a>*                     <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html">RawPointer</a>;
<a name="l00045"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#31fb056cb6848b44c5ce72c17fdf41d3">00045</a>   <span class="keyword">typedef</span> <span class="keyword">const</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html">Self</a>*               <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html">ConstRawPointer</a>;
<a name="l00046"></a>00046 
<a name="l00047"></a>00047   <span class="comment">// itkCellInheritedTypedefs</span>
<a name="l00048"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#abc0102df1db418414ffea0e06d1189f">00048</a>   <span class="keyword">typedef</span> TCellInterface                                <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#abc0102df1db418414ffea0e06d1189f">Superclass</a>;
<a name="l00049"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#eec6e6dde840525d210b93d74d1c8fa5">00049</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::PixelType                <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#eec6e6dde840525d210b93d74d1c8fa5">PixelType</a>;
<a name="l00050"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#dddd849bc12f8268907bee42299efda4">00050</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::CellType                 <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#dddd849bc12f8268907bee42299efda4">CellType</a>;
<a name="l00051"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c3490a16d8549ea3e721a6a7ff3c56f4">00051</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::CellAutoPointer          <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c3490a16d8549ea3e721a6a7ff3c56f4">CellAutoPointer</a>;
<a name="l00052"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#6eb0b2534274d3344c3a98a7193c9102">00052</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::CellConstAutoPointer     <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#6eb0b2534274d3344c3a98a7193c9102">CellConstAutoPointer</a>;
<a name="l00053"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#0b09161e07ecf871e7760db63fe54a24">00053</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::CellRawPointer           <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#0b09161e07ecf871e7760db63fe54a24">CellRawPointer</a>;
<a name="l00054"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#6320336b5af4256a99023603f4f14dce">00054</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::CellConstRawPointer      <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#6320336b5af4256a99023603f4f14dce">CellConstRawPointer</a>;
<a name="l00055"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e05ec167e69b72bfacc5512fac81759c">00055</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::CellTraits               <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e05ec167e69b72bfacc5512fac81759c">CellTraits</a>;
<a name="l00056"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#29ffe5e48a382e1b3dbb72d19d7ad815">00056</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::CoordRepType             <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#29ffe5e48a382e1b3dbb72d19d7ad815">CoordRepType</a>;
<a name="l00057"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#3f93b9dcb92ce99957a416e737f313d5">00057</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::InterpolationWeightType  <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#3f93b9dcb92ce99957a416e737f313d5">InterpolationWeightType</a>;
<a name="l00058"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#dd7368004ca0b4399f2b73d9c625e261">00058</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::PointIdentifier          <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#dd7368004ca0b4399f2b73d9c625e261">PointIdentifier</a>;
<a name="l00059"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e95b10153f3ae753afdb88158ba293ff">00059</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::CellIdentifier           <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e95b10153f3ae753afdb88158ba293ff">CellIdentifier</a>;
<a name="l00060"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#7150b931dd9c91312bda9cecfc1c08d2">00060</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::CellFeatureIdentifier    <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#7150b931dd9c91312bda9cecfc1c08d2">CellFeatureIdentifier</a>;
<a name="l00061"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#cbe31805a67b4d60466e0ddc7334f7b2">00061</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::CellFeatureIdentifier    <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#cbe31805a67b4d60466e0ddc7334f7b2">CellFeatureCount</a>;
<a name="l00062"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#27b514c462345522fd94a4df08950e5a">00062</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::PointType                <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#27b514c462345522fd94a4df08950e5a">PointType</a>;
<a name="l00063"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b601f4f1675a9740f9b458071841cde9">00063</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::PointsContainer          <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b601f4f1675a9740f9b458071841cde9">PointsContainer</a>;
<a name="l00064"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#9715c7d75ab4bb2448d052e65b2b48b4">00064</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::UsingCellsContainer      <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#9715c7d75ab4bb2448d052e65b2b48b4">UsingCellsContainer</a>;
<a name="l00065"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#af073c74ee558f2fdf5a36758b6901b4">00065</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::CellGeometry             <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#af073c74ee558f2fdf5a36758b6901b4">CellGeometry</a>;
<a name="l00066"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#19147abcc0e1fb667b6e763fc76a9cfd">00066</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::ParametricCoordArrayType <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#19147abcc0e1fb667b6e763fc76a9cfd">ParametricCoordArrayType</a>;
<a name="l00067"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e87831ff7287824ef6156c36098517c3">00067</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::ShapeFunctionsArrayType  <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e87831ff7287824ef6156c36098517c3">ShapeFunctionsArrayType</a>;
<a name="l00068"></a>00068   <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#49c0b8aed636392890623418c1162e31">itkStaticConstMacro</a>( PointDimension, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>, Superclass::PointDimension );
<a name="l00069"></a>00069   <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#49c0b8aed636392890623418c1162e31">itkStaticConstMacro</a>( CellDimension, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>, 2 );
<a name="l00070"></a>00070   
<a name="l00072"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e806df16bb3014391f1ac14f3c0f2cf5">00072</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> CellType::MultiVisitor <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e806df16bb3014391f1ac14f3c0f2cf5">MultiVisitor</a>;
<a name="l00073"></a>00073 
<a name="l00074"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#75b3074a6ce3836584d4b65ad2424773">00074</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1QuadEdgeMeshLineCell.html" title="Class that connects the QuadEdgeMesh with the Mesh.">QuadEdgeMeshLineCell&lt; CellType &gt;</a>               <a class="code" href="classitk_1_1QuadEdgeMeshLineCell.html" title="Class that connects the QuadEdgeMesh with the Mesh.">EdgeCellType</a>;
<a name="l00075"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#f96fb91e26ce5ae8758be747a09982b5">00075</a>   <span class="keyword">typedef</span> std::vector&lt; EdgeCellType* &gt;                   <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#f96fb91e26ce5ae8758be747a09982b5">EdgeCellListType</a>; 
<a name="l00076"></a>00076 
<a name="l00078"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#7acb78794b98824a20cb2f3f427e12ee">00078</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> CellTraits::PointIdIterator              <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#7acb78794b98824a20cb2f3f427e12ee">PointIdIterator</a>;
<a name="l00079"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#9bbbb8007fb030a573df77c814324ce3">00079</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> CellTraits::PointIdConstIterator         <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#9bbbb8007fb030a573df77c814324ce3">PointIdConstIterator</a>;
<a name="l00080"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#0021977a9d674aa524a14b19cef61a4a">00080</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> CellTraits::PointIdInternalIterator      <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#0021977a9d674aa524a14b19cef61a4a">PointIdInternalIterator</a>;
<a name="l00081"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c9de5697e283faf2d5b88a39b0dac8be">00081</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> CellTraits::PointIdInternalConstIterator <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c9de5697e283faf2d5b88a39b0dac8be">PointIdInternalConstIterator</a>;
<a name="l00082"></a>00082 
<a name="l00084"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#ff4fb37ac6ac988f8c23c42553423bbb">00084</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> CellTraits::QuadEdgeType              <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#ff4fb37ac6ac988f8c23c42553423bbb">QuadEdgeType</a>;
<a name="l00085"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#cc534bacc4c8d87accf9fbd9f37842c4">00085</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> QuadEdgeType::OriginRefType           <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#cc534bacc4c8d87accf9fbd9f37842c4">VertexRefType</a>;
<a name="l00086"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c1d4c8cc1e1c56b0b2bfdbeac78f2f5b">00086</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> QuadEdgeType::DualOriginRefType       <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c1d4c8cc1e1c56b0b2bfdbeac78f2f5b">FaceRefType</a>;
<a name="l00087"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#68094ebf128ecb0dc5fe8ece2f3205bf">00087</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> QuadEdgeType::PrimalDataType          <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#68094ebf128ecb0dc5fe8ece2f3205bf">PrimalDataType</a>;
<a name="l00088"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#5e0d215b75c443cbde3da5b25e712144">00088</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> QuadEdgeType::DualDataType            <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#5e0d215b75c443cbde3da5b25e712144">DualDataType</a>;
<a name="l00089"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#83a90540018c471ab5af85744086bdd5">00089</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> QuadEdgeType::DualType                <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#83a90540018c471ab5af85744086bdd5">QEDual</a>;
<a name="l00090"></a>00090 
<a name="l00091"></a>00091 <span class="keyword">public</span>:
<a name="l00093"></a>00093   <a class="code" href="itkMacro_8h.html#574c1f86661d409dd32c742307a0e96a">itkTypeMacro</a>( <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html">QuadEdgeMeshPolygonCell</a>, TCellInterface );
<a name="l00094"></a>00094 
<a name="l00096"></a>00096   <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#054598d1720bc093f20cd3fc66c08da3">QuadEdgeMeshPolygonCell</a>( <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#dd7368004ca0b4399f2b73d9c625e261">PointIdentifier</a> nPoints = 0 );
<a name="l00097"></a>00097   <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#054598d1720bc093f20cd3fc66c08da3">QuadEdgeMeshPolygonCell</a>( <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#ff4fb37ac6ac988f8c23c42553423bbb">QuadEdgeType</a>* e );
<a name="l00098"></a>00098   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#6a49a21fdfebd9289dce79af447517fa">~QuadEdgeMeshPolygonCell</a>();
<a name="l00100"></a>00100 
<a name="l00102"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#92549302a4f105e4892843d144d563c9">00102</a>   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#92549302a4f105e4892843d144d563c9">SetIdent</a>( <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e95b10153f3ae753afdb88158ba293ff">CellIdentifier</a> cid ) { m_Ident = cid; }
<a name="l00103"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#2330442d1e09474c0ba8d09f8eb9226f">00103</a>   <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e95b10153f3ae753afdb88158ba293ff">CellIdentifier</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#2330442d1e09474c0ba8d09f8eb9226f">GetIdent</a>()          { <span class="keywordflow">return</span>( m_Ident ); }
<a name="l00105"></a>00105 
<a name="l00107"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#798bdccb9d9135883fab0ebd01e07bbb">00107</a>   <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#ff4fb37ac6ac988f8c23c42553423bbb">QuadEdgeType</a>* <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#798bdccb9d9135883fab0ebd01e07bbb">GetEdgeRingEntry</a>()<span class="keyword"> const      </span>{ <span class="keywordflow">return</span>( m_EdgeRingEntry ); }
<a name="l00108"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#30c4af0d11349e8ffef5ee80f2fc924a">00108</a>   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#30c4af0d11349e8ffef5ee80f2fc924a">SetEdgeRingEntry</a>( <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#ff4fb37ac6ac988f8c23c42553423bbb">QuadEdgeType</a>* entry ) { m_EdgeRingEntry = entry; }
<a name="l00110"></a>00110 
<a name="l00112"></a>00112   <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#90c6da5f1915de86e0d60bcb283560d9">SelfAutoPointer</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#ac747a326be7ac2a967cd93b10ee2fa9">New</a>();
<a name="l00113"></a>00113 
<a name="l00115"></a>00115   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#111993d8f4719d9c877e9640cd5c6070">Accept</a>( <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> cellId, <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e806df16bb3014391f1ac14f3c0f2cf5">MultiVisitor</a>* mv );
<a name="l00116"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e1e9cef96de30dde861b1cf0d43b62e2">00116</a>   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#af073c74ee558f2fdf5a36758b6901b4">CellGeometry</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e1e9cef96de30dde861b1cf0d43b62e2">GetType</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span>( Superclass::POLYGON_CELL );}
<a name="l00118"></a>00118 
<a name="l00120"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#ee770316004c26253ee3e9bf0b58c6d4">00120</a>   <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#ee770316004c26253ee3e9bf0b58c6d4">GetTopologyId</a>()
<a name="l00121"></a>00121     {
<a name="l00122"></a>00122     <span class="keywordflow">return</span>( Superclass::POLYGON_CELL );
<a name="l00123"></a>00123     }
<a name="l00124"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#1c72cc04a35d391ea16653f556c4ff9c">00124</a>   <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#1c72cc04a35d391ea16653f556c4ff9c">GetDimension</a>()<span class="keyword"> const </span>
<a name="l00125"></a>00125 <span class="keyword">    </span>{ 
<a name="l00126"></a>00126     <span class="keywordflow">return</span>( Self::CellDimension );
<a name="l00127"></a>00127     }
<a name="l00128"></a>00128   <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#741372382a9e01ad637ee0d0be77b3b2">GetNumberOfPoints</a>() <span class="keyword">const</span>;
<a name="l00129"></a>00129   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#cbe31805a67b4d60466e0ddc7334f7b2">CellFeatureCount</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e89076b50e456dac229b4f5ad5347df8">GetNumberOfBoundaryFeatures</a>( <span class="keywordtype">int</span> dimension ) <span class="keyword">const</span>;
<a name="l00130"></a>00130   <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#61e79b17dc3aaab51b9b09bbb4277db8">GetBoundaryFeature</a>( <span class="keywordtype">int</span> dimension,
<a name="l00131"></a>00131                                    <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#7150b931dd9c91312bda9cecfc1c08d2">CellFeatureIdentifier</a> cellId,
<a name="l00132"></a>00132                                    <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c3490a16d8549ea3e721a6a7ff3c56f4">CellAutoPointer</a>&amp; cell );
<a name="l00134"></a>00134 
<a name="l00136"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#14ac556370def9df44d34bca49359677">00136</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#14ac556370def9df44d34bca49359677">MakeCopy</a>( <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c3490a16d8549ea3e721a6a7ff3c56f4">CellAutoPointer</a>&amp; cell )<span class="keyword"> const </span>
<a name="l00137"></a>00137 <span class="keyword">    </span>{ 
<a name="l00138"></a>00138     <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> numberOfPoints = this-&gt;<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#741372382a9e01ad637ee0d0be77b3b2">GetNumberOfPoints</a>();
<a name="l00139"></a>00139     <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html">Self</a> * newPolygonCell = <span class="keyword">new</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c477ebf8a917f5c95261e8c6c07bf4c0">Self</a>( numberOfPoints );
<a name="l00140"></a>00140     cell.TakeOwnership( newPolygonCell );
<a name="l00141"></a>00141     <span class="keywordflow">if</span> ( numberOfPoints ) 
<a name="l00142"></a>00142       {
<a name="l00143"></a>00143       <span class="keywordflow">for</span>( <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> i = 0; i &lt; numberOfPoints; i++ )
<a name="l00144"></a>00144         { 
<a name="l00145"></a>00145         newPolygonCell-&gt;<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c1709a1e16cae13e53b69198dddf7ca6">SetPointId</a>( i, this-&gt;<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b147cecc05dfd5125f07969aabe6e5a8">GetPointId</a>( i ) );
<a name="l00146"></a>00146         }
<a name="l00147"></a>00147       }
<a name="l00148"></a>00148     }
<a name="l00150"></a>00150 
<a name="l00151"></a>00151   
<a name="l00153"></a>00153   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#819719c33fa82b559176a46d66618de1">SetPointIds</a>( <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#9bbbb8007fb030a573df77c814324ce3">PointIdConstIterator</a> first );
<a name="l00154"></a>00154   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#819719c33fa82b559176a46d66618de1">SetPointIds</a>( <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#9bbbb8007fb030a573df77c814324ce3">PointIdConstIterator</a> first,
<a name="l00155"></a>00155                             <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#9bbbb8007fb030a573df77c814324ce3">PointIdConstIterator</a> last );
<a name="l00156"></a>00156   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c1709a1e16cae13e53b69198dddf7ca6">SetPointId</a>( <span class="keywordtype">int</span> localId, <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#dd7368004ca0b4399f2b73d9c625e261">PointIdentifier</a> pId );
<a name="l00158"></a>00158 
<a name="l00159"></a>00159   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#dd7368004ca0b4399f2b73d9c625e261">PointIdentifier</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b147cecc05dfd5125f07969aabe6e5a8">GetPointId</a>( <span class="keywordtype">int</span> localId ) <span class="keyword">const</span>;
<a name="l00160"></a>00160 
<a name="l00161"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#93b1c2e780b074c294f378c4b2b7237b">00161</a>   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#7acb78794b98824a20cb2f3f427e12ee">PointIdIterator</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#93b1c2e780b074c294f378c4b2b7237b">PointIdsBegin</a>()
<a name="l00162"></a>00162     {
<a name="l00163"></a>00163     <span class="comment">// NOTE ALEX: should update the array on the fly to make it faster</span>
<a name="l00164"></a>00164     MakePointIds();
<a name="l00165"></a>00165     <span class="keywordflow">if</span> (<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">m_PointIds</a>.size() == 0)
<a name="l00166"></a>00166       {
<a name="l00167"></a>00167       <span class="keywordflow">return</span> (static_cast&lt;PointIdIterator&gt;(0));
<a name="l00168"></a>00168       }
<a name="l00169"></a>00169     <span class="keywordflow">else</span>
<a name="l00170"></a>00170       {
<a name="l00171"></a>00171       <span class="keywordflow">return</span> &amp;*(<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">m_PointIds</a>.begin());
<a name="l00172"></a>00172       }
<a name="l00173"></a>00173     }
<a name="l00174"></a>00174 
<a name="l00175"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#191a2b12d6b891368aa50ca52573f56a">00175</a>   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#7acb78794b98824a20cb2f3f427e12ee">PointIdIterator</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#191a2b12d6b891368aa50ca52573f56a">PointIdsEnd</a>()
<a name="l00176"></a>00176     {
<a name="l00177"></a>00177     <span class="comment">// NOTE ALEX: should update the array on the fly to make it faster</span>
<a name="l00178"></a>00178     <span class="keywordflow">if</span> (<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">m_PointIds</a>.size() == 0)
<a name="l00179"></a>00179       {
<a name="l00180"></a>00180       <span class="keywordflow">return</span> (static_cast&lt;PointIdIterator&gt;(0));
<a name="l00181"></a>00181       }
<a name="l00182"></a>00182     <span class="keywordflow">else</span>
<a name="l00183"></a>00183       {
<a name="l00184"></a>00184       <span class="keywordflow">return</span> &amp;<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">m_PointIds</a>[<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">m_PointIds</a>.size()-1] + 1;
<a name="l00185"></a>00185       }
<a name="l00186"></a>00186     }
<a name="l00187"></a>00187 
<a name="l00188"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#649d4e6d853d36b5588ce6d7a27b6864">00188</a>   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#9bbbb8007fb030a573df77c814324ce3">PointIdConstIterator</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#93b1c2e780b074c294f378c4b2b7237b">PointIdsBegin</a>()<span class="keyword"> const</span>
<a name="l00189"></a>00189 <span class="keyword">    </span>{
<a name="l00190"></a>00190     <span class="comment">// NOTE ALEX: should update the array on the fly to make it faster</span>
<a name="l00191"></a>00191     MakePointIds();
<a name="l00192"></a>00192     <span class="keywordflow">if</span> (<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">m_PointIds</a>.size() == 0)
<a name="l00193"></a>00193       {
<a name="l00194"></a>00194       <span class="keywordflow">return</span> (static_cast&lt;PointIdIterator&gt;(0));
<a name="l00195"></a>00195       }
<a name="l00196"></a>00196     <span class="keywordflow">else</span>
<a name="l00197"></a>00197       {
<a name="l00198"></a>00198       <span class="keywordflow">return</span> &amp;*(<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">m_PointIds</a>.begin());
<a name="l00199"></a>00199       }
<a name="l00200"></a>00200     }
<a name="l00201"></a>00201 
<a name="l00202"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#40281e220b95efba127ac713bbeff664">00202</a>   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#9bbbb8007fb030a573df77c814324ce3">PointIdConstIterator</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#191a2b12d6b891368aa50ca52573f56a">PointIdsEnd</a>()<span class="keyword"> const</span>
<a name="l00203"></a>00203 <span class="keyword">    </span>{
<a name="l00204"></a>00204     <span class="comment">// NOTE ALEX: should update the array on the fly to make it faster</span>
<a name="l00205"></a>00205     <span class="keywordflow">if</span> (<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">m_PointIds</a>.size() == 0)
<a name="l00206"></a>00206       {
<a name="l00207"></a>00207       <span class="keywordflow">return</span> (static_cast&lt;PointIdIterator&gt;(0));
<a name="l00208"></a>00208       }
<a name="l00209"></a>00209     <span class="keywordflow">else</span>
<a name="l00210"></a>00210       {
<a name="l00211"></a>00211       <span class="keywordflow">return</span> &amp;<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">m_PointIds</a>[<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">m_PointIds</a>.size()-1] + 1;
<a name="l00212"></a>00212       }
<a name="l00213"></a>00213     }
<a name="l00214"></a>00214 
<a name="l00216"></a>00216   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#d56981474eb61df38636f7cd6371cf3a">InternalSetPointIds</a>( <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c9de5697e283faf2d5b88a39b0dac8be">PointIdInternalConstIterator</a> first );
<a name="l00217"></a>00217   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#d56981474eb61df38636f7cd6371cf3a">InternalSetPointIds</a>( <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c9de5697e283faf2d5b88a39b0dac8be">PointIdInternalConstIterator</a> first,
<a name="l00218"></a>00218                             <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c9de5697e283faf2d5b88a39b0dac8be">PointIdInternalConstIterator</a> last );
<a name="l00220"></a>00220 
<a name="l00221"></a>00221   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#0021977a9d674aa524a14b19cef61a4a">PointIdInternalIterator</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e635e0a1ce5186a0043d97a32a806787">InternalPointIdsBegin</a>();
<a name="l00222"></a>00222   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#0021977a9d674aa524a14b19cef61a4a">PointIdInternalIterator</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#7fa333a5be88190c5cc903b3ef0b06b6">InternalPointIdsEnd</a>();
<a name="l00223"></a>00223 
<a name="l00224"></a>00224   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c9de5697e283faf2d5b88a39b0dac8be">PointIdInternalConstIterator</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#5753807ab0a7d12f0904dfd670c0effe">InternalGetPointIds</a>() <span class="keyword">const</span>;
<a name="l00225"></a>00225   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c9de5697e283faf2d5b88a39b0dac8be">PointIdInternalConstIterator</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e635e0a1ce5186a0043d97a32a806787">InternalPointIdsBegin</a>() <span class="keyword">const</span>;
<a name="l00226"></a>00226   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#c9de5697e283faf2d5b88a39b0dac8be">PointIdInternalConstIterator</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#7fa333a5be88190c5cc903b3ef0b06b6">InternalPointIdsEnd</a>() <span class="keyword">const</span>;
<a name="l00227"></a>00227 
<a name="l00228"></a>00228 <span class="keyword">protected</span>:
<a name="l00229"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#ea22889e652580cf8418c36788f3c937">00229</a>   <span class="keyword">typedef</span> std::vector&lt;PointIdentifier&gt;  <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#ea22889e652580cf8418c36788f3c937">PointIDListType</a>;
<a name="l00230"></a><a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">00230</a>   <span class="keyword">mutable</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#ea22889e652580cf8418c36788f3c937">PointIDListType</a> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">m_PointIds</a>;
<a name="l00231"></a>00231 
<a name="l00232"></a>00232 <span class="keyword">private</span>:
<a name="l00233"></a>00233   <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#054598d1720bc093f20cd3fc66c08da3">QuadEdgeMeshPolygonCell</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html">Self</a>&amp; ); <span class="comment">// Not impl.</span>
<a name="l00234"></a>00234   <span class="keywordtype">void</span> operator=( <span class="keyword">const</span> <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html">Self</a>&amp; ); <span class="comment">// Not impl.</span>
<a name="l00235"></a>00235 
<a name="l00236"></a>00236   <span class="keywordtype">void</span> MakePointIds()<span class="keyword"> const</span>
<a name="l00237"></a>00237 <span class="keyword">    </span>{
<a name="l00238"></a>00238     <span class="keywordflow">if</span>( !this-&gt;<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#741372382a9e01ad637ee0d0be77b3b2">GetNumberOfPoints</a>( ) )
<a name="l00239"></a>00239       {
<a name="l00240"></a>00240       <span class="keywordflow">return</span>;
<a name="l00241"></a>00241       }
<a name="l00242"></a>00242 
<a name="l00243"></a>00243     <span class="comment">// NOTE ALEX: very inefficient way of doing it ...</span>
<a name="l00244"></a>00244     <span class="comment">// you wanna support old API, you pay for it.</span>
<a name="l00245"></a>00245     <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">m_PointIds</a>.clear();
<a name="l00246"></a>00246     <span class="keywordflow">for</span>( <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#dd7368004ca0b4399f2b73d9c625e261">PointIdentifier</a> i = 0; i &lt; this-&gt;<a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#741372382a9e01ad637ee0d0be77b3b2">GetNumberOfPoints</a>( ); i++ )
<a name="l00247"></a>00247       {
<a name="l00248"></a>00248       <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b5ebbbe2882acb05a4503a28bc019577">m_PointIds</a>.push_back( <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#b147cecc05dfd5125f07969aabe6e5a8">GetPointId</a>( i ) );
<a name="l00249"></a>00249       }
<a name="l00250"></a>00250     }
<a name="l00251"></a>00251 
<a name="l00255"></a>00255   <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#e95b10153f3ae753afdb88158ba293ff">CellIdentifier</a> m_Ident;
<a name="l00256"></a>00256 
<a name="l00260"></a>00260   <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#ff4fb37ac6ac988f8c23c42553423bbb">QuadEdgeType</a> * m_EdgeRingEntry;
<a name="l00261"></a>00261 
<a name="l00265"></a>00265   <a class="code" href="classitk_1_1QuadEdgeMeshPolygonCell.html#f96fb91e26ce5ae8758be747a09982b5">EdgeCellListType</a> m_EdgeCellList;
<a name="l00266"></a>00266 
<a name="l00267"></a>00267 };
<a name="l00268"></a>00268 
<a name="l00269"></a>00269 } <span class="comment">// end namespace itk</span>
<a name="l00270"></a>00270 
<a name="l00271"></a>00271 <span class="preprocessor">#ifndef ITK_MANUAL_INSTANTIATION</span>
<a name="l00272"></a>00272 <span class="preprocessor"></span><span class="preprocessor">#include "itkQuadEdgeMeshPolygonCell.txx"</span>
<a name="l00273"></a>00273 <span class="preprocessor">#endif</span>
<a name="l00274"></a>00274 <span class="preprocessor"></span>
<a name="l00275"></a>00275 <span class="preprocessor">#endif</span>
<a name="l00276"></a>00276 <span class="preprocessor"></span>
</pre></div></div>
<hr><address><small>
Generated at Thu May 7 23:58:09 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>