Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 4c90149fad9f5e93922c0d572d139862 > files > 1133

libsmesh-devel-6.7.6-2.mga7.armv7hl.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>SALOME - SMESH: StdMeshers_Prism_3D.hxx File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  $(document).ready(initResizable);
/* @license-end */</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">SALOME - SMESH
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('StdMeshers__Prism__3D_8hxx.html','');});
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="summary">
<a href="#nested-classes">Data Structures</a> &#124;
<a href="#typedef-members">Typedefs</a>  </div>
  <div class="headertitle">
<div class="title">StdMeshers_Prism_3D.hxx File Reference</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="SMESH__StdMeshers_8hxx_source.html">SMESH_StdMeshers.hxx</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="SMESH__3D__Algo_8hxx_source.html">SMESH_3D_Algo.hxx</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="SMDS__TypeOfPosition_8hxx_source.html">SMDS_TypeOfPosition.hxx</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="SMDS__MeshNode_8hxx_source.html">SMDS_MeshNode.hxx</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="SMESH__Block_8hxx_source.html">SMESH_Block.hxx</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="SMESH__Mesh_8hxx_source.html">SMESH_Mesh.hxx</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="SMESHDS__Mesh_8hxx_source.html">SMESHDS_Mesh.hxx</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="SMESH__subMesh_8hxx_source.html">SMESH_subMesh.hxx</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="SMESH__MesherHelper_8hxx_source.html">SMESH_MesherHelper.hxx</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="SMESH__Comment_8hxx_source.html">SMESH_Comment.hxx</a>&quot;</code><br />
<code>#include &lt;vector&gt;</code><br />
<code>#include &lt;Adaptor3d_Curve.hxx&gt;</code><br />
<code>#include &lt;Adaptor3d_Surface.hxx&gt;</code><br />
<code>#include &lt;Adaptor2d_Curve2d.hxx&gt;</code><br />
<code>#include &lt;BRepAdaptor_Surface.hxx&gt;</code><br />
<code>#include &lt;TopTools_IndexedMapOfOrientedShape.hxx&gt;</code><br />
<code>#include &lt;gp_XYZ.hxx&gt;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for StdMeshers_Prism_3D.hxx:</div>
<div class="dyncontent">
<div class="center"><img src="StdMeshers__Prism__3D_8hxx__incl.jpg" border="0" usemap="#StdMeshers__Prism__3D_8hxx" alt=""/></div>
<map name="StdMeshers__Prism__3D_8hxx" id="StdMeshers__Prism__3D_8hxx">
<area shape="rect" id="node2" href="SMESH__StdMeshers_8hxx.html" title="SMESH_StdMeshers.hxx" alt="" coords="5,80,177,107"/>
<area shape="rect" id="node3" href="SMESH__3D__Algo_8hxx.html" title="SMESH_3D_Algo.hxx" alt="" coords="782,80,937,107"/>
<area shape="rect" id="node9" href="SMESH__Comment_8hxx.html" title="SMESH_Comment.hxx" alt="" coords="400,251,561,278"/>
<area shape="rect" id="node15" href="SMDS__TypeOfPosition_8hxx.html" title="SMDS_TypeOfPosition.hxx" alt="" coords="3764,557,3949,584"/>
<area shape="rect" id="node16" href="SMDS__MeshNode_8hxx.html" title="SMDS_MeshNode.hxx" alt="" coords="3105,408,3264,435"/>
<area shape="rect" id="node22" href="SMESH__Block_8hxx.html" title="SMESH_Block.hxx" alt="" coords="3265,162,3400,189"/>
<area shape="rect" id="node32" href="SMESH__Mesh_8hxx.html" title="SMESH_Mesh.hxx" alt="" coords="961,80,1094,107"/>
<area shape="rect" id="node33" href="SMESHDS__Mesh_8hxx.html" title="SMESHDS_Mesh.hxx" alt="" coords="2315,162,2465,189"/>
<area shape="rect" id="node45" href="SMESH__subMesh_8hxx.html" title="SMESH_subMesh.hxx" alt="" coords="1398,80,1553,107"/>
<area shape="rect" id="node46" href="SMESH__MesherHelper_8hxx.html" title="SMESH_MesherHelper.hxx" alt="" coords="1734,162,1921,189"/>
<area shape="rect" id="node4" href="SMESH__SMESH_8hxx.html" title="SMESH_SMESH.hxx" alt="" coords="901,333,1047,360"/>
<area shape="rect" id="node5" href="SMESH__Algo_8hxx.html" title="SMESH_Algo.hxx" alt="" coords="799,162,928,189"/>
<area shape="rect" id="node6" href="SMESH__Hypothesis_8hxx.html" title="SMESH_Hypothesis.hxx" alt="" coords="891,251,1057,278"/>
<area shape="rect" id="node7" href="SMESHDS__Hypothesis_8hxx.html" title="SMESHDS_Hypothesis.hxx" alt="" coords="1844,333,2029,360"/>
<area shape="rect" id="node8" href="SMESH__SMESHDS_8hxx.html" title="SMESH_SMESHDS.hxx" alt="" coords="1855,408,2019,435"/>
<area shape="rect" id="node17" href="SMESH__SMDS_8hxx.html" title="SMESH_SMDS.hxx" alt="" coords="2713,557,2851,584"/>
<area shape="rect" id="node18" href="SMDS__MeshElement_8hxx.html" title="SMDS_MeshElement.hxx" alt="" coords="2542,483,2718,509"/>
<area shape="rect" id="node20" href="SMDS__Position_8hxx.html" title="SMDS_Position.hxx" alt="" coords="3195,483,3337,509"/>
<area shape="rect" id="node19" href="SMDSAbs__ElementType_8hxx.html" title="SMDSAbs_ElementType.hxx" alt="" coords="2295,557,2490,584"/>
<area shape="rect" id="node41" href="SMESHDS__Command_8hxx.html" title="SMESHDS_Command.hxx" alt="" coords="1535,333,1717,360"/>
<area shape="rect" id="node43" href="Utils__SALOME__Exception_8hxx.html" title="Utils_SALOME_Exception.hxx" alt="" coords="1159,162,1362,189"/>
<area shape="rect" id="node34" href="SMDS__Mesh_8hxx.html" title="SMDS_Mesh.hxx" alt="" coords="2431,333,2557,360"/>
<area shape="rect" id="node35" href="SMDS__Mesh0DElement_8hxx.html" title="SMDS_Mesh0DElement.hxx" alt="" coords="2333,408,2527,435"/>
<area shape="rect" id="node36" href="SMDS__MeshEdge_8hxx.html" title="SMDS_MeshEdge.hxx" alt="" coords="2552,408,2708,435"/>
<area shape="rect" id="node37" href="SMDS__MeshFace_8hxx.html" title="SMDS_MeshFace.hxx" alt="" coords="2732,408,2885,435"/>
<area shape="rect" id="node38" href="SMDS__MeshVolume_8hxx.html" title="SMDS_MeshVolume.hxx" alt="" coords="2909,408,3081,435"/>
<area shape="rect" id="node39" href="SMESHDS__SubMesh_8hxx.html" title="SMESHDS_SubMesh.hxx" alt="" coords="2020,251,2195,278"/>
<area shape="rect" id="node40" href="SMESHDS__Script_8hxx.html" title="SMESHDS_Script.hxx" alt="" coords="1740,251,1893,278"/>
</map>
</div>
</div>
<p><a href="StdMeshers__Prism__3D_8hxx_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Data Structures</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structTNode.html">TNode</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Structure containing node relative data.  <a href="structTNode.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classStdMeshers__PrismAsBlock.html">StdMeshers_PrismAsBlock</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Tool analyzing and giving access to a prism geometry treating it like a block, i.e. the four side faces are emulated by division/uniting of missing/excess faces. It also manage associations between block subshapes and a mesh.  <a href="classStdMeshers__PrismAsBlock.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classStdMeshers__PrismAsBlock_1_1TSideFace.html">StdMeshers_PrismAsBlock::TSideFace</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Class representing a part of a geom face or a union of seleral faces. Or just an ordinary geom face.  <a href="classStdMeshers__PrismAsBlock_1_1TSideFace.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classStdMeshers__PrismAsBlock_1_1TVerticalEdgeAdaptor.html">StdMeshers_PrismAsBlock::TVerticalEdgeAdaptor</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Class emulating geometry of a vertical edge.  <a href="classStdMeshers__PrismAsBlock_1_1TVerticalEdgeAdaptor.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classStdMeshers__PrismAsBlock_1_1THorizontalEdgeAdaptor.html">StdMeshers_PrismAsBlock::THorizontalEdgeAdaptor</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Class emulating geometry of a hirizontal edge.  <a href="classStdMeshers__PrismAsBlock_1_1THorizontalEdgeAdaptor.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classStdMeshers__PrismAsBlock_1_1TPCurveOnHorFaceAdaptor.html">StdMeshers_PrismAsBlock::TPCurveOnHorFaceAdaptor</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Class emulating pcurve on a hirizontal face.  <a href="classStdMeshers__PrismAsBlock_1_1TPCurveOnHorFaceAdaptor.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classStdMeshers__Prism__3D.html">StdMeshers_Prism_3D</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Algo building prisms on a prism shape.  <a href="classStdMeshers__Prism__3D.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr class="memitem:aab5389dd6a42366aa8e446d0b0dc25e1"><td class="memItemLeft" align="right" valign="top">typedef std::vector&lt; const <a class="el" href="classSMDS__MeshNode.html">SMDS_MeshNode</a> *&gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="StdMeshers__Prism__3D_8hxx.html#aab5389dd6a42366aa8e446d0b0dc25e1">TNodeColumn</a></td></tr>
<tr class="separator:aab5389dd6a42366aa8e446d0b0dc25e1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a23654684f1535dd4949f0b96777a1f8d"><td class="memItemLeft" align="right" valign="top">typedef std::map&lt; <a class="el" href="structTNode.html">TNode</a>, <a class="el" href="SMESH__MesherHelper_8hxx.html#aab5389dd6a42366aa8e446d0b0dc25e1">TNodeColumn</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="StdMeshers__Prism__3D_8hxx.html#a23654684f1535dd4949f0b96777a1f8d">TNode2ColumnMap</a></td></tr>
<tr class="separator:a23654684f1535dd4949f0b96777a1f8d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a063b9e194caa1f144b469e3725f0cb1d"><td class="memItemLeft" align="right" valign="top">typedef std::map&lt; double, <a class="el" href="SMESH__MesherHelper_8hxx.html#aab5389dd6a42366aa8e446d0b0dc25e1">TNodeColumn</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="StdMeshers__Prism__3D_8hxx.html#a063b9e194caa1f144b469e3725f0cb1d">TParam2ColumnMap</a></td></tr>
<tr class="separator:a063b9e194caa1f144b469e3725f0cb1d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a30dff2a5c36770f11a3e797d9709b0f6"><td class="memItemLeft" align="right" valign="top">typedef std::map&lt; double, <a class="el" href="SMESH__MesherHelper_8hxx.html#aab5389dd6a42366aa8e446d0b0dc25e1">TNodeColumn</a> &gt;::<a class="el" href="classM_1_1const__iterator.html">const_iterator</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="StdMeshers__Prism__3D_8hxx.html#a30dff2a5c36770f11a3e797d9709b0f6">TParam2ColumnIt</a></td></tr>
<tr class="separator:a30dff2a5c36770f11a3e797d9709b0f6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0b4fe03d981760adf3f7098395abadb8"><td class="memItemLeft" align="right" valign="top">typedef TopTools_IndexedMapOfOrientedShape&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="StdMeshers__Prism__3D_8hxx.html#a0b4fe03d981760adf3f7098395abadb8">TBlockShapes</a></td></tr>
<tr class="separator:a0b4fe03d981760adf3f7098395abadb8"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Typedef Documentation</h2>
<a id="aab5389dd6a42366aa8e446d0b0dc25e1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aab5389dd6a42366aa8e446d0b0dc25e1">&#9670;&nbsp;</a></span>TNodeColumn</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef std::vector&lt;const <a class="el" href="classSMDS__MeshNode.html">SMDS_MeshNode</a>* &gt; <a class="el" href="SMESH__MesherHelper_8hxx.html#aab5389dd6a42366aa8e446d0b0dc25e1">TNodeColumn</a></td>
        </tr>
      </table>
