2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< 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.17" / >
2023-04-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: positionOrdered Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< 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 >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1positionOrdered.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pri-methods" > Private Member Functions< / a > |
< a href = "#pri-attribs" > Private Attributes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1positionOrdered-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > positionOrdered Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for positionOrdered:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1positionOrdered__inherit__graph.png" border = "0" usemap = "#positionOrdered_inherit__map" alt = "Inheritance graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for positionOrdered:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1positionOrdered__coll__graph.png" border = "0" usemap = "#positionOrdered_coll__map" alt = "Collaboration graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa26a5c40049731b818daaeb59396e2bc" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#aa26a5c40049731b818daaeb59396e2bc" > TypeInfo< / a > (" ordered" )< / td > < / tr >
< tr class = "separator:aa26a5c40049731b818daaeb59396e2bc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8092a5a2494d66023e26f4318165569b" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#a8092a5a2494d66023e26f4318165569b" > positionOrdered< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & control, const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a8092a5a2494d66023e26f4318165569b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:aeeea73d4f6dff0fb07b3252baaa40987" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#aeeea73d4f6dff0fb07b3252baaa40987" > add_vCtor< / a > (< a class = "el" href = "classpFlow_1_1positionParticles.html" > positionParticles< / a > , < a class = "el" href = "classpFlow_1_1positionOrdered.html" > positionOrdered< / a > , < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > )< / td > < / tr >
< tr class = "separator:aeeea73d4f6dff0fb07b3252baaa40987" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a297be270b0cb3ef1ea26c8570c62599c" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#a297be270b0cb3ef1ea26c8570c62599c" > ~positionOrdered< / a > () final=default< / td > < / tr >
< tr class = "separator:a297be270b0cb3ef1ea26c8570c62599c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1bf5473c8bf12a203edefc47399863c8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#a1bf5473c8bf12a203edefc47399863c8" > numPoints< / a > () const final< / td > < / tr >
< tr class = "separator:a1bf5473c8bf12a203edefc47399863c8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2df0c214af55a90b8bf1b207926a3a3f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#a2df0c214af55a90b8bf1b207926a3a3f" > size< / a > () const final< / td > < / tr >
< tr class = "separator:a2df0c214af55a90b8bf1b207926a3a3f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aca2904f2f2125a14a7688b6bd6c71448" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#aca2904f2f2125a14a7688b6bd6c71448" > maxDiameter< / a > () const final< / td > < / tr >
< tr class = "separator:aca2904f2f2125a14a7688b6bd6c71448" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5eca8f98167de7f17d2d30d85dd35e8f" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#a5eca8f98167de7f17d2d30d85dd35e8f" > position< / a > () const final< / td > < / tr >
< tr class = "separator:a5eca8f98167de7f17d2d30d85dd35e8f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4fa26d6faeafc9a283d3663973952bc8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#a4fa26d6faeafc9a283d3663973952bc8" > position< / a > () final< / td > < / tr >
< tr class = "separator:a4fa26d6faeafc9a283d3663973952bc8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pub_methods_classpFlow_1_1positionParticles" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1positionParticles')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1positionParticles.html" > positionParticles< / a > < / td > < / tr >
< tr class = "memitem:a7eeb12a9a46010fc76a2aa1dad2135fa inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a7eeb12a9a46010fc76a2aa1dad2135fa" > TypeInfo< / a > (" positionParticles" )< / td > < / tr >
< tr class = "separator:a7eeb12a9a46010fc76a2aa1dad2135fa inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a4a89d916707f0aa0fee7f576c093b762 inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a4a89d916707f0aa0fee7f576c093b762" > positionParticles< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & control, const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a4a89d916707f0aa0fee7f576c093b762 inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab5796709a5ef2f7d5161201c0c6fdff1 inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#ab5796709a5ef2f7d5161201c0c6fdff1" > create_vCtor< / a > (< a class = "el" href = "classpFlow_1_1positionParticles.html" > positionParticles< / a > , < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > ,(< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & control, const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict),(control, dict))< / td > < / tr >
< tr class = "separator:ab5796709a5ef2f7d5161201c0c6fdff1 inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a374f0c7801a2613b27347d68753ef70a inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a374f0c7801a2613b27347d68753ef70a" > ~positionParticles< / a > ()=default< / td > < / tr >
< tr class = "separator:a374f0c7801a2613b27347d68753ef70a inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a491d05a362f726009373ec1d28e4de8c inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a491d05a362f726009373ec1d28e4de8c" > mortonSorting< / a > () const< / td > < / tr >
< tr class = "separator:a491d05a362f726009373ec1d28e4de8c inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8bff8b2c87f746593959236dbe45974f inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a8bff8b2c87f746593959236dbe45974f" > maxNumberOfParticles< / a > () const< / td > < / tr >
< tr class = "separator:a8bff8b2c87f746593959236dbe45974f inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:adaf43bf7eef63499afd8a277636d8114 inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#adaf43bf7eef63499afd8a277636d8114" > getFinalPosition< / a > ()< / td > < / tr >
< tr class = "separator:adaf43bf7eef63499afd8a277636d8114 inherit pub_methods_classpFlow_1_1positionParticles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-methods" > < / a >
Private Member Functions< / h2 > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ae64068f6cc0992b2a453f414a3c6286c" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#ae64068f6cc0992b2a453f414a3c6286c" > findAxisIndex< / a > ()< / td > < / tr >
< tr class = "separator:ae64068f6cc0992b2a453f414a3c6286c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a18454745f27f5d71dc681199f801675d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#a18454745f27f5d71dc681199f801675d" > positionPointsOrdered< / a > ()< / td > < / tr >
< tr class = "separator:a18454745f27f5d71dc681199f801675d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ac662965432486e8e31ed594448bc6893" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#ac662965432486e8e31ed594448bc6893" > poDict_< / a > < / td > < / tr >
< tr class = "separator:ac662965432486e8e31ed594448bc6893" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5a985e0df87ccead6a8c5dc17917856e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#a5a985e0df87ccead6a8c5dc17917856e" > diameter_< / a > < / td > < / tr >
< tr class = "separator:a5a985e0df87ccead6a8c5dc17917856e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7b01e70009846816b3405287de5e5193" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#a7b01e70009846816b3405287de5e5193" > numPoints_< / a > < / td > < / tr >
< tr class = "separator:a7b01e70009846816b3405287de5e5193" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a97d143acc011387029f49e7c5acf7cdf" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#ac2c8831a940f11de069cd73eb255b3ae" > wordList< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#a97d143acc011387029f49e7c5acf7cdf" > axisOrder_< / a > < / td > < / tr >
< tr class = "separator:a97d143acc011387029f49e7c5acf7cdf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab0af85f12750119fe2884c59cdae33e3" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#ab0af85f12750119fe2884c59cdae33e3" > uVector1_< / a > < / td > < / tr >
< tr class = "separator:ab0af85f12750119fe2884c59cdae33e3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a19ceb9d85ae9173a1e547f21e21c13bf" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#a19ceb9d85ae9173a1e547f21e21c13bf" > uVector2_< / a > < / td > < / tr >
< tr class = "separator:a19ceb9d85ae9173a1e547f21e21c13bf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9922dfb7175fa3effd633822762e73cf" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#a9922dfb7175fa3effd633822762e73cf" > uVector3_< / a > < / td > < / tr >
< tr class = "separator:a9922dfb7175fa3effd633822762e73cf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a56f883f3aedea00c95a16c93d6a245ac" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionOrdered.html#a56f883f3aedea00c95a16c93d6a245ac" > position_< / a > < / td > < / tr >
< tr class = "separator:a56f883f3aedea00c95a16c93d6a245ac" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "inherited" > < / a >
Additional Inherited Members< / h2 > < / td > < / tr >
< tr class = "inherit_header pub_static_methods_classpFlow_1_1positionParticles" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_static_methods_classpFlow_1_1positionParticles')" > < img src = "closed.png" alt = "-" / >   Static Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1positionParticles.html" > positionParticles< / a > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a0d95474ff75022a4da26bee4db2583e9 inherit pub_static_methods_classpFlow_1_1positionParticles" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1positionParticles.html" > positionParticles< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a0d95474ff75022a4da26bee4db2583e9" > create< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & control, const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a0d95474ff75022a4da26bee4db2583e9 inherit pub_static_methods_classpFlow_1_1positionParticles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_methods_classpFlow_1_1positionParticles" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classpFlow_1_1positionParticles')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classpFlow_1_1positionParticles.html" > positionParticles< / a > < / td > < / tr >
< tr class = "memitem:a4291be87d5446e47eccee050394168e7 inherit pro_methods_classpFlow_1_1positionParticles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a4291be87d5446e47eccee050394168e7" > pRegion< / a > () const< / td > < / tr >
< tr class = "separator:a4291be87d5446e47eccee050394168e7 inherit pro_methods_classpFlow_1_1positionParticles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pro_static_attribs_classpFlow_1_1positionParticles" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_static_attribs_classpFlow_1_1positionParticles')" > < img src = "closed.png" alt = "-" / >   Static Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1positionParticles.html" > positionParticles< / a > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a92a4f2fa1dd66ffc6800d84f5395dd5e inherit pro_static_attribs_classpFlow_1_1positionParticles" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a92a4f2fa1dd66ffc6800d84f5395dd5e" > numReports_< / a > = 40< / td > < / tr >
< tr class = "separator:a92a4f2fa1dd66ffc6800d84f5395dd5e inherit pro_static_attribs_classpFlow_1_1positionParticles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00030" > 30< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a8092a5a2494d66023e26f4318165569b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8092a5a2494d66023e26f4318165569b" > ◆ < / a > < / span > positionOrdered()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1positionOrdered.html" > positionOrdered< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td >
< td class = "paramname" > < em > control< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < em > dict< / em >   < / td >
< / tr >
< tr >
2023-03-27 10:16:23 -07:00
< td > < / td >
2025-01-10 13:02:07 +03:30
< td > )< / td >
< td > < / td > < td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8cpp_source.html#l00124" > 124< / a > of file < a class = "el" href = "positionOrdered_8cpp_source.html" > positionOrdered.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a297be270b0cb3ef1ea26c8570c62599c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a297be270b0cb3ef1ea26c8570c62599c" > ◆ < / a > < / span > ~positionOrdered()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > ~< a class = "el" href = "classpFlow_1_1positionOrdered.html" > positionOrdered< / a > < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > final< / span > < span class = "mlabel" > default< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "ae64068f6cc0992b2a453f414a3c6286c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae64068f6cc0992b2a453f414a3c6286c" > ◆ < / a > < / span > findAxisIndex()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool findAxisIndex < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8cpp_source.html#l00026" > 26< / a > of file < a class = "el" href = "positionOrdered_8cpp_source.html" > positionOrdered.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "positionOrdered_8hpp_source.html#l00042" > positionOrdered::axisOrder_< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "ListI_8hpp_source.html#l00082" > List< T > ::size()< / a > , < a class = "el" href = "positionOrdered_8hpp_source.html#l00045" > positionOrdered::uVector1_< / a > , < a class = "el" href = "positionOrdered_8hpp_source.html#l00048" > positionOrdered::uVector2_< / a > , and < a class = "el" href = "positionOrdered_8hpp_source.html#l00051" > positionOrdered::uVector3_< / a > .< / p >
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1positionOrdered_ae64068f6cc0992b2a453f414a3c6286c_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionOrdered_ae64068f6cc0992b2a453f414a3c6286c_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a18454745f27f5d71dc681199f801675d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a18454745f27f5d71dc681199f801675d" > ◆ < / a > < / span > positionPointsOrdered()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool positionPointsOrdered < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8cpp_source.html#l00078" > 78< / a > of file < a class = "el" href = "positionOrdered_8cpp_source.html" > positionOrdered.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "quadrupleFwd_8hpp.html#a6b8bdd44e6ac0d39b65ebd0eef5d4600" > dot()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , and < a class = "el" href = "NBSLoop_8hpp_source.html#l00024" > n< / a > .< / p >
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1positionOrdered_a18454745f27f5d71dc681199f801675d_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionOrdered_a18454745f27f5d71dc681199f801675d_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa26a5c40049731b818daaeb59396e2bc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa26a5c40049731b818daaeb59396e2bc" > ◆ < / a > < / span > TypeInfo()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfo < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > " ordered"   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aeeea73d4f6dff0fb07b3252baaa40987" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeeea73d4f6dff0fb07b3252baaa40987" > ◆ < / a > < / span > add_vCtor()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > add_vCtor < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1positionParticles.html" > positionParticles< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1positionOrdered.html" > positionOrdered< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a >   < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a1bf5473c8bf12a203edefc47399863c8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1bf5473c8bf12a203edefc47399863c8" > ◆ < / a > < / span > numPoints()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numPoints < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > final< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1positionParticles.html#a6450a78138fbf1ee37d41ba27bb04cb4" > positionParticles< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00079" > 79< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "positionOrdered_8hpp_source.html#l00054" > positionOrdered::position_< / a > , and < a class = "el" href = "Vector_8hpp_source.html#l00265" > Vector< T, Allocator > ::size()< / a > .< / p >
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1positionOrdered_a1bf5473c8bf12a203edefc47399863c8_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionOrdered_a1bf5473c8bf12a203edefc47399863c8_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a2df0c214af55a90b8bf1b207926a3a3f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2df0c214af55a90b8bf1b207926a3a3f" > ◆ < / a > < / span > size()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > size < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > final< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1positionParticles.html#a186b30b9dfd8acd23958c14faaf92101" > positionParticles< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00084" > 84< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "positionOrdered_8hpp_source.html#l00054" > positionOrdered::position_< / a > , and < a class = "el" href = "Vector_8hpp_source.html#l00265" > Vector< T, Allocator > ::size()< / a > .< / p >
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1positionOrdered_a2df0c214af55a90b8bf1b207926a3a3f_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionOrdered_a2df0c214af55a90b8bf1b207926a3a3f_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aca2904f2f2125a14a7688b6bd6c71448" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aca2904f2f2125a14a7688b6bd6c71448" > ◆ < / a > < / span > maxDiameter()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > maxDiameter < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > final< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1positionParticles.html#a2a11f8c764338603f765f909cf36f250" > positionParticles< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00089" > 89< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "positionOrdered_8hpp_source.html#l00038" > positionOrdered::diameter_< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a5eca8f98167de7f17d2d30d85dd35e8f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5eca8f98167de7f17d2d30d85dd35e8f" > ◆ < / a > < / span > position() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & position < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > final< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1positionParticles.html#a843693a42017b1ec8c292940e210ca88" > positionParticles< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00095" > 95< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "positionOrdered_8hpp_source.html#l00054" > positionOrdered::position_< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a4fa26d6faeafc9a283d3663973952bc8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4fa26d6faeafc9a283d3663973952bc8" > ◆ < / a > < / span > position() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & position < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > final< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1positionParticles.html#a24f9defaf5e36032aeb7f7eb3c61c74e" > positionParticles< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00101" > 101< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "positionOrdered_8hpp_source.html#l00054" > positionOrdered::position_< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "ac662965432486e8e31ed594448bc6893" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac662965432486e8e31ed594448bc6893" > ◆ < / a > < / span > poDict_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > poDict_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00036" > 36< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a5a985e0df87ccead6a8c5dc17917856e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5a985e0df87ccead6a8c5dc17917856e" > ◆ < / a > < / span > diameter_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > diameter_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "positionOrdered_8hpp_source.html#l00089" > positionOrdered::maxDiameter()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a7b01e70009846816b3405287de5e5193" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7b01e70009846816b3405287de5e5193" > ◆ < / a > < / span > numPoints_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numPoints_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a97d143acc011387029f49e7c5acf7cdf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a97d143acc011387029f49e7c5acf7cdf" > ◆ < / a > < / span > axisOrder_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#ac2c8831a940f11de069cd73eb255b3ae" > wordList< / a > axisOrder_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "positionOrdered_8cpp_source.html#l00026" > positionOrdered::findAxisIndex()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ab0af85f12750119fe2884c59cdae33e3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab0af85f12750119fe2884c59cdae33e3" > ◆ < / a > < / span > uVector1_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > uVector1_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00045" > 45< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "positionOrdered_8cpp_source.html#l00026" > positionOrdered::findAxisIndex()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a19ceb9d85ae9173a1e547f21e21c13bf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a19ceb9d85ae9173a1e547f21e21c13bf" > ◆ < / a > < / span > uVector2_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > uVector2_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00048" > 48< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "positionOrdered_8cpp_source.html#l00026" > positionOrdered::findAxisIndex()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a9922dfb7175fa3effd633822762e73cf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9922dfb7175fa3effd633822762e73cf" > ◆ < / a > < / span > uVector3_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > uVector3_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00051" > 51< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "positionOrdered_8cpp_source.html#l00026" > positionOrdered::findAxisIndex()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a56f883f3aedea00c95a16c93d6a245ac" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a56f883f3aedea00c95a16c93d6a245ac" > ◆ < / a > < / span > position_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > position_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionOrdered_8hpp_source.html#l00054" > 54< / a > of file < a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "positionOrdered_8hpp_source.html#l00079" > positionOrdered::numPoints()< / a > , < a class = "el" href = "positionOrdered_8hpp_source.html#l00095" > positionOrdered::position()< / a > , and < a class = "el" href = "positionOrdered_8hpp_source.html#l00084" > positionOrdered::size()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > utilities/particlesPhasicFlow/positionOrdered/< a class = "el" href = "positionOrdered_8hpp_source.html" > positionOrdered.hpp< / a > < / li >
< li > utilities/particlesPhasicFlow/positionOrdered/< a class = "el" href = "positionOrdered_8cpp_source.html" > positionOrdered.cpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1positionOrdered.html" > positionOrdered< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.17 < / li >
< / ul >
< / div >
< / body >
< / html >