aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen/nel/a02686.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doxygen/nel/a02686.html')
-rw-r--r--docs/doxygen/nel/a02686.html275
1 files changed, 275 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a02686.html b/docs/doxygen/nel/a02686.html
new file mode 100644
index 00000000..98cb236f
--- /dev/null
+++ b/docs/doxygen/nel/a02686.html
@@ -0,0 +1,275 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>NeL: NLPACS::CInteriorSurface class Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.3.6 -->
+<div class="qindex"> <form class="search" action="search.php" method="get">
+<a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a> | <span class="search"><u>S</u>earch&nbsp;for&nbsp;<input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div>
+<h1>NLPACS::CInteriorSurface Class Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
+The interior surface class. Intermediate to compute real retriever surfaces <dl compact><dt><b>Author:</b></dt><dd>Benjamin Legros <p>
+Nevrax France </dd></dl>
+<dl compact><dt><b>Date:</b></dt><dd>2001 </dd></dl>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05522.html#l00049">49</a> of file <a class="el" href="a05522.html">build_indoor.cpp</a>.<table border=0 cellpadding=0 cellspacing=0>
+<tr><td></td></tr>
+<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02378.html">CCollisionFace</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02686.html#NLPACS_1_1CInteriorSurfacea0">getFace</a> (<a class="el" href="a04558.html#a15">uint</a> face)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02378.html">CCollisionFace</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02686.html#NLPACS_1_1CInteriorSurfacea1">getNeighbor</a> (<a class="el" href="a04558.html#a15">uint</a> face, <a class="el" href="a04558.html#a15">uint</a> edge)</td></tr>
+
+<tr><td colspan=2><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a03128.html">NLMISC::CVector</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02686.html#NLPACS_1_1CInteriorSurfaceo0">Center</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The center of the surface. <a href="#NLPACS_1_1CInteriorSurfaceo0"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02379.html">CCollisionMeshBuild</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02686.html#NLPACS_1_1CInteriorSurfaceo1">CollisionMeshBuild</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The collision mesh root object. <a href="#NLPACS_1_1CInteriorSurfaceo1"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>std::vector&lt; <a class="el" href="a04558.html#a11">uint32</a> &gt;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02686.html#NLPACS_1_1CInteriorSurfaceo2">Faces</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The faces that compose the surface. <a href="#NLPACS_1_1CInteriorSurfaceo2"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02686.html#NLPACS_1_1CInteriorSurfaceo3">Id</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The Id of the surface. <a href="#NLPACS_1_1CInteriorSurfaceo3"></a><br><br></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a10">sint32</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02686.html#NLPACS_1_1CInteriorSurfaceo4">Material</a></td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The material of the surface. <a href="#NLPACS_1_1CInteriorSurfaceo4"></a><br><br></td></tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="NLPACS_1_1CInteriorSurfacea0" doxytag="NLPACS::CInteriorSurface::getFace" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a02378.html">CCollisionFace</a>&amp; NLPACS::CInteriorSurface::getFace </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a15">uint</a>&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>face</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05522.html#l00068">68</a> of file <a class="el" href="a05522.html">build_indoor.cpp</a>.
+<p>
+References <a class="el" href="a05522.html#l00053">CollisionMeshBuild</a>, <a class="el" href="a05579.html#l00145">NLPACS::CCollisionMeshBuild::Faces</a>, and <a class="el" href="a05981.html#l00105">uint</a>.
+<p>
+Referenced by <a class="el" href="a05522.html#l00240">NLPACS::computeSurfaceBorders()</a>, <a class="el" href="a05522.html#l00304">NLPACS::computeSurfaceCenter()</a>, <a class="el" href="a05522.html#l00173">NLPACS::followBorder()</a>, and <a class="el" href="a05522.html#l00069">getNeighbor()</a>.
+<p>
+<div class="fragment"><pre>00068 { <span class="keywordflow">return</span> <a class="code" href="a02686.html#NLPACS_1_1CInteriorSurfaceo1">CollisionMeshBuild</a>-&gt;Faces[<a class="code" href="a02686.html#NLPACS_1_1CInteriorSurfaceo2">Faces</a>[face]]; }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLPACS_1_1CInteriorSurfacea1" doxytag="NLPACS::CInteriorSurface::getNeighbor" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a02378.html">CCollisionFace</a>&amp; NLPACS::CInteriorSurface::getNeighbor </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a15">uint</a>&nbsp;</td>
+ <td class="mdname" nowrap> <em>face</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td></td>
+ <td class="md" nowrap><a class="el" href="a04558.html#a15">uint</a>&nbsp;</td>
+ <td class="mdname" nowrap> <em>edge</em></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td class="md">)&nbsp;</td>
+ <td class="md" colspan="2"><code> [inline]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05522.html#l00069">69</a> of file <a class="el" href="a05522.html">build_indoor.cpp</a>.
+<p>
+References <a class="el" href="a05522.html#l00053">CollisionMeshBuild</a>, <a class="el" href="a05579.html#l00068">NLPACS::CCollisionFace::Edge</a>, <a class="el" href="a05579.html#l00145">NLPACS::CCollisionMeshBuild::Faces</a>, <a class="el" href="a05522.html#l00068">getFace()</a>, and <a class="el" href="a05981.html#l00105">uint</a>.
+<p>
+Referenced by <a class="el" href="a05522.html#l00240">NLPACS::computeSurfaceBorders()</a>.
+<p>
+<div class="fragment"><pre>00070 {
+00071 <span class="keywordflow">return</span> <a class="code" href="a02686.html#NLPACS_1_1CInteriorSurfaceo1">CollisionMeshBuild</a>-&gt;Faces[<a class="code" href="a02686.html#NLPACS_1_1CInteriorSurfacea0">getFace</a>(face).Edge[edge]];
+00072 }
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="NLPACS_1_1CInteriorSurfaceo0" doxytag="NLPACS::CInteriorSurface::Center" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a03128.html">NLMISC::CVector</a> <a class="el" href="a02686.html#NLPACS_1_1CInteriorSurfaceo0">NLPACS::CInteriorSurface::Center</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+The center of the surface.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05522.html#l00062">62</a> of file <a class="el" href="a05522.html">build_indoor.cpp</a>.
+<p>
+Referenced by <a class="el" href="a05522.html#l00304">NLPACS::computeSurfaceCenter()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLPACS_1_1CInteriorSurfaceo1" doxytag="NLPACS::CInteriorSurface::CollisionMeshBuild" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a02379.html">CCollisionMeshBuild</a>* <a class="el" href="a02686.html#NLPACS_1_1CInteriorSurfaceo1">NLPACS::CInteriorSurface::CollisionMeshBuild</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+The collision mesh root object.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05522.html#l00053">53</a> of file <a class="el" href="a05522.html">build_indoor.cpp</a>.
+<p>
+Referenced by <a class="el" href="a05522.html#l00240">NLPACS::computeSurfaceBorders()</a>, <a class="el" href="a05522.html#l00304">NLPACS::computeSurfaceCenter()</a>, <a class="el" href="a05522.html#l00331">NLPACS::computeSurfaceQuadTree()</a>, <a class="el" href="a05522.html#l00173">NLPACS::followBorder()</a>, <a class="el" href="a05522.html#l00068">getFace()</a>, and <a class="el" href="a05522.html#l00069">getNeighbor()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLPACS_1_1CInteriorSurfaceo2" doxytag="NLPACS::CInteriorSurface::Faces" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> std::vector&lt;<a class="el" href="a04558.html#a11">uint32</a>&gt; <a class="el" href="a02686.html#NLPACS_1_1CInteriorSurfaceo2">NLPACS::CInteriorSurface::Faces</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+The faces that compose the surface.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05522.html#l00056">56</a> of file <a class="el" href="a05522.html">build_indoor.cpp</a>.
+<p>
+Referenced by <a class="el" href="a05522.html#l00240">NLPACS::computeSurfaceBorders()</a>, <a class="el" href="a05522.html#l00304">NLPACS::computeSurfaceCenter()</a>, <a class="el" href="a05522.html#l00331">NLPACS::computeSurfaceQuadTree()</a>, and <a class="el" href="a05522.html#l00173">NLPACS::followBorder()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLPACS_1_1CInteriorSurfaceo3" doxytag="NLPACS::CInteriorSurface::Id" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a04558.html#a10">sint32</a> <a class="el" href="a02686.html#NLPACS_1_1CInteriorSurfaceo3">NLPACS::CInteriorSurface::Id</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+The Id of the surface.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05522.html#l00059">59</a> of file <a class="el" href="a05522.html">build_indoor.cpp</a>.
+<p>
+Referenced by <a class="el" href="a05522.html#l00240">NLPACS::computeSurfaceBorders()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLPACS_1_1CInteriorSurfaceo4" doxytag="NLPACS::CInteriorSurface::Material" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a04558.html#a10">sint32</a> <a class="el" href="a02686.html#NLPACS_1_1CInteriorSurfaceo4">NLPACS::CInteriorSurface::Material</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+The material of the surface.
+<p>
+
+<p>
+Definition at line <a class="el" href="a05522.html#l00065">65</a> of file <a class="el" href="a05522.html">build_indoor.cpp</a>. </td>
+ </tr>
+</table>
+<hr>The documentation for this class was generated from the following file:<ul>
+<li><a class="el" href="a05522.html">build_indoor.cpp</a></ul>
+<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 14:14:52 2004 for NeL by
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 >
+</a>1.3.6 </small></address>
+</body>
+</html>