aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen/nel/a03740.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doxygen/nel/a03740.html')
-rw-r--r--docs/doxygen/nel/a03740.html221
1 files changed, 221 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a03740.html b/docs/doxygen/nel/a03740.html
new file mode 100644
index 00000000..78969d6f
--- /dev/null
+++ b/docs/doxygen/nel/a03740.html
@@ -0,0 +1,221 @@
+<!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: NL3D::CZoneLighter::CHeightField 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>NL3D::CZoneLighter::CHeightField Class Reference</h1><code>#include &lt;<a class="el" href="a06769.html">zone_lighter.h</a>&gt;</code>
+<p>
+<table border=0 cellpadding=0 cellspacing=0>
+<tr><td></td></tr>
+<tr><td colspan=2><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>enum &nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7">TDirection</a> { <br>
+&nbsp;&nbsp;<a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw1">North</a>,
+<a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw2">NorthEast</a>,
+<a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw0">East</a>,
+<a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw5">SouthEast</a>,
+<br>
+&nbsp;&nbsp;<a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw4">South</a>,
+<a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw6">SouthWest</a>,
+<a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw8">West</a>,
+<a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw3">NorthWest</a>
+<br>
+ }</td></tr>
+
+<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFielda0">build</a> (std::vector&lt; float &gt; &amp;heightField, const <a class="el" href="a03128.html">NLMISC::CVector</a> &amp;origine, float cellSeize, <a class="el" href="a04558.html#a15">uint</a> <a class="el" href="a04223.html#a632">width</a>, <a class="el" href="a04558.html#a15">uint</a> <a class="el" href="a04223.html#a633">height</a>)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>float&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFielda1">getMaxHeight</a> (const <a class="el" href="a03128.html">NLMISC::CVector</a> &amp;position, <a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7">TDirection</a> direction) const </td></tr>
+
+<tr><td colspan=2><br><h2>Private Attributes</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>std::vector&lt; std::vector&lt;<br>
+ float &gt; &gt;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldr0">HeightFields</a></td></tr>
+
+</table>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="NL3D_1_1CZoneLighter_1_1CHeightFieldw7" doxytag="NL3D::CZoneLighter::CHeightField::TDirection" ></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"> enum <a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7">NL3D::CZoneLighter::CHeightField::TDirection</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+<dl compact><dt><b>Enumeration values: </b></dt><dd>
+<table border=0 cellspacing=2 cellpadding=0>
+<tr><td valign=top><em><a class="anchor" name="NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw1" doxytag="North" ></a>North</em>&nbsp;</td><td>
+</td></tr>
+<tr><td valign=top><em><a class="anchor" name="NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw2" doxytag="NorthEast" ></a>NorthEast</em>&nbsp;</td><td>
+</td></tr>
+<tr><td valign=top><em><a class="anchor" name="NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw0" doxytag="East" ></a>East</em>&nbsp;</td><td>
+</td></tr>
+<tr><td valign=top><em><a class="anchor" name="NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw5" doxytag="SouthEast" ></a>SouthEast</em>&nbsp;</td><td>
+</td></tr>
+<tr><td valign=top><em><a class="anchor" name="NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw4" doxytag="South" ></a>South</em>&nbsp;</td><td>
+</td></tr>
+<tr><td valign=top><em><a class="anchor" name="NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw6" doxytag="SouthWest" ></a>SouthWest</em>&nbsp;</td><td>
+</td></tr>
+<tr><td valign=top><em><a class="anchor" name="NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw8" doxytag="West" ></a>West</em>&nbsp;</td><td>
+</td></tr>
+<tr><td valign=top><em><a class="anchor" name="NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw3" doxytag="NorthWest" ></a>NorthWest</em>&nbsp;</td><td>
+</td></tr>
+</table>
+</dl>
+
+<p>
+Definition at line <a class="el" href="a06769.html#l00294">294</a> of file <a class="el" href="a06769.html">zone_lighter.h</a>.
+<p>
+<div class="fragment"><pre>00295 {
+00296 <a class="code" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw1">North</a>,
+00297 <a class="code" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw2">NorthEast</a>,
+00298 <a class="code" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw0">East</a>,
+00299 <a class="code" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw5">SouthEast</a>,
+00300 <a class="code" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw4">South</a>,
+00301 <a class="code" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw6">SouthWest</a>,
+00302 <a class="code" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw8">West</a>,
+00303 <a class="code" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7NL3D_1_1CZoneLighter_1_1CHeightFieldw3">NorthWest</a>
+00304 };
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="NL3D_1_1CZoneLighter_1_1CHeightFielda0" doxytag="NL3D::CZoneLighter::CHeightField::build" ></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"> void NL3D::CZoneLighter::CHeightField::build </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">std::vector&lt; float &gt; &amp;&nbsp;</td>
+ <td class="mdname" nowrap> <em>heightField</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td></td>
+ <td class="md" nowrap>const <a class="el" href="a03128.html">NLMISC::CVector</a> &amp;&nbsp;</td>
+ <td class="mdname" nowrap> <em>origine</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td></td>
+ <td class="md" nowrap>float&nbsp;</td>
+ <td class="mdname" nowrap> <em>cellSeize</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>width</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>height</em></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td class="md">)&nbsp;</td>
+ <td class="md" colspan="2"></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="NL3D_1_1CZoneLighter_1_1CHeightFielda1" doxytag="NL3D::CZoneLighter::CHeightField::getMaxHeight" ></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"> float NL3D::CZoneLighter::CHeightField::getMaxHeight </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">const <a class="el" href="a03128.html">NLMISC::CVector</a> &amp;&nbsp;</td>
+ <td class="mdname" nowrap> <em>position</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td></td>
+ <td class="md" nowrap><a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldw7">TDirection</a>&nbsp;</td>
+ <td class="mdname" nowrap> <em>direction</em></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td class="md">)&nbsp;</td>
+ <td class="md" colspan="2"> const</td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="NL3D_1_1CZoneLighter_1_1CHeightFieldr0" doxytag="NL3D::CZoneLighter::CHeightField::HeightFields" ></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;std::vector&lt;float&gt; &gt; <a class="el" href="a03740.html#NL3D_1_1CZoneLighter_1_1CHeightFieldr0">NL3D::CZoneLighter::CHeightField::HeightFields</a><code> [private]</code>
+ </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="a06769.html#l00313">313</a> of file <a class="el" href="a06769.html">zone_lighter.h</a>. </td>
+ </tr>
+</table>
+<hr>The documentation for this class was generated from the following file:<ul>
+<li><a class="el" href="a06769.html">zone_lighter.h</a></ul>
+<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 08:35:54 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>