aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen/nel/a02304.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doxygen/nel/a02304.html')
-rw-r--r--docs/doxygen/nel/a02304.html347
1 files changed, 347 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a02304.html b/docs/doxygen/nel/a02304.html
new file mode 100644
index 00000000..7f794d3b
--- /dev/null
+++ b/docs/doxygen/nel/a02304.html
@@ -0,0 +1,347 @@
+<!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::CCalcLightableShapeRunnable 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::CCalcLightableShapeRunnable Class Reference</h1><p>Inheritance diagram for NL3D::CCalcLightableShapeRunnable:
+<p><center><img src="a02304.png" usemap="#NL3D::CCalcLightableShapeRunnable_map" border="0" alt=""></center>
+<map name="NL3D::CCalcLightableShapeRunnable_map">
+<area href="a02187.html" alt="NLMISC::IRunnable" shape="rect" coords="0,0,225,24">
+</map>
+<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>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnablea0">CCalcLightableShapeRunnable</a> (<a class="el" href="a04558.html#a15">uint</a> process, <a class="el" href="a03739.html">CZoneLighter</a> *zoneLighter, const <a class="el" href="a03741.html">CZoneLighter::CLightDesc</a> *description, <a class="el" href="a03739.html#NL3D_1_1CZoneLightery0">CZoneLighter::TShapeVect</a> *shapeToLit, <a class="el" href="a04558.html#a15">uint</a> firstShape, <a class="el" href="a04558.html#a15">uint</a> lastShape)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02187.html#NLMISC_1_1IRunnablePosa0">getName</a> (std::string &amp;result) const </td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnablea2">run</a> ()</td></tr>
+
+<tr><td colspan=2><br><h2>Private Attributes</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="a03741.html">CZoneLighter::CLightDesc</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler0">_Description</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a15">uint</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler1">_FirstShape</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a15">uint</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler2">_LastShape</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a15">uint</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler3">_Process</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a03739.html#NL3D_1_1CZoneLightery0">CZoneLighter::TShapeVect</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler4">_ShapesToLit</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a03739.html">CZoneLighter</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler5">_ZoneLighter</a></td></tr>
+
+</table>
+<hr><h2>Constructor &amp; Destructor Documentation</h2>
+<a class="anchor" name="NL3D_1_1CCalcLightableShapeRunnablea0" doxytag="NL3D::CCalcLightableShapeRunnable::CCalcLightableShapeRunnable" ></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"> NL3D::CCalcLightableShapeRunnable::CCalcLightableShapeRunnable </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>process</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td></td>
+ <td class="md" nowrap><a class="el" href="a03739.html">CZoneLighter</a> *&nbsp;</td>
+ <td class="mdname" nowrap> <em>zoneLighter</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td></td>
+ <td class="md" nowrap>const <a class="el" href="a03741.html">CZoneLighter::CLightDesc</a> *&nbsp;</td>
+ <td class="mdname" nowrap> <em>description</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td></td>
+ <td class="md" nowrap><a class="el" href="a03739.html#NL3D_1_1CZoneLightery0">CZoneLighter::TShapeVect</a> *&nbsp;</td>
+ <td class="mdname" nowrap> <em>shapeToLit</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>firstShape</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>lastShape</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="a06768.html#l00680">680</a> of file <a class="el" href="a06768.html">zone_lighter.cpp</a>.
+<p>
+References <a class="el" href="a06769.html#l00403">NL3D::CZoneLighter::TShapeVect</a>, and <a class="el" href="a05981.html#l00105">uint</a>.
+<p>
+<div class="fragment"><pre>00687 :
+00688 <a class="code" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler5">_ZoneLighter</a>(zoneLighter),
+00689 <a class="code" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler0">_Description</a>(description),
+00690 <a class="code" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler4">_ShapesToLit</a>(shapeToLit),
+00691 <a class="code" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler1">_FirstShape</a>(firstShape),
+00692 <a class="code" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler2">_LastShape</a>(lastShape),
+00693 <a class="code" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler3">_Process</a>(process)
+00694 {
+00695 }
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="NLMISC_1_1IRunnablePosa0" doxytag="NL3D::CCalcLightableShapeRunnable::getName" ></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"> virtual void NLMISC::IRunnable::getName </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">std::string &amp;&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> <em>result</em> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap> const<code> [inline, virtual, inherited]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Reimplemented in <a class="el" href="a02220.html#NL3D_1_1CAsyncFileManager3D_1_1CMeshLoada1">NL3D::CAsyncFileManager3D::CMeshLoad</a>, <a class="el" href="a02218.html#NL3D_1_1CAsyncFileManager3D_1_1CIGLoada1">NL3D::CAsyncFileManager3D::CIGLoad</a>, <a class="el" href="a02219.html#NL3D_1_1CAsyncFileManager3D_1_1CIGLoadUsera1">NL3D::CAsyncFileManager3D::CIGLoadUser</a>, <a class="el" href="a02222.html#NL3D_1_1CAsyncFileManager3D_1_1CTextureLoada1">NL3D::CAsyncFileManager3D::CTextureLoad</a>, <a class="el" href="a03752.html#NL3D_1_1CZoneLoadingTaska1">NL3D::CZoneLoadingTask</a>, <a class="el" href="a02593.html#NLPACS_1_1CGlobalRetriever_1_1CLrLoadera1">NLPACS::CGlobalRetriever::CLrLoader</a>, <a class="el" href="a02223.html#NLMISC_1_1CAsyncFileManager_1_1CFileLoada1">NLMISC::CAsyncFileManager::CFileLoad</a>, <a class="el" href="a02224.html#NLMISC_1_1CAsyncFileManager_1_1CMultipleFileLoada1">NLMISC::CAsyncFileManager::CMultipleFileLoad</a>, and <a class="el" href="a02225.html#NLMISC_1_1CAsyncFileManager_1_1CSignala1">NLMISC::CAsyncFileManager::CSignal</a>.
+<p>
+Definition at line <a class="el" href="a06535.html#l00074">74</a> of file <a class="el" href="a06535.html">thread.h</a>.
+<p>
+Referenced by <a class="el" href="a06485.html#l00061">NLMISC::CTaskManager::run()</a>.
+<p>
+<div class="fragment"><pre>00075 {
+00076 result = <span class="stringliteral">"NoName"</span>;
+00077 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NL3D_1_1CCalcLightableShapeRunnablea2" doxytag="NL3D::CCalcLightableShapeRunnable::run" ></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::CCalcLightableShapeRunnable::run </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="md" nowrap valign="top">void&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap><code> [inline, virtual]</code></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Implements <a class="el" href="a02187.html#NLMISC_1_1IRunnablePosa1">NLMISC::IRunnable</a>.
+<p>
+Definition at line <a class="el" href="a06768.html#l00696">696</a> of file <a class="el" href="a06768.html">zone_lighter.cpp</a>.
+<p>
+<div class="fragment"><pre>00697 {
+00698 <a class="code" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler5">_ZoneLighter</a>-&gt;processLightableShapeCalc(_Process, _ShapesToLit, _FirstShape, _LastShape, *_Description);
+00699 <a class="code" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler5">_ZoneLighter</a>-&gt;_ProcessExited++;
+00700 }
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="NL3D_1_1CCalcLightableShapeRunnabler0" doxytag="NL3D::CCalcLightableShapeRunnable::_Description" ></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"> const <a class="el" href="a03741.html">CZoneLighter::CLightDesc</a>* <a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler0">NL3D::CCalcLightableShapeRunnable::_Description</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="a06768.html#l00703">703</a> of file <a class="el" href="a06768.html">zone_lighter.cpp</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NL3D_1_1CCalcLightableShapeRunnabler1" doxytag="NL3D::CCalcLightableShapeRunnable::_FirstShape" ></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#a15">uint</a> <a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler1">NL3D::CCalcLightableShapeRunnable::_FirstShape</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="a06768.html#l00705">705</a> of file <a class="el" href="a06768.html">zone_lighter.cpp</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NL3D_1_1CCalcLightableShapeRunnabler2" doxytag="NL3D::CCalcLightableShapeRunnable::_LastShape" ></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#a15">uint</a> <a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler2">NL3D::CCalcLightableShapeRunnable::_LastShape</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="a06768.html#l00705">705</a> of file <a class="el" href="a06768.html">zone_lighter.cpp</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NL3D_1_1CCalcLightableShapeRunnabler3" doxytag="NL3D::CCalcLightableShapeRunnable::_Process" ></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#a15">uint</a> <a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler3">NL3D::CCalcLightableShapeRunnable::_Process</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="a06768.html#l00706">706</a> of file <a class="el" href="a06768.html">zone_lighter.cpp</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NL3D_1_1CCalcLightableShapeRunnabler4" doxytag="NL3D::CCalcLightableShapeRunnable::_ShapesToLit" ></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="a03739.html#NL3D_1_1CZoneLightery0">CZoneLighter::TShapeVect</a>* <a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler4">NL3D::CCalcLightableShapeRunnable::_ShapesToLit</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="a06768.html#l00704">704</a> of file <a class="el" href="a06768.html">zone_lighter.cpp</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NL3D_1_1CCalcLightableShapeRunnabler5" doxytag="NL3D::CCalcLightableShapeRunnable::_ZoneLighter" ></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="a03739.html">CZoneLighter</a>* <a class="el" href="a02304.html#NL3D_1_1CCalcLightableShapeRunnabler5">NL3D::CCalcLightableShapeRunnable::_ZoneLighter</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="a06768.html#l00702">702</a> of file <a class="el" href="a06768.html">zone_lighter.cpp</a>. </td>
+ </tr>
+</table>
+<hr>The documentation for this class was generated from the following file:<ul>
+<li><a class="el" href="a06768.html">zone_lighter.cpp</a></ul>
+<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 06:44:42 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>