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: positionParticles 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_1positionParticles.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 > |
< a href = "#pub-static-methods" > Static Public Member Functions< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
< a href = "#pro-static-attribs" > Static Protected Attributes< / 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_1positionParticles-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > positionParticles Class Reference< span class = "mlabels" > < span class = "mlabel" > abstract< / span > < / span > < / 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 positionParticles:< / 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_1positionParticles__inherit__graph.png" border = "0" usemap = "#positionParticles_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 positionParticles:< / 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_1positionParticles__coll__graph.png" border = "0" usemap = "#positionParticles_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 >
< tr class = "memitem:a7eeb12a9a46010fc76a2aa1dad2135fa" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a4a89d916707f0aa0fee7f576c093b762" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab5796709a5ef2f7d5161201c0c6fdff1" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a374f0c7801a2613b27347d68753ef70a" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a491d05a362f726009373ec1d28e4de8c" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8bff8b2c87f746593959236dbe45974f" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6450a78138fbf1ee37d41ba27bb04cb4" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a6450a78138fbf1ee37d41ba27bb04cb4" > numPoints< / a > () const =0< / td > < / tr >
< tr class = "separator:a6450a78138fbf1ee37d41ba27bb04cb4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a186b30b9dfd8acd23958c14faaf92101" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a186b30b9dfd8acd23958c14faaf92101" > size< / a > () const =0< / td > < / tr >
< tr class = "separator:a186b30b9dfd8acd23958c14faaf92101" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a2a11f8c764338603f765f909cf36f250" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a2a11f8c764338603f765f909cf36f250" > maxDiameter< / a > () const =0< / td > < / tr >
< tr class = "separator:a2a11f8c764338603f765f909cf36f250" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a843693a42017b1ec8c292940e210ca88" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a843693a42017b1ec8c292940e210ca88" > position< / a > () const =0< / td > < / tr >
< tr class = "separator:a843693a42017b1ec8c292940e210ca88" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a24f9defaf5e36032aeb7f7eb3c61c74e" > < 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#a24f9defaf5e36032aeb7f7eb3c61c74e" > position< / a > ()=0< / td > < / tr >
< tr class = "separator:a24f9defaf5e36032aeb7f7eb3c61c74e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adaf43bf7eef63499afd8a277636d8114" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-methods" > < / a >
Static Public Member Functions< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a0d95474ff75022a4da26bee4db2583e9" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a4291be87d5446e47eccee050394168e7" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-static-attribs" > < / a >
Static Protected Attributes< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a92a4f2fa1dd66ffc6800d84f5395dd5e" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-methods" > < / a >
Private Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ad42834cb8502ea018142a394b9abf35d" > < 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_1positionParticles.html#ad42834cb8502ea018142a394b9abf35d" > sortByMortonCode< / a > (const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & < a class = "el" href = "classpFlow_1_1positionParticles.html#a843693a42017b1ec8c292940e210ca88" > position< / a > ) const< / td > < / tr >
< tr class = "separator:ad42834cb8502ea018142a394b9abf35d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:af5c2a2fe246051f18b23a3fd1bf23249" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1peakableRegion.html" > peakableRegion< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#af5c2a2fe246051f18b23a3fd1bf23249" > pRegion_< / a > = nullptr< / td > < / tr >
< tr class = "separator:af5c2a2fe246051f18b23a3fd1bf23249" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a37167fb07f706caaabf8a3d6c726988c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a37167fb07f706caaabf8a3d6c726988c" > regionType_< / a > < / td > < / tr >
< tr class = "separator:a37167fb07f706caaabf8a3d6c726988c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aefc69dd91ebd0af9e9d3ed743664dd0b" > < 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_1positionParticles.html#aefc69dd91ebd0af9e9d3ed743664dd0b" > maxNumberOfParticles_< / a > = 10000< / td > < / tr >
< tr class = "separator:aefc69dd91ebd0af9e9d3ed743664dd0b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a81854bc960bd812874046052ee916ae5" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a81854bc960bd812874046052ee916ae5" > mortonSorting_< / a > < / td > < / tr >
< tr class = "separator:a81854bc960bd812874046052ee916ae5" > < 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00035" > 35< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a4a89d916707f0aa0fee7f576c093b762" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4a89d916707f0aa0fee7f576c093b762" > ◆ < / a > < / span > positionParticles()< / 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_1positionParticles.html" > positionParticles< / 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 = "positionParticles_8cpp_source.html#l00075" > 75< / a > of file < a class = "el" href = "positionParticles_8cpp_source.html" > positionParticles.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 = "peakableRegion_8cpp_source.html#l00036" > peakableRegion::create()< / a > , < a class = "el" href = "vocabs_8hpp_source.html#l00039" > pFlow::domainFile__< / a > , < a class = "el" href = "objectFile_8hpp_source.html#l00036" > objectFile::READ_ALWAYS< / a > , < a class = "el" href = "systemControl_8hpp_source.html#l00105" > systemControl::settings()< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00560" > dictionary::subDict()< / a > , and < a class = "el" href = "objectFile_8hpp_source.html#l00044" > objectFile::WRITE_NEVER< / a > .< / p >
2023-04-02 14:53:54 -07:00
< 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;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1positionParticles_a4a89d916707f0aa0fee7f576c093b762_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionParticles_a4a89d916707f0aa0fee7f576c093b762_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "a374f0c7801a2613b27347d68753ef70a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a374f0c7801a2613b27347d68753ef70a" > ◆ < / a > < / span > ~positionParticles()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual ~< a class = "el" href = "classpFlow_1_1positionParticles.html" > positionParticles< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "ad42834cb8502ea018142a394b9abf35d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad42834cb8502ea018142a394b9abf35d" > ◆ < / a > < / span > sortByMortonCode()< / 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#aede0f5a4a44d271e4e260cdb01032a61" > pFlow::realx3Vector< / a > sortByMortonCode < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > position< / em > < / 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" > 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 = "positionParticles_8cpp_source.html#l00026" > 26< / a > of file < a class = "el" href = "positionParticles_8cpp_source.html" > positionParticles.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 = "streams_8hpp_source.html#l00044" > END_WARNING< / a > , < a class = "el" href = "classpFlow_1_1positionParticles.html#a843693a42017b1ec8c292940e210ca88" > positionParticles::position()< / a > , and < a class = "el" href = "streams_8hpp_source.html#l00043" > WARNING< / a > .< / p >
2023-04-02 14:53:54 -07:00
< 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;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1positionParticles_ad42834cb8502ea018142a394b9abf35d_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionParticles_ad42834cb8502ea018142a394b9abf35d_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a4291be87d5446e47eccee050394168e7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4291be87d5446e47eccee050394168e7" > ◆ < / a > < / span > pRegion()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const auto& pRegion < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00055" > 55< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "positionParticles_8hpp_source.html#l00039" > positionParticles::pRegion_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "positionRandom_8cpp_source.html#l00027" > positionRandom::positionOnePass()< / 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 caller graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1positionParticles_a4291be87d5446e47eccee050394168e7_icgraph.png" border = "0" usemap = "#classpFlow_1_1positionParticles_a4291be87d5446e47eccee050394168e7_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "a7eeb12a9a46010fc76a2aa1dad2135fa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7eeb12a9a46010fc76a2aa1dad2135fa" > ◆ < / a > < / span > TypeInfo()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfo < / td >
< td > (< / td >
< td class = "paramtype" > " positionParticles"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab5796709a5ef2f7d5161201c0c6fdff1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab5796709a5ef2f7d5161201c0c6fdff1" > ◆ < / a > < / span > create_vCtor()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > create_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_1dictionary.html" > dictionary< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & control, const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)  < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > (control, dict)  < / td >
2023-03-27 10:16:23 -07:00
< 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 = "a491d05a362f726009373ec1d28e4de8c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a491d05a362f726009373ec1d28e4de8c" > ◆ < / a > < / span > mortonSorting()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool mortonSorting < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00081" > 81< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "positionParticles_8hpp_source.html#l00045" > positionParticles::mortonSorting_< / a > .< / p >
< / div >
< / div >
< a id = "a8bff8b2c87f746593959236dbe45974f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8bff8b2c87f746593959236dbe45974f" > ◆ < / a > < / span > maxNumberOfParticles()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > auto maxNumberOfParticles < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00087" > 87< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "positionParticles_8hpp_source.html#l00043" > positionParticles::maxNumberOfParticles_< / a > .< / p >
< / div >
< / div >
< a id = "a6450a78138fbf1ee37d41ba27bb04cb4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6450a78138fbf1ee37d41ba27bb04cb4" > ◆ < / 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" > virtual < 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" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1positionOrdered.html#a1bf5473c8bf12a203edefc47399863c8" > positionOrdered< / a > , < a class = "el" href = "classpFlow_1_1positionRandom.html#a1bf5473c8bf12a203edefc47399863c8" > positionRandom< / a > , and < a class = "el" href = "classpFlow_1_1empty.html#a1bf5473c8bf12a203edefc47399863c8" > empty< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a186b30b9dfd8acd23958c14faaf92101" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a186b30b9dfd8acd23958c14faaf92101" > ◆ < / 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" > virtual < 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" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1positionOrdered.html#a2df0c214af55a90b8bf1b207926a3a3f" > positionOrdered< / a > , < a class = "el" href = "classpFlow_1_1positionRandom.html#a2df0c214af55a90b8bf1b207926a3a3f" > positionRandom< / a > , and < a class = "el" href = "classpFlow_1_1empty.html#a2df0c214af55a90b8bf1b207926a3a3f" > empty< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a2a11f8c764338603f765f909cf36f250" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2a11f8c764338603f765f909cf36f250" > ◆ < / a > < / span > maxDiameter()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < 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" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1positionRandom.html#ae3b32de6c397355671e202e0d0c24cd8" > positionRandom< / a > , < a class = "el" href = "classpFlow_1_1positionOrdered.html#aca2904f2f2125a14a7688b6bd6c71448" > positionOrdered< / a > , and < a class = "el" href = "classpFlow_1_1empty.html#aca2904f2f2125a14a7688b6bd6c71448" > empty< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a843693a42017b1ec8c292940e210ca88" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a843693a42017b1ec8c292940e210ca88" > ◆ < / a > < / span > position() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & position < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1positionOrdered.html#a5eca8f98167de7f17d2d30d85dd35e8f" > positionOrdered< / a > , < a class = "el" href = "classpFlow_1_1positionRandom.html#a5eca8f98167de7f17d2d30d85dd35e8f" > positionRandom< / a > , and < a class = "el" href = "classpFlow_1_1empty.html#a5eca8f98167de7f17d2d30d85dd35e8f" > empty< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "positionParticles_8cpp_source.html#l00026" > positionParticles::sortByMortonCode()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< 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 caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1positionParticles_a843693a42017b1ec8c292940e210ca88_icgraph.png" border = "0" usemap = "#classpFlow_1_1positionParticles_a843693a42017b1ec8c292940e210ca88_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a24f9defaf5e36032aeb7f7eb3c61c74e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a24f9defaf5e36032aeb7f7eb3c61c74e" > ◆ < / a > < / span > position() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & position < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1positionOrdered.html#a4fa26d6faeafc9a283d3663973952bc8" > positionOrdered< / a > , < a class = "el" href = "classpFlow_1_1positionRandom.html#a4fa26d6faeafc9a283d3663973952bc8" > positionRandom< / a > , and < a class = "el" href = "classpFlow_1_1empty.html#a4fa26d6faeafc9a283d3663973952bc8" > empty< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "adaf43bf7eef63499afd8a277636d8114" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adaf43bf7eef63499afd8a277636d8114" > ◆ < / a > < / span > getFinalPosition()< / 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" > pFlow::realx3Vector< / a > getFinalPosition < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8cpp_source.html#l00112" > 112< / a > of file < a class = "el" href = "positionParticles_8cpp_source.html" > positionParticles.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a0d95474ff75022a4da26bee4db2583e9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0d95474ff75022a4da26bee4db2583e9" > ◆ < / a > < / span > create()< / 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 = "classpFlow_1_1uniquePtr.html" > pFlow::uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1positionParticles.html" > pFlow::positionParticles< / a > > create < / 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 >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8cpp_source.html#l00128" > 128< / a > of file < a class = "el" href = "positionParticles_8cpp_source.html" > positionParticles.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#l00070" > fatalError< / a > , < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > , < a class = "el" href = "dictionary_8hpp_source.html#l00379" > dictionary::getVal()< / a > , and < a class = "el" href = "namespacepFlow.html#a9c4454c5f18c8245eaaebf2b4832eab0" > pFlow::printKeys()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "particlesPhasicFlow_8cpp_source.html#l00032" > main()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1positionParticles_a0d95474ff75022a4da26bee4db2583e9_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionParticles_a0d95474ff75022a4da26bee4db2583e9_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1positionParticles_a0d95474ff75022a4da26bee4db2583e9_icgraph.png" border = "0" usemap = "#classpFlow_1_1positionParticles_a0d95474ff75022a4da26bee4db2583e9_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "af5c2a2fe246051f18b23a3fd1bf23249" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af5c2a2fe246051f18b23a3fd1bf23249" > ◆ < / a > < / span > pRegion_< / 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_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1peakableRegion.html" > peakableRegion< / a > > pRegion_ = nullptr< / 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00039" > 39< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "positionParticles_8hpp_source.html#l00055" > positionParticles::pRegion()< / a > .< / p >
< / div >
< / div >
< a id = "a37167fb07f706caaabf8a3d6c726988c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a37167fb07f706caaabf8a3d6c726988c" > ◆ < / a > < / span > regionType_< / 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#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > regionType_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
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 = "positionParticles_8hpp_source.html#l00041" > 41< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aefc69dd91ebd0af9e9d3ed743664dd0b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aefc69dd91ebd0af9e9d3ed743664dd0b" > ◆ < / a > < / span > maxNumberOfParticles_< / 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 > maxNumberOfParticles_ = 10000< / 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "positionParticles_8hpp_source.html#l00087" > positionParticles::maxNumberOfParticles()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a81854bc960bd812874046052ee916ae5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a81854bc960bd812874046052ee916ae5" > ◆ < / a > < / span > mortonSorting_< / 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_1Logical.html" > Logical< / a > mortonSorting_< / 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 = "positionParticles_8hpp_source.html#l00045" > 45< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "positionParticles_8hpp_source.html#l00081" > positionParticles::mortonSorting()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a92a4f2fa1dd66ffc6800d84f5395dd5e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a92a4f2fa1dd66ffc6800d84f5395dd5e" > ◆ < / a > < / span > numReports_< / 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#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numReports_ = 40< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00053" > 53< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / 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/positionParticles/< a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > < / li >
< li > utilities/particlesPhasicFlow/positionParticles/< a class = "el" href = "positionParticles_8cpp_source.html" > positionParticles.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_1positionParticles.html" > positionParticles< / 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 >