diff options
Diffstat (limited to 'docs/doxygen/nel/a03028.html')
-rw-r--r-- | docs/doxygen/nel/a03028.html | 556 |
1 files changed, 556 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a03028.html b/docs/doxygen/nel/a03028.html new file mode 100644 index 00000000..f1f1683d --- /dev/null +++ b/docs/doxygen/nel/a03028.html @@ -0,0 +1,556 @@ +<!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::COrderedChain3f 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 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>NLPACS::COrderedChain3f Class Reference</h1><code>#include <<a class="el" href="a05540.html">chain.h</a>></code> +<p> +<hr><a name="_details"></a><h2>Detailed Description</h2> +A list of ordered vertices, partially delimiting 2 different surfaces. In the vertex list, we consider the following order v1 < v2 iff <a class="el" href="a04223.html#a572">v1.x</a> < <a class="el" href="a04223.html#a572">v2.x</a> || <a class="el" href="a04223.html#a572">v1.x</a> == <a class="el" href="a04223.html#a572">v2.x</a> && <a class="el" href="a04223.html#a573">v1.y</a> < <a class="el" href="a04223.html#a573">v2.y</a> || <a class="el" href="a04223.html#a572">v1.x</a> == <a class="el" href="a04223.html#a572">v2.x</a> && <a class="el" href="a04223.html#a573">v1.y</a> == <a class="el" href="a04223.html#a573">v2.y</a> && <a class="el" href="a04223.html#a574">v1.z</a> < <a class="el" href="a04223.html#a574">v2.z</a> The vertices composing the chain are actual CVector (12 bytes per vertex.) <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="a05540.html#l00048">48</a> of file <a class="el" href="a05540.html">chain.h</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="a04558.html#a9">uint16</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a03028.html#NLPACS_1_1COrderedChain3fa0">getIndexInParent</a> () const </td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the index of the ochain within the parent chain. <a href="#NLPACS_1_1COrderedChain3fa0"></a><br><br></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="a03028.html#NLPACS_1_1COrderedChain3fa1">getParentId</a> () const </td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the parent chain Id of this ordered chain. <a href="#NLPACS_1_1COrderedChain3fa1"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>const std::vector< <a class="el" href="a03128.html">NLMISC::CVector</a> > & </td><td class="memItemRight" valign=bottom><a class="el" href="a03028.html#NLPACS_1_1COrderedChain3fa2">getVertices</a> () const </td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the vertices of the chain. <a href="#NLPACS_1_1COrderedChain3fa2"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>bool </td><td class="memItemRight" valign=bottom><a class="el" href="a03028.html#NLPACS_1_1COrderedChain3fa3">isForward</a> () const </td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns true if the chain should be accessed forward within the parent <a class="el" href="a02333.html">CChain</a> (see _Forward.). <a href="#NLPACS_1_1COrderedChain3fa3"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="a03128.html">NLMISC::CVector</a> & </td><td class="memItemRight" valign=bottom><a class="el" href="a03028.html#NLPACS_1_1COrderedChain3fa4">operator[]</a> (<a class="el" href="a04558.html#a15">uint</a> n) const </td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a03028.html#NLPACS_1_1COrderedChain3fa5">serial</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &f)</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a03028.html#NLPACS_1_1COrderedChain3fa6">translate</a> (const <a class="el" href="a03128.html">NLMISC::CVector</a> &translation)</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a03028.html#NLPACS_1_1COrderedChain3fa7">unpack</a> (const <a class="el" href="a03027.html">COrderedChain</a> &ochain)</td></tr> + +<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>bool </td><td class="memItemRight" valign=bottom><a class="el" href="a03028.html#NLPACS_1_1COrderedChain3fp0">_Forward</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Set if the chain should be read forward within the parent <a class="el" href="a02333.html">CChain</a> (for sequential access to vertices.). <a href="#NLPACS_1_1COrderedChain3fp0"></a><br><br></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="a03028.html#NLPACS_1_1COrderedChain3fp1">_IndexInParent</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">The index of the ochain within the parent chain. <a href="#NLPACS_1_1COrderedChain3fp1"></a><br><br></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="a03028.html#NLPACS_1_1COrderedChain3fp2">_ParentId</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">The parent chain Id. <a href="#NLPACS_1_1COrderedChain3fp2"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>std::vector< <a class="el" href="a03128.html">NLMISC::CVector</a> > </td><td class="memItemRight" valign=bottom><a class="el" href="a03028.html#NLPACS_1_1COrderedChain3fp3">_Vertices</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">The vertices of the chain, ordered following x growth. <a href="#NLPACS_1_1COrderedChain3fp3"></a><br><br></td></tr> +<tr><td colspan=2><br><h2>Friends</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>class </td><td class="memItemRight" valign=bottom><a class="el" href="a03028.html#NLPACS_1_1COrderedChain3fn0">CChain</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>class </td><td class="memItemRight" valign=bottom><a class="el" href="a03028.html#NLPACS_1_1COrderedChain3fn1">CRetrievableSurface</a></td></tr> + +</table> +<hr><h2>Member Function Documentation</h2> +<a class="anchor" name="NLPACS_1_1COrderedChain3fa0" doxytag="NLPACS::COrderedChain3f::getIndexInParent" ></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> NLPACS::COrderedChain3f::getIndexInParent </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> const<code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +Returns the index of the ochain within the parent chain. +<p> + +<p> +Definition at line <a class="el" href="a05540.html#l00077">77</a> of file <a class="el" href="a05540.html">chain.h</a>. +<p> +References <a class="el" href="a05540.html#l00064">_IndexInParent</a>, and <a class="el" href="a05981.html#l00098">uint16</a>. +<p> +Referenced by <a class="el" href="a05929.html#l00248">NLPACS::CLocalRetriever::dumpSurface()</a>, and <a class="el" href="a05540.html#l00161">NLPACS::COrderedChain::pack()</a>. +<p> +<div class="fragment"><pre>00077 { <span class="keywordflow">return</span> <a class="code" href="a03028.html#NLPACS_1_1COrderedChain3fp1">_IndexInParent</a>; } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLPACS_1_1COrderedChain3fa1" doxytag="NLPACS::COrderedChain3f::getParentId" ></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> NLPACS::COrderedChain3f::getParentId </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> const<code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +Returns the parent chain Id of this ordered chain. +<p> + +<p> +Definition at line <a class="el" href="a05540.html#l00074">74</a> of file <a class="el" href="a05540.html">chain.h</a>. +<p> +References <a class="el" href="a05540.html#l00061">_ParentId</a>, and <a class="el" href="a05981.html#l00098">uint16</a>. +<p> +Referenced by <a class="el" href="a05929.html#l00248">NLPACS::CLocalRetriever::dumpSurface()</a>, and <a class="el" href="a05540.html#l00161">NLPACS::COrderedChain::pack()</a>. +<p> +<div class="fragment"><pre>00074 { <span class="keywordflow">return</span> <a class="code" href="a03028.html#NLPACS_1_1COrderedChain3fp2">_ParentId</a>; } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLPACS_1_1COrderedChain3fa2" doxytag="NLPACS::COrderedChain3f::getVertices" ></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 std::vector<<a class="el" href="a03128.html">NLMISC::CVector</a>>& NLPACS::COrderedChain3f::getVertices </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> const<code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +Returns the vertices of the chain. +<p> + +<p> +Definition at line <a class="el" href="a05540.html#l00068">68</a> of file <a class="el" href="a05540.html">chain.h</a>. +<p> +Referenced by <a class="el" href="a05929.html#l00714">NLPACS::CLocalRetriever::build3dSurfacePolygons()</a>, <a class="el" href="a05929.html#l00248">NLPACS::CLocalRetriever::dumpSurface()</a>, <a class="el" href="a05929.html#l00086">NLPACS::CLocalRetriever::getStartVector()</a>, <a class="el" href="a05929.html#l00092">NLPACS::CLocalRetriever::getStopVector()</a>, <a class="el" href="a05522.html#l00524">NLPACS::linkExteriorToInterior()</a>, and <a class="el" href="a05540.html#l00161">NLPACS::COrderedChain::pack()</a>. +<p> +<div class="fragment"><pre>00068 { <span class="keywordflow">return</span> <a class="code" href="a03028.html#NLPACS_1_1COrderedChain3fp3">_Vertices</a>; } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLPACS_1_1COrderedChain3fa3" doxytag="NLPACS::COrderedChain3f::isForward" ></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"> bool NLPACS::COrderedChain3f::isForward </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> const<code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +Returns true if the chain should be accessed forward within the parent <a class="el" href="a02333.html">CChain</a> (see _Forward.). +<p> + +<p> +Definition at line <a class="el" href="a05540.html#l00071">71</a> of file <a class="el" href="a05540.html">chain.h</a>. +<p> +References <a class="el" href="a05540.html#l00058">_Forward</a>. +<p> +Referenced by <a class="el" href="a05929.html#l00714">NLPACS::CLocalRetriever::build3dSurfacePolygons()</a>, <a class="el" href="a05929.html#l00248">NLPACS::CLocalRetriever::dumpSurface()</a>, <a class="el" href="a05929.html#l00086">NLPACS::CLocalRetriever::getStartVector()</a>, <a class="el" href="a05929.html#l00092">NLPACS::CLocalRetriever::getStopVector()</a>, and <a class="el" href="a05540.html#l00161">NLPACS::COrderedChain::pack()</a>. +<p> +<div class="fragment"><pre>00071 { <span class="keywordflow">return</span> <a class="code" href="a03028.html#NLPACS_1_1COrderedChain3fp0">_Forward</a>; } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLPACS_1_1COrderedChain3fa4" doxytag="NLPACS::COrderedChain3f::operator[]" ></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="a03128.html">NLMISC::CVector</a>& NLPACS::COrderedChain3f::operator[] </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a15">uint</a> </td> + <td class="mdname1" valign="top" nowrap> <em>n</em> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> const<code> [inline]</code></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="a05540.html#l00080">80</a> of file <a class="el" href="a05540.html">chain.h</a>. +<p> +References <a class="el" href="a05981.html#l00105">uint</a>. +<p> +<div class="fragment"><pre>00080 { <span class="keywordflow">return</span> <a class="code" href="a03028.html#NLPACS_1_1COrderedChain3fp3">_Vertices</a>[n]; } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLPACS_1_1COrderedChain3fa5" doxytag="NLPACS::COrderedChain3f::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 NLPACS::COrderedChain3f::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="a05539.html#l00064">64</a> of file <a class="el" href="a05539.html">chain.cpp</a>. +<p> +References <a class="el" href="a05540.html#l00058">_Forward</a>, <a class="el" href="a05540.html#l00064">_IndexInParent</a>, <a class="el" href="a05540.html#l00061">_ParentId</a>, <a class="el" href="a06462.html#l00232">NLMISC::IStream::serial()</a>, <a class="el" href="a06462.html#l00324">NLMISC::IStream::serialCont()</a>, and <a class="el" href="a06461.html#l00266">NLMISC::IStream::serialVersion()</a>. +<p> +<div class="fragment"><pre>00065 { +00066 <span class="comment">/*</span> +00067 <span class="comment"> Version 0:</span> +00068 <span class="comment"> - base version.</span> +00069 <span class="comment"> */</span> +00070 (<span class="keywordtype">void</span>)f.<a class="code" href="a02270.html#NLMISC_1_1IStreamz2035_8">serialVersion</a>(0); +00071 +00072 f.<a class="code" href="a02270.html#NLMISC_1_1IStreamz2033_9">serialCont</a>(_Vertices); +00073 f.<a class="code" href="a02270.html#NLMISC_1_1IStreama5">serial</a>(_Forward); +00074 f.<a class="code" href="a02270.html#NLMISC_1_1IStreama5">serial</a>(_ParentId); +00075 f.<a class="code" href="a02270.html#NLMISC_1_1IStreama5">serial</a>(_IndexInParent); +00076 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLPACS_1_1COrderedChain3fa6" doxytag="NLPACS::COrderedChain3f::translate" ></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 NLPACS::COrderedChain3f::translate </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">const <a class="el" href="a03128.html">NLMISC::CVector</a> & </td> + <td class="mdname1" valign="top" nowrap> <em>translation</em> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap><code> [inline]</code></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="a05540.html#l00086">86</a> of file <a class="el" href="a05540.html">chain.h</a>. +<p> +References <a class="el" href="a05981.html#l00105">uint</a>. +<p> +<div class="fragment"><pre>00087 { +00088 <a class="code" href="a04558.html#a15">uint</a> i; +00089 <span class="keywordflow">for</span> (i=0; i<<a class="code" href="a03028.html#NLPACS_1_1COrderedChain3fp3">_Vertices</a>.size(); ++i) +00090 <a class="code" href="a03028.html#NLPACS_1_1COrderedChain3fp3">_Vertices</a>[i] += translation; +00091 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLPACS_1_1COrderedChain3fa7" doxytag="NLPACS::COrderedChain3f::unpack" ></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 NLPACS::COrderedChain3f::unpack </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">const <a class="el" href="a03027.html">COrderedChain</a> & </td> + <td class="mdname1" valign="top" nowrap> <em>ochain</em> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap><code> [inline]</code></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="a05540.html#l00330">330</a> of file <a class="el" href="a05540.html">chain.h</a>. +<p> +References <a class="el" href="a05540.html#l00058">_Forward</a>, <a class="el" href="a05540.html#l00064">_IndexInParent</a>, <a class="el" href="a05540.html#l00061">_ParentId</a>, <a class="el" href="a05540.html#l00142">NLPACS::COrderedChain::getIndexInParent()</a>, <a class="el" href="a05540.html#l00139">NLPACS::COrderedChain::getParentId()</a>, <a class="el" href="a05540.html#l00133">NLPACS::COrderedChain::getVertices()</a>, <a class="el" href="a05540.html#l00136">NLPACS::COrderedChain::isForward()</a>, <a class="el" href="a05981.html#l00105">uint</a>, and <a class="el" href="a05646.html#l00236">z</a>. +<p> +<div class="fragment"><pre>00331 { +00332 <a class="code" href="a04558.html#a15">uint</a> i, mx; +00333 <span class="keyword">const</span> std::vector<CVector2s> &vertices = chain.getVertices(); +00334 mx = <a class="code" href="a03028.html#NLPACS_1_1COrderedChain3fp3">_Vertices</a>.size(); +00335 <a class="code" href="a03028.html#NLPACS_1_1COrderedChain3fp3">_Vertices</a>.resize(vertices.size()); +00336 <a class="code" href="a03028.html#NLPACS_1_1COrderedChain3fp0">_Forward</a> = chain.isForward(); +00337 <a class="code" href="a03028.html#NLPACS_1_1COrderedChain3fp2">_ParentId</a> = chain.getParentId(); +00338 <a class="code" href="a03028.html#NLPACS_1_1COrderedChain3fp1">_IndexInParent</a> = chain.getIndexInParent(); +00339 <span class="keywordflow">for</span> (i=0; i<vertices.size(); ++i) +00340 { +00341 <a class="code" href="a03028.html#NLPACS_1_1COrderedChain3fp3">_Vertices</a>[i] = vertices[i].unpack3f(i >= mx ? 0.0f : _Vertices[i].<a class="code" href="a04223.html#a574">z</a>); +00342 } +00343 } +</pre></div> </td> + </tr> +</table> +<hr><h2>Friends And Related Function Documentation</h2> +<a class="anchor" name="NLPACS_1_1COrderedChain3fn0" doxytag="NLPACS::COrderedChain3f::CChain" ></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"> friend class <a class="el" href="a02333.html">CChain</a><code> [friend]</code> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05540.html#l00051">51</a> of file <a class="el" href="a05540.html">chain.h</a>. </td> + </tr> +</table> +<a class="anchor" name="NLPACS_1_1COrderedChain3fn1" doxytag="NLPACS::COrderedChain3f::CRetrievableSurface" ></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"> friend class <a class="el" href="a03328.html">CRetrievableSurface</a><code> [friend]</code> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05540.html#l00052">52</a> of file <a class="el" href="a05540.html">chain.h</a>. </td> + </tr> +</table> +<hr><h2>Field Documentation</h2> +<a class="anchor" name="NLPACS_1_1COrderedChain3fp0" doxytag="NLPACS::COrderedChain3f::_Forward" ></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"> bool <a class="el" href="a03028.html#NLPACS_1_1COrderedChain3fp0">NLPACS::COrderedChain3f::_Forward</a><code> [protected]</code> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +Set if the chain should be read forward within the parent <a class="el" href="a02333.html">CChain</a> (for sequential access to vertices.). +<p> + +<p> +Definition at line <a class="el" href="a05540.html#l00058">58</a> of file <a class="el" href="a05540.html">chain.h</a>. +<p> +Referenced by <a class="el" href="a05540.html#l00071">isForward()</a>, <a class="el" href="a05539.html#l00199">NLPACS::CChain::make()</a>, <a class="el" href="a05539.html#l00064">serial()</a>, and <a class="el" href="a05540.html#l00330">unpack()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLPACS_1_1COrderedChain3fp1" doxytag="NLPACS::COrderedChain3f::_IndexInParent" ></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="a03028.html#NLPACS_1_1COrderedChain3fp1">NLPACS::COrderedChain3f::_IndexInParent</a><code> [protected]</code> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +The index of the ochain within the parent chain. +<p> + +<p> +Definition at line <a class="el" href="a05540.html#l00064">64</a> of file <a class="el" href="a05540.html">chain.h</a>. +<p> +Referenced by <a class="el" href="a05540.html#l00077">getIndexInParent()</a>, <a class="el" href="a05539.html#l00199">NLPACS::CChain::make()</a>, <a class="el" href="a05539.html#l00064">serial()</a>, and <a class="el" href="a05540.html#l00330">unpack()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLPACS_1_1COrderedChain3fp2" doxytag="NLPACS::COrderedChain3f::_ParentId" ></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="a03028.html#NLPACS_1_1COrderedChain3fp2">NLPACS::COrderedChain3f::_ParentId</a><code> [protected]</code> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +The parent chain Id. +<p> + +<p> +Definition at line <a class="el" href="a05540.html#l00061">61</a> of file <a class="el" href="a05540.html">chain.h</a>. +<p> +Referenced by <a class="el" href="a05540.html#l00074">getParentId()</a>, <a class="el" href="a05539.html#l00199">NLPACS::CChain::make()</a>, <a class="el" href="a05539.html#l00064">serial()</a>, and <a class="el" href="a05540.html#l00330">unpack()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLPACS_1_1COrderedChain3fp3" doxytag="NLPACS::COrderedChain3f::_Vertices" ></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<<a class="el" href="a03128.html">NLMISC::CVector</a>> <a class="el" href="a03028.html#NLPACS_1_1COrderedChain3fp3">NLPACS::COrderedChain3f::_Vertices</a><code> [protected]</code> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +The vertices of the chain, ordered following x growth. +<p> + +<p> +Definition at line <a class="el" href="a05540.html#l00055">55</a> of file <a class="el" href="a05540.html">chain.h</a>. +<p> +Referenced by <a class="el" href="a05539.html#l00199">NLPACS::CChain::make()</a>. </td> + </tr> +</table> +<hr>The documentation for this class was generated from the following files:<ul> +<li><a class="el" href="a05540.html">chain.h</a><li><a class="el" href="a05539.html">chain.cpp</a></ul> +<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 14:19:46 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> |