</div><div class="memdoc">

<p class="definition">Definition at line <a class="el" href="StdMeshers__Prism__3D_8hxx_source.html#l00054">54</a> of file <a class="el" href="StdMeshers__Prism__3D_8hxx_source.html">StdMeshers_Prism_3D.hxx</a>.</p>

</div>
</div>
<a id="a23654684f1535dd4949f0b96777a1f8d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a23654684f1535dd4949f0b96777a1f8d">&#9670;&nbsp;</a></span>TNode2ColumnMap</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef std::map&lt; <a class="el" href="structTNode.html">TNode</a>, <a class="el" href="SMESH__MesherHelper_8hxx.html#aab5389dd6a42366aa8e446d0b0dc25e1">TNodeColumn</a> &gt; <a class="el" href="StdMeshers__Prism__3D_8hxx.html#a23654684f1535dd4949f0b96777a1f8d">TNode2ColumnMap</a></td>
        </tr>
      </table>
</div><div class="memdoc">

<p class="definition">Definition at line <a class="el" href="StdMeshers__Prism__3D_8hxx_source.html#l00061">61</a> of file <a class="el" href="StdMeshers__Prism__3D_8hxx_source.html">StdMeshers_Prism_3D.hxx</a>.</p>

</div>
</div>
<a id="a063b9e194caa1f144b469e3725f0cb1d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a063b9e194caa1f144b469e3725f0cb1d">&#9670;&nbsp;</a></span>TParam2ColumnMap</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef std::map&lt; double, <a class="el" href="SMESH__MesherHelper_8hxx.html#aab5389dd6a42366aa8e446d0b0dc25e1">TNodeColumn</a> &gt; <a class="el" href="SMESH__MesherHelper_8hxx.html#a063b9e194caa1f144b469e3725f0cb1d">TParam2ColumnMap</a></td>
        </tr>
      </table>
