mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-03 02:06:48 +08:00
Publish!
Generated from v6.0.11315.11111-test10
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.8.14"/>
|
||||
<meta name="generator" content="Doxygen 1.8.13"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>openNURBS SDK Help: ON_ObjectArray< T > Class Template Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -22,6 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">openNURBS SDK Help
|
||||
 <span id="projectnumber">6.0</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -29,21 +30,18 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.8.14 -->
|
||||
<!-- Generated by Doxygen 1.8.13 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="../../menudata.js"></script>
|
||||
<script type="text/javascript" src="../../menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(function() {
|
||||
initMenu('../../',true,false,'search.php','Search');
|
||||
$(document).ready(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */</script>
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
@@ -411,8 +409,8 @@ template<class T> </div>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<p>virtual ON_ClassArray<T> override that calls MemoryRelocate on each element after the heap sort. <a class="el" href="../../da/d08/class_o_n___object_array.html#a53ef05dd586f31c2ddb4980185153398">QuickSort()</a> is generally the better choice. </p>
|
||||
<p>The "this->" in this->m_count and this->m_a are needed for gcc 4 to compile. <br />
|
||||
The MemoryRelocate step is required to synch userdata back pointers so the user data destructor will work correctly. </p>
|
||||
<p>The "this->" in this->m_count and this->m_a are needed for gcc 4 to compile.</p>
|
||||
<p>The MemoryRelocate step is required to synch userdata back pointers so the user data destructor will work correctly. </p>
|
||||
|
||||
<p>Reimplemented from <a class="el" href="../../dd/d40/class_o_n___class_array.html#aeacff55bc065868229f3269bb47d0e31">ON_ClassArray< T ></a>.</p>
|
||||
|
||||
@@ -464,8 +462,8 @@ template<class T> </div>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<p>virtual ON_ClassArray<T> override that calls MemoryRelocate on each element after the quick sort. </p>
|
||||
<p>The "this->" in this->m_count and this->m_a are needed for gcc 4 to compile. <br />
|
||||
The MemoryRelocate step is required to synch userdata back pointers so the user data destructor will work correctly. </p>
|
||||
<p>The "this->" in this->m_count and this->m_a are needed for gcc 4 to compile.</p>
|
||||
<p>The MemoryRelocate step is required to synch userdata back pointers so the user data destructor will work correctly. </p>
|
||||
|
||||
<p>Reimplemented from <a class="el" href="../../dd/d40/class_o_n___class_array.html#aaaccc2915ed9407ed77e5355ed02f61a">ON_ClassArray< T ></a>.</p>
|
||||
|
||||
@@ -516,9 +514,9 @@ template<class T> </div>
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Fri Jan 26 2018 12:38:22 for openNURBS SDK Help by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Fri Jan 26 2018 04:54:32 for openNURBS SDK Help by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.14
|
||||
</a> 1.8.13
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user