Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 60f1dc962abad0f3b492991a4fbef9be > files > 4151

vtk-doc-5.4.2-5mdv2010.0.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>VTK: dox/Filtering/vtkSimpleCellTessellator.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="classes.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
<h1>dox/Filtering/vtkSimpleCellTessellator.h</h1><a href="a02359.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:   Visualization Toolkit</span>
<a name="l00004"></a>00004 <span class="comment">  Module:    $RCSfile: vtkSimpleCellTessellator.h,v $</span>
<a name="l00005"></a>00005 <span class="comment"></span>
<a name="l00006"></a>00006 <span class="comment">  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen</span>
<a name="l00007"></a>00007 <span class="comment">  All rights reserved.</span>
<a name="l00008"></a>00008 <span class="comment">  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.</span>
<a name="l00009"></a>00009 <span class="comment"></span>
<a name="l00010"></a>00010 <span class="comment">     This software is distributed WITHOUT ANY WARRANTY; without even</span>
<a name="l00011"></a>00011 <span class="comment">     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR</span>
<a name="l00012"></a>00012 <span class="comment">     PURPOSE.  See the above copyright notice for more information.</span>
<a name="l00013"></a>00013 <span class="comment"></span>
<a name="l00014"></a>00014 <span class="comment">=========================================================================*/</span>
<a name="l00047"></a>00047 <span class="preprocessor">#ifndef __vtkSimpleCellTessellator_h</span>
<a name="l00048"></a>00048 <span class="preprocessor"></span><span class="preprocessor">#define __vtkSimpleCellTessellator_h</span>
<a name="l00049"></a>00049 <span class="preprocessor"></span>
<a name="l00050"></a>00050 <span class="preprocessor">#include "<a class="code" href="a02255.html">vtkGenericCellTessellator.h</a>"</span>
<a name="l00051"></a>00051 
<a name="l00052"></a>00052 <span class="keyword">class </span>vtkTriangleTile;
<a name="l00053"></a>00053 <span class="keyword">class </span>vtkTetraTile;
<a name="l00054"></a>00054 <span class="keyword">class </span><a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a>;
<a name="l00055"></a>00055 <span class="keyword">class </span><a class="code" href="a00436.html" title="dynamic, self-adjusting array of double">vtkDoubleArray</a>;
<a name="l00056"></a>00056 <span class="keyword">class </span><a class="code" href="a00593.html" title="keep track of edges (defined by pair of integer id&amp;#39;s)">vtkGenericEdgeTable</a>;
<a name="l00057"></a>00057 <span class="keyword">class </span><a class="code" href="a00607.html" title="Objects that compute error during cell tessellation.">vtkGenericSubdivisionErrorMetric</a>;
<a name="l00058"></a>00058 <span class="keyword">class </span><a class="code" href="a00581.html" title="a collection of attributes">vtkGenericAttributeCollection</a>;
<a name="l00059"></a>00059 <span class="keyword">class </span><a class="code" href="a00579.html" title="defines cell interface">vtkGenericAdaptorCell</a>;
<a name="l00060"></a>00060 <span class="keyword">class </span><a class="code" href="a00583.html" title="iterator used to traverse cells">vtkGenericCellIterator</a>;
<a name="l00061"></a>00061 <span class="keyword">class </span><a class="code" href="a01242.html" title="represent and manipulate point attribute data">vtkPointData</a>;
<a name="l00062"></a>00062 <span class="keyword">class </span><a class="code" href="a01128.html" title="helper class to generate triangulations">vtkOrderedTriangulator</a>;
<a name="l00063"></a>00063 <span class="keyword">class </span><a class="code" href="a01278.html" title="a cell that represents an n-sided polygon">vtkPolygon</a>;
<a name="l00064"></a>00064 <span class="keyword">class </span><a class="code" href="a00720.html" title="list of point or cell ids">vtkIdList</a>;
<a name="l00065"></a>00065 
<a name="l00066"></a>00066 <span class="comment">//-----------------------------------------------------------------------------</span>
<a name="l00067"></a>00067 <span class="comment">//</span>
<a name="l00068"></a>00068 <span class="comment">// The tessellation object</span>
<a name="l00069"></a><a class="code" href="a01546.html">00069</a> <span class="keyword">class </span><a class="code" href="a02170.html#95ced7977a6b6b1bf9f38bf04e3835b6">VTK_FILTERING_EXPORT</a> <a class="code" href="a01546.html" title="helper class to perform cell tessellation">vtkSimpleCellTessellator</a> : <span class="keyword">public</span> <a class="code" href="a00584.html" title="helper class to perform cell tessellation">vtkGenericCellTessellator</a>
<a name="l00070"></a>00070 {
<a name="l00071"></a>00071 <span class="keyword">public</span>:
<a name="l00072"></a>00072   <span class="keyword">static</span> <a class="code" href="a01546.html" title="helper class to perform cell tessellation">vtkSimpleCellTessellator</a> *<a class="code" href="a01084.html#4d5b227267c076d6f9e38483370b6612">New</a>();
<a name="l00073"></a><a class="code" href="a01546.html#5b54125c5890c22ec24a9e36feb0bc81">00073</a>   vtkTypeRevisionMacro(<a class="code" href="a01546.html" title="helper class to perform cell tessellation">vtkSimpleCellTessellator</a>,<a class="code" href="a00584.html" title="helper class to perform cell tessellation">vtkGenericCellTessellator</a>);
<a name="l00074"></a>00074   <span class="keywordtype">void</span> <a class="code" href="a00584.html#6200a870c0c8c2cd586f95ae3014635b">PrintSelf</a>(ostream&amp; os, <a class="code" href="a00869.html" title="a simple class to control print indentation">vtkIndent</a> indent);
<a name="l00075"></a>00075 
<a name="l00077"></a>00077 
<a name="l00078"></a>00078   vtkGetObjectMacro(GenericCell, <a class="code" href="a00579.html" title="defines cell interface">vtkGenericAdaptorCell</a>);
<a name="l00080"></a>00080 
<a name="l00082"></a>00082 
<a name="l00089"></a>00089   <span class="keywordtype">void</span> <a class="code" href="a00584.html#77bc23b19420a36c4bf1439f45f242c0">TessellateFace</a>(<a class="code" href="a00579.html" title="defines cell interface">vtkGenericAdaptorCell</a> *cell,
<a name="l00090"></a>00090                       <a class="code" href="a00581.html" title="a collection of attributes">vtkGenericAttributeCollection</a> *att,
<a name="l00091"></a>00091                       <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210e519c5019582479480124c44722a451f">index</a>,
<a name="l00092"></a>00092                       <a class="code" href="a00436.html" title="dynamic, self-adjusting array of double">vtkDoubleArray</a> *<a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2100fd9718c29b22570d5b02fa5c8de94f7">points</a>,
<a name="l00093"></a>00093                       <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *cellArray,
<a name="l00094"></a>00094                       <a class="code" href="a01242.html" title="represent and manipulate point attribute data">vtkPointData</a> *internalPd);
<a name="l00096"></a>00096 
<a name="l00098"></a>00098 
<a name="l00104"></a>00104   <span class="keywordtype">void</span> <a class="code" href="a00584.html#7891af32f6e8241b1d9ccda47d4aa2db">Tessellate</a>(<a class="code" href="a00579.html" title="defines cell interface">vtkGenericAdaptorCell</a> *cell,
<a name="l00105"></a>00105                   <a class="code" href="a00581.html" title="a collection of attributes">vtkGenericAttributeCollection</a> *att,
<a name="l00106"></a>00106                   <a class="code" href="a00436.html" title="dynamic, self-adjusting array of double">vtkDoubleArray</a> *<a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2100fd9718c29b22570d5b02fa5c8de94f7">points</a>, 
<a name="l00107"></a>00107                   <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *cellArray,
<a name="l00108"></a>00108                   <a class="code" href="a01242.html" title="represent and manipulate point attribute data">vtkPointData</a> *internalPd );
<a name="l00110"></a>00110 
<a name="l00112"></a>00112 
<a name="l00118"></a>00118   <span class="keywordtype">void</span> <a class="code" href="a00584.html#9178a54673de685904adf6d18bddade0">Triangulate</a>(<a class="code" href="a00579.html" title="defines cell interface">vtkGenericAdaptorCell</a> *cell,
<a name="l00119"></a>00119                    <a class="code" href="a00581.html" title="a collection of attributes">vtkGenericAttributeCollection</a> *att,
<a name="l00120"></a>00120                    <a class="code" href="a00436.html" title="dynamic, self-adjusting array of double">vtkDoubleArray</a> *<a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2100fd9718c29b22570d5b02fa5c8de94f7">points</a>,
<a name="l00121"></a>00121                    <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *cellArray,
<a name="l00122"></a>00122                    <a class="code" href="a01242.html" title="represent and manipulate point attribute data">vtkPointData</a> *internalPd);
<a name="l00124"></a>00124   
<a name="l00126"></a>00126   <span class="keywordtype">void</span> Reset();
<a name="l00127"></a>00127 
<a name="l00128"></a>00128  
<a name="l00130"></a>00130   <span class="keywordtype">void</span> <a class="code" href="a00584.html#2b482b5e0f9d56e036255151e461fbaa">Initialize</a>(<a class="code" href="a00590.html" title="defines dataset interface">vtkGenericDataSet</a> *ds);
<a name="l00131"></a>00131   
<a name="l00141"></a>00141   <span class="keywordtype">int</span> GetFixedSubdivisions();
<a name="l00142"></a>00142   
<a name="l00149"></a>00149   <span class="keywordtype">int</span> GetMaxSubdivisionLevel();
<a name="l00150"></a>00150   
<a name="l00153"></a>00153   <span class="keywordtype">int</span> GetMaxAdaptiveSubdivisions();
<a name="l00154"></a>00154   
<a name="l00159"></a>00159   <span class="keywordtype">void</span> SetFixedSubdivisions(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2103f20abad13593a5879a08c3e64355835">level</a>);
<a name="l00160"></a>00160   
<a name="l00165"></a>00165   <span class="keywordtype">void</span> SetMaxSubdivisionLevel(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2103f20abad13593a5879a08c3e64355835">level</a>);
<a name="l00166"></a>00166   
<a name="l00168"></a>00168 
<a name="l00174"></a>00174   <span class="keywordtype">void</span> SetSubdivisionLevels(<span class="keywordtype">int</span> fixed,
<a name="l00175"></a>00175                             <span class="keywordtype">int</span> maxLevel);
<a name="l00177"></a>00177   
<a name="l00178"></a>00178   
<a name="l00179"></a>00179 <span class="keyword">protected</span>:
<a name="l00180"></a>00180   <a class="code" href="a01546.html" title="helper class to perform cell tessellation">vtkSimpleCellTessellator</a>();
<a name="l00181"></a>00181   ~<a class="code" href="a01546.html" title="helper class to perform cell tessellation">vtkSimpleCellTessellator</a>();
<a name="l00182"></a>00182   
<a name="l00185"></a>00185   <span class="keywordtype">void</span> CopyPoint(<a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> pointId);
<a name="l00186"></a>00186   
<a name="l00188"></a><a class="code" href="a01546.html#986850c9815b73aab3ee2335b698a1f1">00188</a>   <a class="code" href="a00593.html" title="keep track of edges (defined by pair of integer id&amp;#39;s)">vtkGenericEdgeTable</a> *EdgeTable;
<a name="l00189"></a>00189   
<a name="l00190"></a>00190   <span class="keywordtype">void</span> InsertEdgesIntoEdgeTable( vtkTriangleTile &amp;tri );
<a name="l00191"></a>00191   <span class="keywordtype">void</span> RemoveEdgesFromEdgeTable( vtkTriangleTile &amp;tri );
<a name="l00192"></a>00192   <span class="keywordtype">void</span> InsertPointsIntoEdgeTable( vtkTriangleTile &amp;tri );
<a name="l00193"></a>00193 
<a name="l00194"></a>00194   <span class="keywordtype">void</span> InsertEdgesIntoEdgeTable( vtkTetraTile &amp;tetra );
<a name="l00195"></a>00195   <span class="keywordtype">void</span> RemoveEdgesFromEdgeTable( vtkTetraTile &amp;tetra );
<a name="l00196"></a>00196 
<a name="l00198"></a>00198 
<a name="l00208"></a>00208   <span class="keywordtype">void</span> InitTetraTile(vtkTetraTile &amp;root,
<a name="l00209"></a>00209                      <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> *localIds,
<a name="l00210"></a>00210                      <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> *ids,
<a name="l00211"></a>00211                      <span class="keywordtype">int</span> *edgeIds,
<a name="l00212"></a>00212                      <span class="keywordtype">int</span> *faceIds);
<a name="l00214"></a>00214   
<a name="l00216"></a>00216 
<a name="l00225"></a>00225   <span class="keywordtype">void</span> TriangulateTriangle(<a class="code" href="a00579.html" title="defines cell interface">vtkGenericAdaptorCell</a> *cell,
<a name="l00226"></a>00226                            <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> *localIds,
<a name="l00227"></a>00227                            <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> *ids,
<a name="l00228"></a>00228                            <span class="keywordtype">int</span> *edgeIds,
<a name="l00229"></a>00229                            <a class="code" href="a00581.html" title="a collection of attributes">vtkGenericAttributeCollection</a> *att,
<a name="l00230"></a>00230                            <a class="code" href="a00436.html" title="dynamic, self-adjusting array of double">vtkDoubleArray</a> *<a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2100fd9718c29b22570d5b02fa5c8de94f7">points</a>,
<a name="l00231"></a>00231                            <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *cellArray,
<a name="l00232"></a>00232                            <a class="code" href="a01242.html" title="represent and manipulate point attribute data">vtkPointData</a> *internalPd);
<a name="l00234"></a>00234   
<a name="l00236"></a><a class="code" href="a01546.html#db54b4dc2166b3d1cda8266f4a2569ee">00236</a>   <a class="code" href="a00579.html" title="defines cell interface">vtkGenericAdaptorCell</a> *GenericCell;
<a name="l00237"></a>00237 
<a name="l00240"></a>00240   <span class="keywordtype">void</span> AllocateScalars(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210e3d5e7c015dff08d8daf72a0102e1444">size</a>);
<a name="l00241"></a>00241   
<a name="l00246"></a>00246   <span class="comment">// Scalar buffer that stores the global coordinates, parametric coordinates,</span>
<a name="l00247"></a>00247   <span class="comment">// attributes at left, mid and right point. The format is:</span>
<a name="l00248"></a>00248   <span class="comment">// lxlylz lrlslt [lalb lcldle...] mxmymz mrmsmt [mamb mcmdme...] </span>
<a name="l00249"></a>00249   <span class="comment">// rxryrz rrrsrt [rarb rcrdre...]</span>
<a name="l00250"></a>00250   <span class="comment">// The ScalarsCapacity&gt;=(6+attributeCollection-&gt;GetNumberOfComponents())*3</span>
<a name="l00251"></a>00251   
<a name="l00252"></a><a class="code" href="a01546.html#1dc689709cdb9295346ff81cb374f9db">00252</a>   <span class="keywordtype">double</span> *Scalars;
<a name="l00253"></a><a class="code" href="a01546.html#aa6dcdef6ac1d7c400444609f3dd6101">00253</a>   <span class="keywordtype">int</span> ScalarsCapacity;
<a name="l00254"></a>00254   
<a name="l00257"></a><a class="code" href="a01546.html#29a1f6e435a09c4457a49742588b904c">00257</a>   <span class="keywordtype">int</span> PointOffset;
<a name="l00258"></a>00258   
<a name="l00260"></a><a class="code" href="a01546.html#112346a66f7127638e9fd706855a6971">00260</a>   <a class="code" href="a00583.html" title="iterator used to traverse cells">vtkGenericCellIterator</a>    *CellIterator;
<a name="l00261"></a>00261 
<a name="l00263"></a><a class="code" href="a01546.html#3c5c73fed55537e4a25c888e8090bfcb">00263</a>   <a class="code" href="a00581.html" title="a collection of attributes">vtkGenericAttributeCollection</a> *AttributeCollection;
<a name="l00264"></a>00264 
<a name="l00266"></a>00266 
<a name="l00267"></a><a class="code" href="a01546.html#6dd41f528361533830a8a671c06affa8">00267</a>   <a class="code" href="a00436.html" title="dynamic, self-adjusting array of double">vtkDoubleArray</a>     *TessellatePoints;  <span class="comment">//Allow to use GetPointer</span>
<a name="l00268"></a><a class="code" href="a01546.html#346ea6f4cff08dfa83ed395e9f530278">00268</a>   <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a>       *TessellateCellArray;
<a name="l00269"></a><a class="code" href="a01546.html#b46f8947147f9879c0a4f08446d16215">00269</a>   <a class="code" href="a01242.html" title="represent and manipulate point attribute data">vtkPointData</a> *TessellatePointData;
<a name="l00271"></a>00271 
<a name="l00272"></a>00272   <span class="keywordtype">int</span> FindEdgeReferenceCount(<span class="keywordtype">double</span> p1[3], <span class="keywordtype">double</span> p2[3], 
<a name="l00273"></a>00273                              <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> &amp;e1, <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> &amp;e2);
<a name="l00274"></a>00274 
<a name="l00275"></a>00275   <span class="keywordtype">int</span> GetNumberOfCellsUsingFace( <span class="keywordtype">int</span> faceId );
<a name="l00276"></a>00276   <span class="keywordtype">int</span> GetNumberOfCellsUsingEdge( <span class="keywordtype">int</span> edgeId );
<a name="l00277"></a>00277   
<a name="l00283"></a>00283   <span class="keywordtype">int</span> IsEdgeOnFace(<span class="keywordtype">double</span> p1[3], <span class="keywordtype">double</span> p2[3]);
<a name="l00284"></a>00284   
<a name="l00290"></a>00290   <span class="keywordtype">int</span> FindEdgeParent2D(<span class="keywordtype">double</span> p1[3], <span class="keywordtype">double</span> p2[3], <span class="keywordtype">int</span> &amp;localId);
<a name="l00291"></a>00291   
<a name="l00298"></a>00298   <span class="keywordtype">int</span> FindEdgeParent(<span class="keywordtype">double</span> p1[3], <span class="keywordtype">double</span> p2[3], <span class="keywordtype">int</span> &amp;localId);
<a name="l00299"></a>00299   
<a name="l00302"></a>00302   <span class="keywordtype">void</span> AllocatePointIds(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210e3d5e7c015dff08d8daf72a0102e1444">size</a>);
<a name="l00303"></a>00303   
<a name="l00305"></a>00305 
<a name="l00308"></a>00308   <span class="keywordtype">int</span> FacesAreEqual(<span class="keywordtype">int</span> *originalFace,
<a name="l00309"></a>00309                     <span class="keywordtype">int</span> <a class="code" href="a00012.html">face</a>[3]);
<a name="l00311"></a>00311   
<a name="l00313"></a><a class="code" href="a01546.html#47d49eaf0f88b19db68195435ea5db9f">00313</a>   <a class="code" href="a00590.html" title="defines dataset interface">vtkGenericDataSet</a> *DataSet;
<a name="l00314"></a>00314   
<a name="l00316"></a><a class="code" href="a01546.html#f4f03badedc7ea5e472538155ba7a559">00316</a>   <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> NumberOfPoints;
<a name="l00317"></a>00317   
<a name="l00318"></a><a class="code" href="a01546.html#57837e41ce61fc33095b298b47a4a19a">00318</a>   <span class="keywordtype">int</span> FixedSubdivisions;
<a name="l00319"></a><a class="code" href="a01546.html#8a19873c29b95f069eb690a336cd55aa">00319</a>   <span class="keywordtype">int</span> MaxSubdivisionLevel;
<a name="l00320"></a><a class="code" href="a01546.html#674e9949ad438bb34da8f5b5c3f73596">00320</a>   <span class="keywordtype">int</span> CurrentSubdivisionLevel;
<a name="l00321"></a>00321   
<a name="l00323"></a>00323 
<a name="l00325"></a><a class="code" href="a01546.html#e663b70025eacc26285ec885b58d0d4b">00325</a>   <span class="keywordtype">int</span> *EdgeIds;
<a name="l00326"></a>00326   <span class="comment">// Description:</span>
<a name="l00327"></a>00327   <span class="comment">// For each face (4) of the sub-tetra, there is the id of the original face</span>
<a name="l00328"></a>00328   <span class="comment">// or -1 if the face is not an original face</span>
<a name="l00329"></a><a class="code" href="a01546.html#b29aeb268a4572b40a2eab3c0a4086b7">00329</a>   <span class="keywordtype">int</span> *FaceIds;
<a name="l00331"></a>00331   
<a name="l00332"></a>00332   <span class="comment">// The following variables are for complex cells.</span>
<a name="l00333"></a>00333   
<a name="l00334"></a>00334   <span class="comment">// Used to create tetra from more complex cells, because the tessellator</span>
<a name="l00335"></a>00335   <span class="comment">// is supposed to deal with simplices only.</span>
<a name="l00336"></a><a class="code" href="a01546.html#a498ea96f0dfd8089c0e1261bfe6a91d">00336</a>   <a class="code" href="a01128.html" title="helper class to generate triangulations">vtkOrderedTriangulator</a> *Triangulator;
<a name="l00337"></a>00337   
<a name="l00338"></a>00338   <span class="comment">// Used to store the sub-tetra during the tessellation of complex</span>
<a name="l00339"></a>00339   <span class="comment">// cells.</span>
<a name="l00340"></a><a class="code" href="a01546.html#18db2f4da59481feff84ff76dda5f239">00340</a>   <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *Connectivity;
<a name="l00341"></a>00341   
<a name="l00342"></a>00342   <span class="comment">// Used to create triangles from a face of a complex cell.</span>
<a name="l00343"></a><a class="code" href="a01546.html#046bb194fd62a1e6e7b8541b621232de">00343</a>   <a class="code" href="a01278.html" title="a cell that represents an n-sided polygon">vtkPolygon</a> *Polygon;
<a name="l00344"></a>00344   
<a name="l00345"></a>00345   <span class="comment">// Used to store the sub-triangles during the tessellation of complex cells.</span>
<a name="l00346"></a><a class="code" href="a01546.html#ae3de7f7ae9efa61722be9734036c5be">00346</a>   <a class="code" href="a00720.html" title="list of point or cell ids">vtkIdList</a> *TriangleIds;
<a name="l00347"></a>00347   
<a name="l00348"></a><a class="code" href="a01546.html#b47b5243d4bd73a3edaa47e7e1a681f5">00348</a>   <a class="code" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> *PointIds;
<a name="l00349"></a><a class="code" href="a01546.html#42a02ebc1a156ec1ccf561a80b36e0c2">00349</a>   <span class="keywordtype">int</span> PointIdsCapacity;
<a name="l00350"></a>00350   
<a name="l00351"></a>00351 <span class="keyword">private</span>:
<a name="l00352"></a>00352   <a class="code" href="a01546.html" title="helper class to perform cell tessellation">vtkSimpleCellTessellator</a>(<span class="keyword">const</span> <a class="code" href="a01546.html" title="helper class to perform cell tessellation">vtkSimpleCellTessellator</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00353"></a>00353   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="a01546.html" title="helper class to perform cell tessellation">vtkSimpleCellTessellator</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00354"></a>00354   
<a name="l00355"></a>00355   <span class="comment">//BTX</span>
<a name="l00356"></a><a class="code" href="a01546.html#ab6031f0002b4408c19ba732516eb668">00356</a>   <span class="keyword">friend</span> <span class="keyword">class </span>vtkTetraTile;
<a name="l00357"></a><a class="code" href="a01546.html#888627ccff200dfdc24fcb5b60df32f4">00357</a>   <span class="keyword">friend</span> <span class="keyword">class </span>vtkTriangleTile;
<a name="l00358"></a>00358   <span class="comment">//ETX</span>
<a name="l00359"></a>00359 };
<a name="l00360"></a>00360 
<a name="l00361"></a>00361 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 18:35:17 2009 for VTK by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>