</div><div class="memdoc">

<p class="definition">Definition at line <a class="el" href="StdMeshers__Prism__3D_8hxx_source.html#l00062">62</a> of file <a class="el" href="StdMeshers__Prism__3D_8hxx_source.html">StdMeshers_Prism_3D.hxx</a>.</p>

</div>
</div>
<a id="a30dff2a5c36770f11a3e797d9709b0f6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a30dff2a5c36770f11a3e797d9709b0f6">&#9670;&nbsp;</a></span>TParam2ColumnIt</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef std::map&lt; double, <a class="el" href="SMESH__MesherHelper_8hxx.html#aab5389dd6a42366aa8e446d0b0dc25e1">TNodeColumn</a> &gt;::<a class="el" href="classM_1_1const__iterator.html">const_iterator</a> <a class="el" href="StdMeshers__Prism__3D_8hxx.html#a30dff2a5c36770f11a3e797d9709b0f6">TParam2ColumnIt</a></td>
        </tr>
      </table>
</div><div class="memdoc">

<p class="definition">Definition at line <a class="el" href="StdMeshers__Prism__3D_8hxx_source.html#l00063">63</a> of file <a class="el" href="StdMeshers__Prism__3D_8hxx_source.html">StdMeshers_Prism_3D.hxx</a>.</p>

</div>
</div>
<a id="a0b4fe03d981760adf3f7098395abadb8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0b4fe03d981760adf3f7098395abadb8">&#9670;&nbsp;</a></span>TBlockShapes</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef TopTools_IndexedMapOfOrientedShape <a class="el" href="StdMeshers__Prism__3D_8hxx.html#a0b4fe03d981760adf3f7098395abadb8">TBlockShapes</a></td>
        </tr>
      </table>
</div><div class="memdoc">

<p class="definition">Definition at line <a class="el" href="StdMeshers__Prism__3D_8hxx_source.html#l00065">65</a> of file <a class="el" href="StdMeshers__Prism__3D_8hxx_source.html">StdMeshers_Prism_3D.hxx</a>.</p>

</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_bfccd401955b95cf8c75461437045ac0.html">inc</a></li><li class="navelem"><a class="el" href="StdMeshers__Prism__3D_8hxx.html">StdMeshers_Prism_3D.hxx</a></li>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
  </ul>
</div>
</body>
</html>