diff options
Diffstat (limited to 'docs/doxygen/nel/a03731.html')
-rw-r--r-- | docs/doxygen/nel/a03731.html | 212 |
1 files changed, 212 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a03731.html b/docs/doxygen/nel/a03731.html new file mode 100644 index 00000000..4612fef7 --- /dev/null +++ b/docs/doxygen/nel/a03731.html @@ -0,0 +1,212 @@ +<!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::CZone::CPatchConnect struct 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 Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a> | <span class="search"><u>S</u>earch for <input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div> +<h1>NL3D::CZone::CPatchConnect Struct Reference</h1><code>#include <<a class="el" href="a06760.html">zone.h</a>></code> +<p> +<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>void </td><td class="memItemRight" valign=bottom><a class="el" href="a03731.html#NL3D_1_1CZone_1_1CPatchConnecta0">serial</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &f)</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="a04558.html#a9">uint16</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a03731.html#NL3D_1_1CZone_1_1CPatchConnecto0">BaseVertices</a> [4]</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a03067.html">CPatchInfo::CBindInfo</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a03731.html#NL3D_1_1CZone_1_1CPatchConnecto1">BindEdges</a> [4]</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a03731.html#NL3D_1_1CZone_1_1CPatchConnecto2">ErrorSize</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a7">uint8</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a03731.html#NL3D_1_1CZone_1_1CPatchConnecto3">OldOrderS</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a7">uint8</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a03731.html#NL3D_1_1CZone_1_1CPatchConnecto4">OldOrderT</a></td></tr> + +</table> +<hr><h2>Member Function Documentation</h2> +<a class="anchor" name="NL3D_1_1CZone_1_1CPatchConnecta0" doxytag="NL3D::CZone::CPatchConnect::serial" ></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::CZone::CPatchConnect::serial </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top"><a class="el" href="a02270.html">NLMISC::IStream</a> & </td> + <td class="mdname1" valign="top" nowrap> <em>f</em> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06758.html#l00410">410</a> of file <a class="el" href="a06758.html">3d/zone.cpp</a>. +<p> +References <a class="el" href="a06760.html#l00304">OldOrderS</a>, <a class="el" href="a06760.html#l00304">OldOrderT</a>, <a class="el" href="a06462.html#l00232">NLMISC::IStream::serial()</a>, <a class="el" href="a06461.html#l00266">NLMISC::IStream::serialVersion()</a>, <a class="el" href="a05981.html#l00105">uint</a>, and <a class="el" href="a06462.html#l00647">NLMISC::IStream::xmlSerial()</a>. +<p> +<div class="fragment"><pre>00411 { +00412 <a class="code" href="a04558.html#a15">uint</a> ver= f.<a class="code" href="a02270.html#NLMISC_1_1IStreamz2035_8">serialVersion</a>(1); +00413 +00414 <span class="keywordflow">if</span> (ver<1) +00415 f.<a class="code" href="a02270.html#NLMISC_1_1IStreama5">serial</a>(OldOrderS, OldOrderT, ErrorSize); +00416 <span class="keywordflow">else</span> +00417 f.<a class="code" href="a02270.html#NLMISC_1_1IStreama5">serial</a>(ErrorSize); +00418 f.<a class="code" href="a02270.html#NLMISC_1_1IStreamz2037_3">xmlSerial</a> (BaseVertices[0], BaseVertices[1], BaseVertices[2], BaseVertices[3], <span class="stringliteral">"BASE_VERTICES"</span>); +00419 f.<a class="code" href="a02270.html#NLMISC_1_1IStreamz2037_3">xmlSerial</a> (BindEdges[0], BindEdges[1], BindEdges[2], BindEdges[3], <span class="stringliteral">"BIND_EDGES"</span>); +00420 } +</pre></div> </td> + </tr> +</table> +<hr><h2>Field Documentation</h2> +<a class="anchor" name="NL3D_1_1CZone_1_1CPatchConnecto0" doxytag="NL3D::CZone::CPatchConnect::BaseVertices" ></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#a9">uint16</a> <a class="el" href="a03731.html#NL3D_1_1CZone_1_1CPatchConnecto0">NL3D::CZone::CPatchConnect::BaseVertices</a>[4] + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06760.html#l00306">306</a> of file <a class="el" href="a06760.html">src/3d/zone.h</a>. +<p> +Referenced by <a class="el" href="a06758.html#l00122">NL3D::CZone::build()</a>, <a class="el" href="a06758.html#l00499">NL3D::CZone::compile()</a>, <a class="el" href="a06764.html#l00134">NL3D::CZoneCornerSmoother::computeAllCornerSmoothFlags()</a>, and <a class="el" href="a06758.html#l00289">NL3D::CZone::retrieve()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CZone_1_1CPatchConnecto1" doxytag="NL3D::CZone::CPatchConnect::BindEdges" ></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="a03067.html">CPatchInfo::CBindInfo</a> <a class="el" href="a03731.html#NL3D_1_1CZone_1_1CPatchConnecto1">NL3D::CZone::CPatchConnect::BindEdges</a>[4] + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06760.html#l00307">307</a> of file <a class="el" href="a06760.html">src/3d/zone.h</a>. +<p> +Referenced by <a class="el" href="a06758.html#l00776">NL3D::CZone::bindPatch()</a>, <a class="el" href="a06758.html#l00122">NL3D::CZone::build()</a>, <a class="el" href="a06758.html#l00718">NL3D::CZone::buildBindInfo()</a>, <a class="el" href="a05862.html#l02232">NL3D::CLandscape::checkZoneBinds()</a>, <a class="el" href="a06758.html#l01420">NL3D::CZone::debugBinds()</a>, <a class="el" href="a06758.html#l00882">NL3D::CZone::patchOnBorder()</a>, and <a class="el" href="a06758.html#l00289">NL3D::CZone::retrieve()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CZone_1_1CPatchConnecto2" doxytag="NL3D::CZone::CPatchConnect::ErrorSize" ></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 <a class="el" href="a03731.html#NL3D_1_1CZone_1_1CPatchConnecto2">NL3D::CZone::CPatchConnect::ErrorSize</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06760.html#l00305">305</a> of file <a class="el" href="a06760.html">src/3d/zone.h</a>. +<p> +Referenced by <a class="el" href="a06758.html#l00122">NL3D::CZone::build()</a>, <a class="el" href="a06758.html#l00499">NL3D::CZone::compile()</a>, and <a class="el" href="a06758.html#l00289">NL3D::CZone::retrieve()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CZone_1_1CPatchConnecto3" doxytag="NL3D::CZone::CPatchConnect::OldOrderS" ></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#a7">uint8</a> <a class="el" href="a03731.html#NL3D_1_1CZone_1_1CPatchConnecto3">NL3D::CZone::CPatchConnect::OldOrderS</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06760.html#l00304">304</a> of file <a class="el" href="a06760.html">src/3d/zone.h</a>. +<p> +Referenced by <a class="el" href="a06758.html#l00410">serial()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CZone_1_1CPatchConnecto4" doxytag="NL3D::CZone::CPatchConnect::OldOrderT" ></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#a7">uint8</a> <a class="el" href="a03731.html#NL3D_1_1CZone_1_1CPatchConnecto4">NL3D::CZone::CPatchConnect::OldOrderT</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06760.html#l00304">304</a> of file <a class="el" href="a06760.html">src/3d/zone.h</a>. +<p> +Referenced by <a class="el" href="a06758.html#l00410">serial()</a>. </td> + </tr> +</table> +<hr>The documentation for this struct was generated from the following files:<ul> +<li><a class="el" href="a06760.html">src/3d/zone.h</a><li><a class="el" href="a06758.html">3d/zone.cpp</a></ul> +<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 08:34:10 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> |