diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /docs/doxygen/nel/a03897.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | docs/doxygen/nel/a03897.html | 215 |
1 files changed, 215 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a03897.html b/docs/doxygen/nel/a03897.html new file mode 100644 index 00000000..3e8d7bdf --- /dev/null +++ b/docs/doxygen/nel/a03897.html @@ -0,0 +1,215 @@ +<!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: NLLIGO::SPiece 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>NLLIGO::SPiece Struct Reference</h1><code>#include <<a class="el" href="a06773.html">zone_region.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="a03897.html#NLLIGO_1_1SPiecea0">rotFlip</a> (<a class="el" href="a04558.html#a7">uint8</a> rot, <a class="el" href="a04558.html#a7">uint8</a> flip)</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#a10">sint32</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a03897.html#NLLIGO_1_1SPieceo0">h</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>std::vector< <a class="el" href="a04558.html#a7">uint8</a> > </td><td class="memItemRight" valign=bottom><a class="el" href="a03897.html#NLLIGO_1_1SPieceo1">Tab</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a10">sint32</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a03897.html#NLLIGO_1_1SPieceo2">w</a></td></tr> + +</table> +<hr><h2>Member Function Documentation</h2> +<a class="anchor" name="NLLIGO_1_1SPiecea0" doxytag="NLLIGO::SPiece::rotFlip" ></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 NLLIGO::SPiece::rotFlip </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a7">uint8</a> </td> + <td class="mdname" nowrap> <em>rot</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap><a class="el" href="a04558.html#a7">uint8</a> </td> + <td class="mdname" nowrap> <em>flip</em></td> + </tr> + <tr> + <td></td> + <td class="md">) </td> + <td class="md" colspan="2"></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="a06772.html#l00336">336</a> of file <a class="el" href="a06772.html">zone_region.cpp</a>. +<p> +References <a class="el" href="a06773.html#l00047">h</a>, <a class="el" href="a05981.html#l00099">sint32</a>, <a class="el" href="a06773.html#l00048">Tab</a>, <a class="el" href="a05981.html#l00096">uint8</a>, and <a class="el" href="a05646.html#l00236">w</a>. +<p> +<div class="fragment"><pre>00337 { +00338 <a class="code" href="a04558.html#a7">uint8</a> nTmp; +00339 <a class="code" href="a04558.html#a10">sint32</a> i, j; +00340 +00341 <span class="keywordflow">if</span> (flip == 1) +00342 { +00343 <span class="keywordflow">for</span> (j = 0; j < <a class="code" href="a03897.html#NLLIGO_1_1SPieceo0">h</a>; ++j) +00344 <span class="keywordflow">for</span> (i = 0; i < (<a class="code" href="a04223.html#a575">w</a>/2); ++i) +00345 { +00346 nTmp = <a class="code" href="a03897.html#NLLIGO_1_1SPieceo1">Tab</a>[i+j*<a class="code" href="a04223.html#a575">w</a>]; +00347 Tab[i+j*<a class="code" href="a04223.html#a575">w</a>] = Tab[(<a class="code" href="a04223.html#a575">w</a>-1-i)+j*<a class="code" href="a04223.html#a575">w</a>]; +00348 Tab[(<a class="code" href="a04223.html#a575">w</a>-1-i)+j*<a class="code" href="a04223.html#a575">w</a>] = nTmp; +00349 } +00350 } +00351 +00352 <span class="keywordflow">if</span> (rot == 1) +00353 { +00354 vector<uint8> TabDest; +00355 TabDest.resize (<a class="code" href="a03897.html#NLLIGO_1_1SPieceo1">Tab</a>.size()); +00356 <span class="keywordflow">for</span> (j = 0; j < <a class="code" href="a03897.html#NLLIGO_1_1SPieceo0">h</a>; ++j) +00357 <span class="keywordflow">for</span> (i = 0; i < <a class="code" href="a04223.html#a575">w</a>; ++i) +00358 TabDest[j+i*h] = <a class="code" href="a03897.html#NLLIGO_1_1SPieceo1">Tab</a>[i+(h-1-j)*<a class="code" href="a04223.html#a575">w</a>]; +00359 Tab = TabDest; +00360 i = <a class="code" href="a04223.html#a575">w</a>; +00361 <a class="code" href="a04223.html#a575">w</a> = h; +00362 h = i; +00363 } +00364 +00365 <span class="keywordflow">if</span> (rot == 2) +00366 { +00367 <span class="keywordflow">for</span> (j = 0; j < (<a class="code" href="a03897.html#NLLIGO_1_1SPieceo0">h</a>/2); ++j) +00368 <span class="keywordflow">for</span> (i = 0; i < <a class="code" href="a04223.html#a575">w</a>; ++i) +00369 { +00370 nTmp = <a class="code" href="a03897.html#NLLIGO_1_1SPieceo1">Tab</a>[i+j*<a class="code" href="a04223.html#a575">w</a>]; +00371 Tab[i+j*<a class="code" href="a04223.html#a575">w</a>] = Tab[(<a class="code" href="a04223.html#a575">w</a>-1-i)+(<a class="code" href="a03897.html#NLLIGO_1_1SPieceo0">h</a>-1-j)*<a class="code" href="a04223.html#a575">w</a>]; +00372 Tab[(<a class="code" href="a04223.html#a575">w</a>-1-i)+(<a class="code" href="a03897.html#NLLIGO_1_1SPieceo0">h</a>-1-j)*<a class="code" href="a04223.html#a575">w</a>] = nTmp; +00373 } +00374 <span class="keywordflow">if</span> ((<a class="code" href="a03897.html#NLLIGO_1_1SPieceo0">h</a>/2)*2 != <a class="code" href="a03897.html#NLLIGO_1_1SPieceo0">h</a>) +00375 { +00376 j = (<a class="code" href="a03897.html#NLLIGO_1_1SPieceo0">h</a>/2); +00377 <span class="keywordflow">for</span> (i = 0; i < (<a class="code" href="a04223.html#a575">w</a>/2); ++i) +00378 { +00379 nTmp = <a class="code" href="a03897.html#NLLIGO_1_1SPieceo1">Tab</a>[i+j*<a class="code" href="a04223.html#a575">w</a>]; +00380 Tab[i+j*<a class="code" href="a04223.html#a575">w</a>] = Tab[(<a class="code" href="a04223.html#a575">w</a>-1-i)+j*<a class="code" href="a04223.html#a575">w</a>]; +00381 Tab[(<a class="code" href="a04223.html#a575">w</a>-1-i)+j*<a class="code" href="a04223.html#a575">w</a>] = nTmp; +00382 } +00383 } +00384 } +00385 +00386 <span class="keywordflow">if</span> (rot == 3) +00387 { +00388 vector<uint8> TabDest; +00389 TabDest.resize (<a class="code" href="a03897.html#NLLIGO_1_1SPieceo1">Tab</a>.size()); +00390 <span class="keywordflow">for</span> (j = 0; j < <a class="code" href="a03897.html#NLLIGO_1_1SPieceo0">h</a>; ++j) +00391 <span class="keywordflow">for</span> (i = 0; i < <a class="code" href="a04223.html#a575">w</a>; ++i) +00392 TabDest[j+i*h] = <a class="code" href="a03897.html#NLLIGO_1_1SPieceo1">Tab</a>[<a class="code" href="a04223.html#a575">w</a>-1-i+j*<a class="code" href="a04223.html#a575">w</a>]; +00393 Tab = TabDest; +00394 i = <a class="code" href="a04223.html#a575">w</a>; +00395 <a class="code" href="a04223.html#a575">w</a> = h; +00396 h = i; +00397 } +00398 } +</pre></div> </td> + </tr> +</table> +<hr><h2>Field Documentation</h2> +<a class="anchor" name="NLLIGO_1_1SPieceo0" doxytag="NLLIGO::SPiece::h" ></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="a03897.html#NLLIGO_1_1SPieceo0">NLLIGO::SPiece::h</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="a06773.html#l00047">47</a> of file <a class="el" href="a06773.html">zone_region.h</a>. +<p> +Referenced by <a class="el" href="a06772.html#l00336">rotFlip()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLLIGO_1_1SPieceo1" doxytag="NLLIGO::SPiece::Tab" ></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="a04558.html#a7">uint8</a>> <a class="el" href="a03897.html#NLLIGO_1_1SPieceo1">NLLIGO::SPiece::Tab</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="a06773.html#l00048">48</a> of file <a class="el" href="a06773.html">zone_region.h</a>. +<p> +Referenced by <a class="el" href="a06772.html#l00336">rotFlip()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLLIGO_1_1SPieceo2" doxytag="NLLIGO::SPiece::w" ></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="a03897.html#NLLIGO_1_1SPieceo2">NLLIGO::SPiece::w</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="a06773.html#l00047">47</a> of file <a class="el" href="a06773.html">zone_region.h</a>. </td> + </tr> +</table> +<hr>The documentation for this struct was generated from the following files:<ul> +<li><a class="el" href="a06773.html">zone_region.h</a><li><a class="el" href="a06772.html">zone_region.cpp</a></ul> +<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 12:52:45 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> |