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-attribs" > Protected Attributes< / a > |
< a href = "#pro-static-attribs" > Static Protected Attributes< / a > |
< 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 >
< map name = "positionParticles_inherit__map" id = "positionParticles_inherit__map" >
< area shape = "rect" title = " " alt = "" coords = "93,5,222,32" / >
< area shape = "rect" href = "classpFlow_1_1empty.html" title = " " alt = "" coords = "5,80,69,107" / >
< area shape = "rect" href = "classpFlow_1_1positionOrdered.html" title = " " alt = "" coords = "94,80,221,107" / >
< area shape = "rect" href = "classpFlow_1_1positionRandom.html" title = " " alt = "" coords = "245,80,373,107" / >
< / map >
< 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 >
< map name = "positionParticles_coll__map" id = "positionParticles_coll__map" >
< area shape = "rect" title = " " alt = "" coords = "51,109,180,136" / >
< area shape = "rect" href = "classpFlow_1_1Logical.html" title = " " alt = "" coords = "5,13,73,39" / >
< area shape = "rect" href = "classpFlow_1_1uniquePtr.html" title = " " alt = "" coords = "98,5,285,47" / >
< / map >
< 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 >
< tr class = "memitem:a886e27b5a049d60738b9a2eae8323303" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a886e27b5a049d60738b9a2eae8323303" > positionParticles< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a886e27b5a049d60738b9a2eae8323303" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a45293110a3508b48363153274659d639" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a45293110a3508b48363153274659d639" > create_vCtor< / a > (< a class = "el" href = "classpFlow_1_1positionParticles.html" > positionParticles< / a > , < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > ,(const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict),(dict))< / td > < / tr >
< tr class = "separator:a45293110a3508b48363153274659d639" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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 >
< tr class = "memitem:ade57254a783ea1e8d059d3a94665dcd8" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#ade57254a783ea1e8d059d3a94665dcd8" > numPoints< / a > () const =0< / td > < / tr >
< tr class = "separator:ade57254a783ea1e8d059d3a94665dcd8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab50b1cdd1f8dfe0339e7a91f64934c7a" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#ab50b1cdd1f8dfe0339e7a91f64934c7a" > size< / a > () const =0< / td > < / tr >
< tr class = "separator:ab50b1cdd1f8dfe0339e7a91f64934c7a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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 >
< tr class = "memitem:a87c69e797a0bb2d2636d1d1a5146a570" > < 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#a87c69e797a0bb2d2636d1d1a5146a570" > create< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a87c69e797a0bb2d2636d1d1a5146a570" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:acaa0dff282b290a55e1ce664eefb0bbd" > < 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#acaa0dff282b290a55e1ce664eefb0bbd" > sortByMortonCode< / a > (< 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:acaa0dff282b290a55e1ce664eefb0bbd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a7e413932d3ee61371b287c8a6a5713b0" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1regionBase.html" > regionBase< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a7e413932d3ee61371b287c8a6a5713b0" > region_< / a > = nullptr< / td > < / tr >
< tr class = "separator:a7e413932d3ee61371b287c8a6a5713b0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9af0ecc574a833d968a76b78ceef576d" > < td class = "memItemLeft" align = "right" valign = "top" > size_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#a9af0ecc574a833d968a76b78ceef576d" > maxNumberOfParticles_< / a > = 10000< / td > < / tr >
< tr class = "separator:a9af0ecc574a833d968a76b78ceef576d" > < 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 >
< / 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 >
< tr class = "memitem:af2c2c3228db96ccf65f109a6961f507b" > < td class = "memItemLeft" align = "right" valign = "top" > static const size_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1positionParticles.html#af2c2c3228db96ccf65f109a6961f507b" > numReports_< / a > = 40< / td > < / tr >
< tr class = "separator:af2c2c3228db96ccf65f109a6961f507b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00102" > 102< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a886e27b5a049d60738b9a2eae8323303" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a886e27b5a049d60738b9a2eae8323303" > ◆ < / a > < / span > positionParticles()< / h2 >
< 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 >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8cpp_source.html#l00078" > 78< / a > of file < a class = "el" href = "positionParticles_8cpp_source.html" > positionParticles.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "dictionary_8cpp_source.html#l00736" > dictionary::containsDictionay()< / a > , < a class = "el" href = "dictionary_8hpp_source.html#l00325" > dictionary::getValOrSet()< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00547" > dictionary::subDict()< / 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;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1positionParticles_a886e27b5a049d60738b9a2eae8323303_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionParticles_a886e27b5a049d60738b9a2eae8323303_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1positionParticles_a886e27b5a049d60738b9a2eae8323303_cgraph" id = "classpFlow_1_1positionParticles_a886e27b5a049d60738b9a2eae8323303_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,78,135,105" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#ac17b017ed4e1be84fa2e9144946603e0" title = " " alt = "" coords = "183,5,323,47" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a5585dc9a8b971fbfe2c99fdb75c5d647" title = " " alt = "" coords = "183,71,323,112" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a630c840647a3ebefe33336cc25a8b15d" title = " " alt = "" coords = "183,136,323,177" / >
< / map >
< / 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 >
< a id = "acaa0dff282b290a55e1ce664eefb0bbd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acaa0dff282b290a55e1ce664eefb0bbd" > ◆ < / a > < / span > sortByMortonCode()< / 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 > sortByMortonCode < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > &   < / td >
< td class = "paramname" > < em > position< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8cpp_source.html#l00031" > 31< / a > of file < a class = "el" href = "positionParticles_8cpp_source.html" > positionParticles.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "Vector_8hpp_source.html#l00306" > Vector< T, Allocator > ::capacity()< / a > , < a class = "el" href = "Vector_8hpp_source.html#l00248" > Vector< T, Allocator > ::clear()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00038" > endINFO< / a > , < a class = "el" href = "streams_8hpp_source.html#l00037" > INFORMATION< / a > , < a class = "el" href = "VectorMath_8hpp_source.html#l00164" > pFlow::max()< / a > , < a class = "el" href = "classpFlow_1_1positionParticles.html#a2a11f8c764338603f765f909cf36f250" > positionParticles::maxDiameter()< / a > , < a class = "el" href = "VectorMath_8hpp_source.html#l00138" > pFlow::min()< / a > , < a class = "el" href = "Interaction_2contactSearch_2cells_8hpp_source.html#l00158" > cells< indexType > ::pointIndex()< / a > , < a class = "el" href = "classpFlow_1_1positionParticles.html#a843693a42017b1ec8c292940e210ca88" > positionParticles::position()< / a > , < a class = "el" href = "Vector_8hpp_source.html#l00301" > Vector< T, Allocator > ::size()< / a > , < a class = "el" href = "VectorFwd_8hpp.html#a7e83353786d5cf3406a036b434c7df25" > sort()< / a > , and < a class = "el" href = "contactSearchFunctions_8hpp_source.html#l00042" > pFlow::xyzToMortonCode64()< / 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;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1positionParticles_acaa0dff282b290a55e1ce664eefb0bbd_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionParticles_acaa0dff282b290a55e1ce664eefb0bbd_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1positionParticles_acaa0dff282b290a55e1ce664eefb0bbd_cgraph" id = "classpFlow_1_1positionParticles_acaa0dff282b290a55e1ce664eefb0bbd_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,233,148,260" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "classpFlow_1_1Vector.html#a234de5cb432c97fcb4b0f806bb86624e" title = " " alt = "" coords = "209,5,384,32" / >
< area shape = "rect" href = "classpFlow_1_1Vector.html#a3e122a9f9c04a4e2dffdfabde2f1de50" title = " " alt = "" coords = "221,56,372,83" / >
< area shape = "rect" href = "namespacepFlow.html#ae14bf16748b3144baa1112f08c2a83b1" title = " " alt = "" coords = "247,107,346,133" / >
< area shape = "rect" href = "classpFlow_1_1positionParticles.html#a2a11f8c764338603f765f909cf36f250" title = " " alt = "" coords = "241,157,353,184" / >
< area shape = "rect" href = "namespacepFlow.html#aba2f2ccdd3d4a6b403a2c2d379198396" title = " " alt = "" coords = "249,208,344,235" / >
< area shape = "rect" href = "classpFlow_1_1cells.html#a6a5c6423585a7ad6ad55f6df56c459bd" title = " " alt = "" coords = "209,259,385,285" / >
< area shape = "rect" href = "classpFlow_1_1positionParticles.html#a843693a42017b1ec8c292940e210ca88" title = " " alt = "" coords = "259,309,334,336" / >
< area shape = "rect" href = "classpFlow_1_1Vector.html#a10efdf47ffedbdc720f71c2f72b98d98" title = " " alt = "" coords = "224,360,369,387" / >
< area shape = "rect" href = "VectorFwd_8hpp.html#a7e83353786d5cf3406a036b434c7df25" title = " " alt = "" coords = "273,411,320,437" / >
< area shape = "rect" href = "namespacepFlow.html#af9e399d88da408c52c6c167b651766e5" title = " " alt = "" coords = "196,461,397,488" / >
2023-03-27 10:16:23 -07:00
< / map >
< / 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 >
< a id = "a45293110a3508b48363153274659d639" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a45293110a3508b48363153274659d639" > ◆ < / a > < / span > create_vCtor()< / h2 >
< 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 >
< td class = "paramtype" > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)  < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > (dict)  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ade57254a783ea1e8d059d3a94665dcd8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ade57254a783ea1e8d059d3a94665dcd8" > ◆ < / a > < / span > numPoints()< / 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#a39f5f71474553bc78726494fa09dd0fb" > label< / a > numPoints < / 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" >
< p > Implemented in < a class = "el" href = "classpFlow_1_1positionRandom.html#af53fd6d18bcf7c98c7ff8c3ec8bfdfbd" > positionRandom< / a > , < a class = "el" href = "classpFlow_1_1positionOrdered.html#af53fd6d18bcf7c98c7ff8c3ec8bfdfbd" > positionOrdered< / a > , and < a class = "el" href = "classpFlow_1_1empty.html#af53fd6d18bcf7c98c7ff8c3ec8bfdfbd" > empty< / a > .< / p >
< / div >
< / div >
< a id = "ab50b1cdd1f8dfe0339e7a91f64934c7a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab50b1cdd1f8dfe0339e7a91f64934c7a" > ◆ < / a > < / span > size()< / 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#a39f5f71474553bc78726494fa09dd0fb" > label< / a > size < / 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" >
< p > Implemented in < a class = "el" href = "classpFlow_1_1positionRandom.html#a03bc1200aac252c4d3e18657d700b71c" > positionRandom< / a > , < a class = "el" href = "classpFlow_1_1positionOrdered.html#a03bc1200aac252c4d3e18657d700b71c" > positionOrdered< / a > , and < a class = "el" href = "classpFlow_1_1empty.html#a03bc1200aac252c4d3e18657d700b71c" > empty< / a > .< / p >
< / 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" >
< p > Implemented in < a class = "el" href = "classpFlow_1_1positionRandom.html#ae3b32de6c397355671e202e0d0c24cd8" > positionRandom< / a > , < a class = "el" href = "classpFlow_1_1positionOrdered.html#ae3b32de6c397355671e202e0d0c24cd8" > positionOrdered< / a > , and < a class = "el" href = "classpFlow_1_1empty.html#ae3b32de6c397355671e202e0d0c24cd8" > empty< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "positionParticles_8cpp_source.html#l00031" > positionParticles::sortByMortonCode()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< 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;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1positionParticles_a2a11f8c764338603f765f909cf36f250_icgraph.png" border = "0" usemap = "#classpFlow_1_1positionParticles_a2a11f8c764338603f765f909cf36f250_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1positionParticles_a2a11f8c764338603f765f909cf36f250_icgraph" id = "classpFlow_1_1positionParticles_a2a11f8c764338603f765f909cf36f250_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "196,5,308,32" / >
< area shape = "rect" href = "classpFlow_1_1positionParticles.html#acaa0dff282b290a55e1ce664eefb0bbd" title = " " alt = "" coords = "5,5,148,32" / >
< / map >
< / div >
< / 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" >
< p > Implemented in < a class = "el" href = "classpFlow_1_1positionRandom.html#a60a3c329438e7fa05c840f576e5d6a0c" > positionRandom< / a > , < a class = "el" href = "classpFlow_1_1positionOrdered.html#a60a3c329438e7fa05c840f576e5d6a0c" > positionOrdered< / a > , and < a class = "el" href = "classpFlow_1_1empty.html#a60a3c329438e7fa05c840f576e5d6a0c" > empty< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "positionParticles_8cpp_source.html#l00031" > 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 >
< map name = "classpFlow_1_1positionParticles_a843693a42017b1ec8c292940e210ca88_icgraph" id = "classpFlow_1_1positionParticles_a843693a42017b1ec8c292940e210ca88_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "196,5,271,32" / >
< area shape = "rect" href = "classpFlow_1_1positionParticles.html#acaa0dff282b290a55e1ce664eefb0bbd" title = " " alt = "" coords = "5,5,148,32" / >
< / map >
< / 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" >
< p > Implemented in < a class = "el" href = "classpFlow_1_1positionRandom.html#ae0b19174ecd2d95a32bda81a35b0c095" > positionRandom< / a > , < a class = "el" href = "classpFlow_1_1positionOrdered.html#ae0b19174ecd2d95a32bda81a35b0c095" > positionOrdered< / a > , and < a class = "el" href = "classpFlow_1_1empty.html#ae0b19174ecd2d95a32bda81a35b0c095" > empty< / a > .< / p >
< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8cpp_source.html#l00101" > 101< / a > of file < a class = "el" href = "positionParticles_8cpp_source.html" > positionParticles.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a87c69e797a0bb2d2636d1d1a5146a570" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a87c69e797a0bb2d2636d1d1a5146a570" > ◆ < / a > < / span > create()< / 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_1uniquePtr.html" > pFlow::uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1positionParticles.html" > pFlow::positionParticles< / a > > create < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8cpp_source.html#l00117" > 117< / a > of file < a class = "el" href = "positionParticles_8cpp_source.html" > positionParticles.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00036" > fatalError< / a > , < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > , < a class = "el" href = "dictionary_8hpp_source.html#l00309" > dictionary::getVal()< / a > , and < a class = "el" href = "namespacepFlow.html#a9c4454c5f18c8245eaaebf2b4832eab0" > pFlow::printKeys()< / 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;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1positionParticles_a87c69e797a0bb2d2636d1d1a5146a570_cgraph.png" border = "0" usemap = "#classpFlow_1_1positionParticles_a87c69e797a0bb2d2636d1d1a5146a570_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1positionParticles_a87c69e797a0bb2d2636d1d1a5146a570_cgraph" id = "classpFlow_1_1positionParticles_a87c69e797a0bb2d2636d1d1a5146a570_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,42,68,69" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47" title = " " alt = "" coords = "116,5,256,47" / >
< area shape = "rect" href = "namespacepFlow.html#a9c4454c5f18c8245eaaebf2b4832eab0" title = " " alt = "" coords = "121,71,251,98" / >
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a7e413932d3ee61371b287c8a6a5713b0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7e413932d3ee61371b287c8a6a5713b0" > ◆ < / a > < / span > region_< / 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_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1regionBase.html" > regionBase< / a > > region_ = nullptr< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < 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#l00106" > 106< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "positionRandom_8cpp_source.html#l00059" > positionRandom::positionOnePass()< / a > .< / p >
< / div >
< / div >
< a id = "a9af0ecc574a833d968a76b78ceef576d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9af0ecc574a833d968a76b78ceef576d" > ◆ < / 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" > size_t maxNumberOfParticles_ = 10000< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < 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#l00108" > 108< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< / 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" >
< span class = "mlabels" > < 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#l00110" > 110< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< / div >
< / div >
< a id = "af2c2c3228db96ccf65f109a6961f507b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af2c2c3228db96ccf65f109a6961f507b" > ◆ < / a > < / span > numReports_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const size_t numReports_ = 40< / td >
< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00112" > 112< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< / 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 >