Sophie

Sophie

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

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: itkTriangleMeshToSimplexMeshFilter.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_00ffda33c24cbbf617b202f4f3bcb7e8.html">BasicFilters</a>
  </div>
<div class="contents">
<h1>itkTriangleMeshToSimplexMeshFilter.h</h1><a href="itkTriangleMeshToSimplexMeshFilter_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: itkTriangleMeshToSimplexMeshFilter.h,v $</span>
<a name="l00005"></a>00005 <span class="comment">Language:  C++</span>
<a name="l00006"></a>00006 <span class="comment">Date:      $Date: 2007-12-29 17:51:23 $</span>
<a name="l00007"></a>00007 <span class="comment">Version:   $Revision: 1.5 $</span>
<a name="l00008"></a>00008 <span class="comment"></span>
<a name="l00009"></a>00009 <span class="comment">Copyright (c) Insight Software Consortium. All rights reserved.</span>
<a name="l00010"></a>00010 <span class="comment">See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.</span>
<a name="l00011"></a>00011 <span class="comment"></span>
<a name="l00012"></a>00012 <span class="comment">This software is distributed WITHOUT ANY WARRANTY; without even </span>
<a name="l00013"></a>00013 <span class="comment">the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR </span>
<a name="l00014"></a>00014 <span class="comment">PURPOSE.  See the above copyright notices for more information.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment">=========================================================================*/</span>
<a name="l00017"></a>00017 <span class="preprocessor">#ifndef __itkTriangleMeshToSimplexMeshFilter_h</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __itkTriangleMeshToSimplexMeshFilter_h</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;<a class="code" href="itkMesh_8h.html">itkMesh.h</a>&gt;</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;<a class="code" href="itkLineCell_8h.html">itkLineCell.h</a>&gt;</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;<a class="code" href="itkVertexCell_8h.html">itkVertexCell.h</a>&gt;</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;<a class="code" href="itkMapContainer_8h.html">itkMapContainer.h</a>&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="itkSimplexMesh_8h.html">itkSimplexMesh.h</a>"</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="itkSimplexMeshGeometry_8h.html">itkSimplexMeshGeometry.h</a>"</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="itkMeshToMeshFilter_8h.html">itkMeshToMeshFilter.h</a>"</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="itkVectorContainer_8h.html">itkVectorContainer.h</a>"</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include "itkNumericTraits.h"</span>
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;<a class="code" href="itkPolygonCell_8h.html">itkPolygonCell.h</a>&gt;</span>
<a name="l00031"></a>00031 <span class="keyword">namespace </span>itk
<a name="l00032"></a>00032 {
<a name="l00047"></a>00047 <span class="keyword">template</span> &lt;<span class="keyword">class</span> TInputMesh, <span class="keyword">class</span> TOutputMesh&gt;
<a name="l00048"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html">00048</a> <span class="keyword">class </span><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html" title="This filter converts a triangle mesh into a 2-simplex mesh.">TriangleMeshToSimplexMeshFilter</a> : <span class="keyword">public</span> <a class="code" href="classitk_1_1MeshToMeshFilter.html" title="MeshToMeshFilter is the base class for all process objects that output mesh data...">MeshToMeshFilter</a>&lt;TInputMesh, TOutputMesh&gt;
<a name="l00049"></a>00049 {
<a name="l00050"></a>00050 <span class="keyword">public</span>:
<a name="l00051"></a>00051 
<a name="l00053"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#80876442fad91c1962bf13ceea895f97">00053</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html" title="This filter converts a triangle mesh into a 2-simplex mesh.">TriangleMeshToSimplexMeshFilter</a>  <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html" title="This filter converts a triangle mesh into a 2-simplex mesh.">Self</a>;
<a name="l00054"></a>00054 
<a name="l00056"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#fbfe0f13d0901105c4196239fb1aab0b">00056</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1MeshToMeshFilter.html">MeshToMeshFilter&lt;TInputMesh, TOutputMesh&gt;</a> <a class="code" href="classitk_1_1MeshToMeshFilter.html">Superclass</a>;
<a name="l00057"></a>00057 
<a name="l00059"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#28311723b66f93d6ab230c84a1baf70c">00059</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1SmartPointer.html">SmartPointer&lt;Self&gt;</a>        <a class="code" href="classitk_1_1SmartPointer.html">Pointer</a>;
<a name="l00060"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#386a4b9241a698c3cbed0a0f7c14e0f2">00060</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1SmartPointer.html">SmartPointer&lt;const Self&gt;</a>  <a class="code" href="classitk_1_1SmartPointer.html">ConstPointer</a>;
<a name="l00061"></a>00061 
<a name="l00063"></a>00063   <a class="code" href="itkMacro_8h.html#0fdc15685afa271857c57e7cd482f30c">itkNewMacro</a>(<a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html" title="This filter converts a triangle mesh into a 2-simplex mesh.">Self</a>);
<a name="l00064"></a>00064 
<a name="l00066"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#be7adbc1e43cd9fe4d16c4ec0b50c714">00066</a>   <a class="code" href="itkMacro_8h.html#574c1f86661d409dd32c742307a0e96a">itkTypeMacro</a>(<a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html" title="This filter converts a triangle mesh into a 2-simplex mesh.">TriangleMeshToSimplexMeshFilter</a>,<a class="code" href="classitk_1_1MeshToMeshFilter.html" title="MeshToMeshFilter is the base class for all process objects that output mesh data...">MeshToMeshFilter</a>);
<a name="l00067"></a>00067 
<a name="l00068"></a>00068   <span class="keyword">typedef</span> TInputMesh                     <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#be7adbc1e43cd9fe4d16c4ec0b50c714">InputMeshType</a>;
<a name="l00069"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#f46207a1771db6ae7cb25f3b434c5a02">00069</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#539cce1a3282ba59952dedcbf9cdb23f">TInputMesh::Pointer</a>   <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#f46207a1771db6ae7cb25f3b434c5a02">InputMeshPointer</a>;
<a name="l00070"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#0775d7056d9f9a04ce2d6872d3253a8d">00070</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputMesh::PointType <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#0775d7056d9f9a04ce2d6872d3253a8d">InputPointType</a>;
<a name="l00071"></a>00071 
<a name="l00072"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#482ba3789a05635d4d7ba48ff1ce42fc">00072</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputMesh::BoundaryAssignmentsContainerPointer <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#482ba3789a05635d4d7ba48ff1ce42fc">InputBoundaryAssignmentsContainerPointer</a>;
<a name="l00073"></a>00073 
<a name="l00074"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#7e04abff1e446fbc0acdd79e0687724b">00074</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputMesh::PointsContainer    <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#7e04abff1e446fbc0acdd79e0687724b">InputPointsContainer</a>;
<a name="l00075"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#8ad18f634402e66a21ac004ec29627e7">00075</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#539cce1a3282ba59952dedcbf9cdb23f">InputPointsContainer::Pointer</a>  <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#8ad18f634402e66a21ac004ec29627e7">InputPointsContainerPointer</a>;
<a name="l00076"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#e2ad299a82607894721229b5e94d5f60">00076</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> InputPointsContainer::Iterator <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#e2ad299a82607894721229b5e94d5f60">InputPointsContainerIterator</a>;
<a name="l00077"></a>00077 
<a name="l00078"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#0dd5fe319769e28bf4530ba7eb79ed2d">00078</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#539cce1a3282ba59952dedcbf9cdb23f">TOutputMesh::Pointer</a>                   <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#0dd5fe319769e28bf4530ba7eb79ed2d">OutputMeshPointer</a>;
<a name="l00079"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#1f11073dc7d796ef4799b4a6660be065">00079</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TOutputMesh::PointType                 <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#1f11073dc7d796ef4799b4a6660be065">OutputPointType</a>;
<a name="l00080"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#3a0da280bc3d1a51d4931bf8c2dfae11">00080</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TOutputMesh::PixelType                 <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#3a0da280bc3d1a51d4931bf8c2dfae11">OutputPixelType</a>;
<a name="l00081"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#41c96b9c2ed09f6e271eb35e75888ace">00081</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TOutputMesh::PointsContainer           <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#41c96b9c2ed09f6e271eb35e75888ace">OutputPointsContainer</a>;
<a name="l00082"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#3c8a8ae1712023f7a9f720040eef4e54">00082</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#539cce1a3282ba59952dedcbf9cdb23f">OutputPointsContainer::Pointer</a>         <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#3c8a8ae1712023f7a9f720040eef4e54">OutputPointsContainerPointer</a>;
<a name="l00083"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#adf46bc3a29bfdf98aa751f6722b8d36">00083</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TOutputMesh::PointsContainer::Iterator <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#adf46bc3a29bfdf98aa751f6722b8d36">OutputPointsContainerIterator</a>;
<a name="l00084"></a>00084 
<a name="l00085"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#7fbcb588029e14e98c0ab3bf602229c0">00085</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputMesh::BoundaryAssignmentIdentifier <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#7fbcb588029e14e98c0ab3bf602229c0">InputBoundnaryAssignmentIdentifier</a>;
<a name="l00086"></a>00086 
<a name="l00087"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#f78808b01910abcba1928d53700a8eaa">00087</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputMesh::CellType             <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#f78808b01910abcba1928d53700a8eaa">InputCellType</a>;
<a name="l00088"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#fdec3eb6f0d48748484c8115ac52021b">00088</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> InputCellType::CellAutoPointer   <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#fdec3eb6f0d48748484c8115ac52021b">InputCellAutoPointer</a>;
<a name="l00089"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#03104d3923a370b3121acc10cb07fbdd">00089</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputMesh::CellAutoPointer      <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#03104d3923a370b3121acc10cb07fbdd">CellAutoPointer</a>;
<a name="l00090"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#071181a2b874509f6b673632210b2eeb">00090</a>   <span class="keyword">typedef</span>          <a class="code" href="classitk_1_1LineCell.html">itk::LineCell&lt;InputCellType&gt;</a>     <a class="code" href="classitk_1_1LineCell.html">LineType</a>;
<a name="l00091"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#72dbe5593bc955e66426777e754557d4">00091</a>   <span class="keyword">typedef</span>          <a class="code" href="classitk_1_1PolygonCell.html">itk::PolygonCell&lt;InputCellType&gt;</a>  <a class="code" href="classitk_1_1PolygonCell.html">PolygonType</a>;
<a name="l00092"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#ce1399490245f4db676e06a2f3a8b7e7">00092</a>   <span class="keyword">typedef</span>          <a class="code" href="classitk_1_1TriangleCell.html">itk::TriangleCell&lt;InputCellType&gt;</a> <a class="code" href="classitk_1_1TriangleCell.html">TriangleType</a>;
<a name="l00093"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#f893c6036f146474a967aff3467b65a8">00093</a>   <span class="keyword">typedef</span>          <a class="code" href="classitk_1_1VertexCell.html">itk::VertexCell&lt;InputCellType&gt;</a>   <a class="code" href="classitk_1_1VertexCell.html">VertexType</a>;
<a name="l00094"></a>00094 
<a name="l00095"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#b593454704207b89dab042feffa08ad2">00095</a>   <span class="keyword">typedef</span>          std::pair&lt;unsigned long,unsigned long&gt; <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#b593454704207b89dab042feffa08ad2">EdgeIdentifierType</a>;
<a name="l00096"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#2bc3f2aeab534206081f3e13c45fe96c">00096</a>   <span class="keyword">typedef</span>          std::set&lt;unsigned long&gt;                <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#2bc3f2aeab534206081f3e13c45fe96c">IndexSetType</a>;
<a name="l00097"></a>00097 
<a name="l00098"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#b2d728a935129cc8c7b75f6b204952ea">00098</a>   <span class="keyword">typedef</span>          <a class="code" href="classitk_1_1MapContainer.html">itk::MapContainer&lt;unsigned long, EdgeIdentifierType&gt;</a> <a class="code" href="classitk_1_1MapContainer.html">EdgeNeighborListType</a>;
<a name="l00099"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#d73c14654fff608995a118a4830f7985">00099</a>   <span class="keyword">typedef</span>          <a class="code" href="classitk_1_1MapContainer.html">itk::MapContainer&lt;EdgeIdentifierType, unsigned long&gt;</a> <a class="code" href="classitk_1_1MapContainer.html">LineCellIndexType</a>;
<a name="l00100"></a>00100 
<a name="l00101"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#d75f37913bb8c16007f647646f81de8a">00101</a>   <span class="keyword">typedef</span>          <a class="code" href="classitk_1_1MapContainer.html">itk::MapContainer&lt;unsigned long, IndexSetType&gt;</a>       <a class="code" href="classitk_1_1MapContainer.html">VertexNeighborListType</a>;
<a name="l00102"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#a14ead6fe15e8de39212381a5f43c28a">00102</a>     <span class="keyword">typedef</span>          <a class="code" href="classitk_1_1MapContainer.html">itk::MapContainer&lt;EdgeIdentifierType,unsigned long&gt;</a>  <a class="code" href="classitk_1_1MapContainer.html">EdgeMapType</a>;
<a name="l00103"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#3f896239b03ddcf8971378209d50c372">00103</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">EdgeMapType::Pointer</a>                                 <a class="code" href="classitk_1_1SmartPointer.html">EdgeMapPointer</a>;
<a name="l00104"></a>00104 
<a name="l00105"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#1c3cb8fe50b9ea132f36c457fb06b362">00105</a>   <span class="keyword">typedef</span>          <a class="code" href="classitk_1_1VectorContainer.html">itk::VectorContainer&lt;unsigned long,unsigned long&gt;</a>    <a class="code" href="classitk_1_1VectorContainer.html">IdVectorType</a>;
<a name="l00106"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#e861b34123e2dd32af44b81dd628f3e0">00106</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">IdVectorType::Pointer</a>                                <a class="code" href="classitk_1_1SmartPointer.html">IdVectorPointer</a>;
<a name="l00107"></a>00107 
<a name="l00108"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#7c7eee16fb997de2a3fdb030ac801dad">00108</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TOutputMesh::CellType             <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#7c7eee16fb997de2a3fdb030ac801dad">OutputCellType</a>;
<a name="l00109"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#da54a6dc3d479238dcdf6b412042fd3c">00109</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TOutputMesh::CellAutoPointer      <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#da54a6dc3d479238dcdf6b412042fd3c">OutputCellAutoPointer</a>;
<a name="l00110"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#5cf7ae9285e3f460807600cf5eef3927">00110</a>   <span class="keyword">typedef</span>          <a class="code" href="classitk_1_1LineCell.html">itk::LineCell&lt;OutputCellType&gt;</a>     <a class="code" href="classitk_1_1LineCell.html">OutputLineType</a>;
<a name="l00111"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#f11de917192276dc685b823cc918709d">00111</a>   <span class="keyword">typedef</span>          <a class="code" href="classitk_1_1PolygonCell.html">itk::PolygonCell&lt;OutputCellType&gt;</a>  <a class="code" href="classitk_1_1PolygonCell.html">OutputPolygonType</a>;
<a name="l00112"></a>00112 
<a name="l00113"></a>00113 <span class="keyword">protected</span>:
<a name="l00114"></a>00114 
<a name="l00115"></a>00115   <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#6c9a779292ee57f14dad67620def3432">TriangleMeshToSimplexMeshFilter</a>();
<a name="l00116"></a>00116   <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#366f70e85b1ca0d6a8801622e3ddd91b">~TriangleMeshToSimplexMeshFilter</a>();
<a name="l00117"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#124b4951c3c79da032a084acf26af606">00117</a>   <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#124b4951c3c79da032a084acf26af606">TriangleMeshToSimplexMeshFilter</a>(<span class="keyword">const</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html" title="This filter converts a triangle mesh into a 2-simplex mesh.">Self</a>&amp;) {}
<a name="l00118"></a>00118 
<a name="l00119"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#80ab23e46b81f07a3331ac4af45367ae">00119</a>   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#80ab23e46b81f07a3331ac4af45367ae">operator=</a>(<span class="keyword">const</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html" title="This filter converts a triangle mesh into a 2-simplex mesh.">Self</a>&amp;) {}
<a name="l00120"></a>00120 
<a name="l00121"></a>00121   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#3b1d7b6c38d72714a3f0c9ea94ebd5b0">PrintSelf</a>(std::ostream&amp; os, <a class="code" href="classitk_1_1Indent.html" title="Control indentation during Print() invocation.">Indent</a> indent) <span class="keyword">const</span>;
<a name="l00122"></a>00122 
<a name="l00126"></a>00126   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#fa2f6ed48da6993c19e27cdd57b8e23f">GenerateData</a>();
<a name="l00127"></a>00127 
<a name="l00131"></a>00131   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#20c95fe80d40897ef72bda76690d90c0">Initialize</a>();
<a name="l00132"></a>00132 
<a name="l00136"></a>00136   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#392b50de4b336b08f4c6a70e95fef95a">CreateSimplexPoints</a>();
<a name="l00137"></a>00137 
<a name="l00143"></a>00143   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#4e13749a1b34833b8db4c34f1b92e94c">CreateEdgeForTrianglePair</a>( <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> pointIndex, <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> boundaryId);
<a name="l00144"></a>00144 
<a name="l00149"></a>00149   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#f58d5f67d0ab5e7efbdb5e1f62fd20da">CreateSimplexNeighbors</a>();
<a name="l00150"></a>00150 
<a name="l00154"></a>00154   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#f5fa7fa2f50a82a792846a3d340a6b9a">CreateCells</a>();
<a name="l00155"></a>00155 
<a name="l00159"></a>00159   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#d9c097b7d207a33cdc3f6cac818f15cf" title="add edge cells to the input mesh">CreateNewEdge</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> currentCellId, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> featureId, 
<a name="l00160"></a>00160     <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> startPointId, <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> endPointId);
<a name="l00161"></a>00161 
<a name="l00165"></a>00165   <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#0775d7056d9f9a04ce2d6872d3253a8d">InputPointType</a> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#bb9dab02c652c53fbf595a0d846ec13d">ComputeFaceCenter</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> faceId);
<a name="l00166"></a>00166 
<a name="l00170"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#eb12ff422243187cacf60a61fadc69bd">00170</a>   <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#2bc3f2aeab534206081f3e13c45fe96c">IndexSetType</a>* <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#eb12ff422243187cacf60a61fadc69bd" title="stores all faces (triangles) of the input mesh">m_FaceSet</a>;
<a name="l00171"></a>00171 
<a name="l00178"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#5775b734ec56d18a35f330da069744b1">00178</a>   <a class="code" href="classitk_1_1SmartPointer.html">EdgeMapPointer</a> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#5775b734ec56d18a35f330da069744b1" title="stores all edges of the input mesh.">m_Edges</a>;
<a name="l00179"></a>00179 
<a name="l00183"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#06abe3bcbf314613e371e1d77a3a9a14">00183</a>   <a class="code" href="classitk_1_1SmartPointer.html">EdgeNeighborListType::Pointer</a> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#06abe3bcbf314613e371e1d77a3a9a14" title="stores the two neighboring cells (faces) of an edge">m_EdgeNeighborList</a>;
<a name="l00184"></a>00184 
<a name="l00188"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#ade4a6663a061145ba45daa5d895cb3c">00188</a>   <a class="code" href="classitk_1_1SmartPointer.html">VertexNeighborListType::Pointer</a> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#ade4a6663a061145ba45daa5d895cb3c" title="stores all edges starting from a vertex">m_VertexNeighborList</a>;
<a name="l00189"></a>00189 
<a name="l00193"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#2956f4c997129cb6fc1787ae525b12a7">00193</a>   <a class="code" href="classitk_1_1SmartPointer.html">LineCellIndexType::Pointer</a> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#2956f4c997129cb6fc1787ae525b12a7">m_LineCellIndices</a>;
<a name="l00194"></a>00194 
<a name="l00198"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#7cb111298ce0b024d694e0409fbe207a">00198</a>   <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#7cb111298ce0b024d694e0409fbe207a">m_CellIdxOffset</a>;
<a name="l00199"></a>00199 
<a name="l00203"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#39fef87533834c2b8f19070b929d6e2f">00203</a>   <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#39fef87533834c2b8f19070b929d6e2f">m_IdOffset</a>;
<a name="l00204"></a>00204 
<a name="l00208"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#f10e04280d53c22428e75d745de9728c">00208</a>   <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#f10e04280d53c22428e75d745de9728c">m_EdgeCellId</a>;
<a name="l00209"></a>00209 
<a name="l00213"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#94d3845a49cd9f443021cf02693a3583">00213</a>   <a class="code" href="classitk_1_1SmartPointer.html">IdVectorPointer</a> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#94d3845a49cd9f443021cf02693a3583">m_HandledEdgeIds</a>;
<a name="l00214"></a>00214 
<a name="l00218"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#64ddbc8c37ea2985a355d309bb7e0906">00218</a>   <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#fdec3eb6f0d48748484c8115ac52021b">InputCellAutoPointer</a> <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#64ddbc8c37ea2985a355d309bb7e0906">m_NewInputMeshCellPointer</a>;
<a name="l00219"></a>00219 
<a name="l00223"></a><a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#f824ed3d8df253522399cf8e4ccc3b30">00223</a>   <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#da54a6dc3d479238dcdf6b412042fd3c">OutputCellAutoPointer</a>  <a class="code" href="classitk_1_1TriangleMeshToSimplexMeshFilter.html#f824ed3d8df253522399cf8e4ccc3b30">m_NewSimplexCellPointer</a>;
<a name="l00224"></a>00224 };
<a name="l00225"></a>00225 
<a name="l00226"></a>00226 } <span class="comment">//end of namespace</span>
<a name="l00227"></a>00227 
<a name="l00228"></a>00228 <span class="preprocessor">#ifndef ITK_MANUAL_INSTANTIATION</span>
<a name="l00229"></a>00229 <span class="preprocessor"></span><span class="preprocessor">#include "itkTriangleMeshToSimplexMeshFilter.txx"</span>
<a name="l00230"></a>00230 <span class="preprocessor">#endif</span>
<a name="l00231"></a>00231 <span class="preprocessor"></span>
<a name="l00232"></a>00232 <span class="preprocessor">#endif</span>
<a name="l00233"></a>00233 <span class="preprocessor"></span>
</pre></div></div>
<hr><address><small>
Generated at Fri May 8 00:24:03 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>