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: positionRandom 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_1positionRandom.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_1positionRandom-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > positionRandom 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 positionRandom:< / 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_1positionRandom__inherit__graph.png" border = "0" usemap = "#positionRandom_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 positionRandom:< / 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_1positionRandom__coll__graph.png" border = "0" usemap = "#positionRandom_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:ad2667bf4672731facfda0e078b24061e" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionRandom.html#ad2667bf4672731facfda0e078b24061e" > TypeInfo< / a > (" random" )< / td > < / tr >
< tr class = "separator:ad2667bf4672731facfda0e078b24061e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab02eff586a079e3adbb11e0a056c1e39" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionRandom.html#ab02eff586a079e3adbb11e0a056c1e39" > positionRandom< / 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:ab02eff586a079e3adbb11e0a056c1e39" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ab97c95d47e799fff0489fe8e09de45c1" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionRandom.html#ab97c95d47e799fff0489fe8e09de45c1" > add_vCtor< / a > (< a class = "el" href = "classpFlow_1_1positionParticles.html" > positionParticles< / a > , < a class = "el" href = "classpFlow_1_1positionRandom.html" > positionRandom< / a > , < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > )< / td > < / tr >
< tr class = "separator:ab97c95d47e799fff0489fe8e09de45c1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ab52e971e845adb2d07c9f04470f6b472" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionRandom.html#ab52e971e845adb2d07c9f04470f6b472" > ~positionRandom< / a > () final=default< / td > < / tr >
< tr class = "separator:ab52e971e845adb2d07c9f04470f6b472" > < 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_1positionRandom.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_1positionRandom.html#a2df0c214af55a90b8bf1b207926a3a3f" > size< / a > () const final< / td > < / tr >
< tr class = "separator:a2df0c214af55a90b8bf1b207926a3a3f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ae3b32de6c397355671e202e0d0c24cd8" > < 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_1positionRandom.html#ae3b32de6c397355671e202e0d0c24cd8" > maxDiameter< / a > () const override< / td > < / tr >
< tr class = "separator:ae3b32de6c397355671e202e0d0c24cd8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< 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_1positionRandom.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_1positionRandom.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 >
< tr class = "memitem:a07f81872499e984c238978e487d6045c" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionRandom.html#a07f81872499e984c238978e487d6045c" > positionOnePass< / a > (< a class = "el" href = "classpFlow_1_1collisionCheck.html" > collisionCheck< / a > & collCheck)< / td > < / tr >
< tr class = "separator:a07f81872499e984c238978e487d6045c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ab617885440849e843c67a3307d73f29b" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionRandom.html#ab617885440849e843c67a3307d73f29b" > positionPointsRandom< / a > ()< / td > < / tr >
< tr class = "separator:ab617885440849e843c67a3307d73f29b" > < 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:a7297f5e9486c4152f347ba567c86fe97" > < 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_1positionRandom.html#a7297f5e9486c4152f347ba567c86fe97" > prDict_< / a > < / td > < / tr >
< tr class = "separator:a7297f5e9486c4152f347ba567c86fe97" > < 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_1positionRandom.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_1positionRandom.html#a7b01e70009846816b3405287de5e5193" > numPoints_< / a > < / td > < / tr >
< tr class = "separator:a7b01e70009846816b3405287de5e5193" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afad65203e3f90a46212f9b4c6ec06906" > < 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_1positionRandom.html#afad65203e3f90a46212f9b4c6ec06906" > maxIterations_< / a > < / td > < / tr >
< tr class = "separator:afad65203e3f90a46212f9b4c6ec06906" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< 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_1positionRandom.html#a56f883f3aedea00c95a16c93d6a245ac" > position_< / a > < / td > < / tr >
< tr class = "separator:a56f883f3aedea00c95a16c93d6a245ac" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ad3d10a8bc8ebc47c0d3f5c316e7930cd" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a56fe59023e353f0f237688c06fbfd441" > realVector< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionRandom.html#ad3d10a8bc8ebc47c0d3f5c316e7930cd" > diameters_< / a > < / td > < / tr >
< tr class = "separator:ad3d10a8bc8ebc47c0d3f5c316e7930cd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a25258d559e14886d6922d88170410cbf" > < 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_1positionRandom.html#a25258d559e14886d6922d88170410cbf" > reportInterval_< / a > < / td > < / tr >
< tr class = "separator:a25258d559e14886d6922d88170410cbf" > < 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 = "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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionRandom_8hpp_source.html#l00031" > 31< / a > of file < a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.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 = "ab02eff586a079e3adbb11e0a056c1e39" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab02eff586a079e3adbb11e0a056c1e39" > ◆ < / a > < / span > positionRandom()< / 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_1positionRandom.html" > positionRandom< / 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 = "positionRandom_8cpp_source.html#l00100" > 100< / a > of file < a class = "el" href = "positionRandom_8cpp_source.html" > positionRandom.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 > , and < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00079" > pFlow::max()< / 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_1positionRandom_ab02eff586a079e3adbb11e0a056c1e39_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionRandom_ab02eff586a079e3adbb11e0a056c1e39_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab52e971e845adb2d07c9f04470f6b472" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab52e971e845adb2d07c9f04470f6b472" > ◆ < / a > < / span > ~positionRandom()< / 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_1positionRandom.html" > positionRandom< / 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 >
2025-01-10 13:02:07 +03:30
< a id = "a07f81872499e984c238978e487d6045c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a07f81872499e984c238978e487d6045c" > ◆ < / a > < / span > positionOnePass()< / 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" > bool positionOnePass < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1collisionCheck.html" > collisionCheck< / a > &   < / td >
< td class = "paramname" > < em > collCheck< / em > < / td > < td > )< / td >
2023-03-27 10:16:23 -07:00
< 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 = "positionRandom_8cpp_source.html#l00027" > 27< / a > of file < a class = "el" href = "positionRandom_8cpp_source.html" > positionRandom.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 = "collisionCheck_8cpp_source.html#l00046" > collisionCheck::checkPoint()< / a > , < a class = "el" href = "positionRandom_8hpp_source.html#l00037" > positionRandom::diameter_< / a > , < a class = "el" href = "positionRandom_8hpp_source.html#l00045" > positionRandom::diameters_< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "collisionCheck_8cpp_source.html#l00079" > collisionCheck::mapLastAddedParticle()< / a > , < a class = "el" href = "NBSLoop_8hpp_source.html#l00024" > n< / a > , < a class = "el" href = "positionRandom_8hpp_source.html#l00039" > positionRandom::numPoints_< / a > , < a class = "el" href = "positionRandom_8hpp_source.html#l00043" > positionRandom::position_< / a > , < a class = "el" href = "positionParticles_8hpp_source.html#l00055" > positionParticles::pRegion()< / a > , and < a class = "el" href = "Vector_8hpp_source.html#l00265" > Vector< T, Allocator > ::size()< / 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_1positionRandom_a07f81872499e984c238978e487d6045c_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionRandom_a07f81872499e984c238978e487d6045c_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "ab617885440849e843c67a3307d73f29b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab617885440849e843c67a3307d73f29b" > ◆ < / a > < / span > positionPointsRandom()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool positionPointsRandom < / 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 = "positionRandom_8cpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "positionRandom_8cpp_source.html" > positionRandom.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#l00040" > END_REPORT< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00042" > Green_Text< / a > , < a class = "el" href = "streams_8hpp_source.html#l00039" > REPORT< / a > , and < a class = "el" href = "iOstream_8hpp_source.html#l00040" > Yellow_Text< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ad2667bf4672731facfda0e078b24061e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad2667bf4672731facfda0e078b24061e" > ◆ < / 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" > " random"   < / 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 = "ab97c95d47e799fff0489fe8e09de45c1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab97c95d47e799fff0489fe8e09de45c1" > ◆ < / 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_1positionRandom.html" > positionRandom< / 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 = "positionRandom_8hpp_source.html#l00072" > 72< / a > of file < a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.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 = "positionRandom_8hpp_source.html#l00043" > positionRandom::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_1positionRandom_a1bf5473c8bf12a203edefc47399863c8_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionRandom_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 = "positionRandom_8hpp_source.html#l00077" > 77< / a > of file < a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.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 = "positionRandom_8hpp_source.html#l00043" > positionRandom::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_1positionRandom_a2df0c214af55a90b8bf1b207926a3a3f_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionRandom_a2df0c214af55a90b8bf1b207926a3a3f_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "ae3b32de6c397355671e202e0d0c24cd8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae3b32de6c397355671e202e0d0c24cd8" > ◆ < / 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" > < 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" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / 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 = "positionRandom_8hpp_source.html#l00082" > 82< / a > of file < a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.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 = "positionRandom_8hpp_source.html#l00037" > positionRandom::diameter_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / 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 = "positionRandom_8hpp_source.html#l00088" > 88< / a > of file < a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.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 = "positionRandom_8hpp_source.html#l00043" > positionRandom::position_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / 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 = "positionRandom_8hpp_source.html#l00094" > 94< / a > of file < a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.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 = "positionRandom_8hpp_source.html#l00043" > positionRandom::position_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a7297f5e9486c4152f347ba567c86fe97" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7297f5e9486c4152f347ba567c86fe97" > ◆ < / a > < / span > prDict_< / 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 > prDict_< / 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 = "positionRandom_8hpp_source.html#l00035" > 35< / a > of file < a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionRandom_8hpp_source.html#l00037" > 37< / a > of file < a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.hpp< / 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 = "positionRandom_8hpp_source.html#l00082" > positionRandom::maxDiameter()< / a > , and < a class = "el" href = "positionRandom_8cpp_source.html#l00027" > positionRandom::positionOnePass()< / 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionRandom_8hpp_source.html#l00039" > 39< / a > of file < a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.hpp< / 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 = "positionRandom_8cpp_source.html#l00027" > positionRandom::positionOnePass()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "afad65203e3f90a46212f9b4c6ec06906" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afad65203e3f90a46212f9b4c6ec06906" > ◆ < / a > < / span > maxIterations_< / 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 > maxIterations_< / 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 = "positionRandom_8hpp_source.html#l00041" > 41< / a > of file < a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.hpp< / 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "positionRandom_8hpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.hpp< / 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 = "positionRandom_8hpp_source.html#l00072" > positionRandom::numPoints()< / a > , < a class = "el" href = "positionRandom_8hpp_source.html#l00088" > positionRandom::position()< / a > , < a class = "el" href = "positionRandom_8cpp_source.html#l00027" > positionRandom::positionOnePass()< / a > , and < a class = "el" href = "positionRandom_8hpp_source.html#l00077" > positionRandom::size()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ad3d10a8bc8ebc47c0d3f5c316e7930cd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad3d10a8bc8ebc47c0d3f5c316e7930cd" > ◆ < / a > < / span > diameters_< / 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#a56fe59023e353f0f237688c06fbfd441" > realVector< / a > diameters_< / 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 = "positionRandom_8hpp_source.html#l00045" > 45< / a > of file < a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "positionRandom_8cpp_source.html#l00027" > positionRandom::positionOnePass()< / a > .< / p >
< / div >
< / div >
< a id = "a25258d559e14886d6922d88170410cbf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a25258d559e14886d6922d88170410cbf" > ◆ < / a > < / span > reportInterval_< / 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#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > reportInterval_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionRandom_8hpp_source.html#l00047" > 47< / a > of file < a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.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/positionRandom/< a class = "el" href = "positionRandom_8hpp_source.html" > positionRandom.hpp< / a > < / li >
< li > utilities/particlesPhasicFlow/positionRandom/< a class = "el" href = "positionRandom_8cpp_source.html" > positionRandom.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_1positionRandom.html" > positionRandom< / 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 >