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: sphereParticles 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_1sphereParticles.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" >
2025-01-10 13:02:07 +03:30
< a href = "#pub-types" > Public Types< / a > |
2023-03-27 10:16:23 -07:00
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-methods" > Protected 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_1sphereParticles-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > sphereParticles Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Class for managing spherical particles.
< a href = "classpFlow_1_1sphereParticles.html#details" > More...< / a > < / p >
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 sphereParticles:< / 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_1sphereParticles__inherit__graph.png" border = "0" usemap = "#sphereParticles_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 sphereParticles:< / 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_1sphereParticles__coll__graph.png" border = "0" usemap = "#sphereParticles_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" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:a0871e14229d0c3030fa7b3a8495d1cfa" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a0871e14229d0c3030fa7b3a8495d1cfa" > ShapeType< / a > = < a class = "el" href = "classpFlow_1_1sphereShape.html" > sphereShape< / a > < / td > < / tr >
< tr class = "separator:a0871e14229d0c3030fa7b3a8495d1cfa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2023-03-27 10:16:23 -07:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:af3a0e20c9660776af6f0b8118e89e880" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#af3a0e20c9660776af6f0b8118e89e880" > sphereParticles< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > & prop)< / td > < / tr >
< tr class = "memdesc:af3a0e20c9660776af6f0b8118e89e880" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > construct from < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > and property < a href = "classpFlow_1_1sphereParticles.html#af3a0e20c9660776af6f0b8118e89e880" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af3a0e20c9660776af6f0b8118e89e880" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ad27ffd196a0daf01b268bfefdc1826b4" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#ad27ffd196a0daf01b268bfefdc1826b4" > ~sphereParticles< / a > () override=default< / td > < / tr >
< tr class = "separator:ad27ffd196a0daf01b268bfefdc1826b4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a84343969d723c548f0f20fcd9294d351" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a84343969d723c548f0f20fcd9294d351" > initializeParticles< / a > ()< / td > < / tr >
< tr class = "memdesc:a84343969d723c548f0f20fcd9294d351" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Insert new particles in position with specified shapes. < a href = "classpFlow_1_1sphereParticles.html#a84343969d723c548f0f20fcd9294d351" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a84343969d723c548f0f20fcd9294d351" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a42e28b27090d72b9a10ca8142216be37" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a42e28b27090d72b9a10ca8142216be37" > spheres< / a > () const< / td > < / tr >
< tr class = "memdesc:a42e28b27090d72b9a10ca8142216be37" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > const reference to shapes object < a href = "classpFlow_1_1sphereParticles.html#a42e28b27090d72b9a10ca8142216be37" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a42e28b27090d72b9a10ca8142216be37" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:aa1c1c863653fc262633e319b664eb8eb" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#aa1c1c863653fc262633e319b664eb8eb" > I< / a > () const< / td > < / tr >
< tr class = "memdesc:aa1c1c863653fc262633e319b664eb8eb" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > const reference to inertia < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < a href = "classpFlow_1_1sphereParticles.html#aa1c1c863653fc262633e319b664eb8eb" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa1c1c863653fc262633e319b664eb8eb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaa7fbbf82d45a5a88b28de8a78754a69" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#aaa7fbbf82d45a5a88b28de8a78754a69" > I< / a > ()< / td > < / tr >
< tr class = "memdesc:aaa7fbbf82d45a5a88b28de8a78754a69" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > reference to inertia < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < a href = "classpFlow_1_1sphereParticles.html#aaa7fbbf82d45a5a88b28de8a78754a69" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aaa7fbbf82d45a5a88b28de8a78754a69" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a5e39a4fcefdfce05f0e6b76cb9eb2a61" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a5e39a4fcefdfce05f0e6b76cb9eb2a61" > rVelocity< / a > () const< / td > < / tr >
< tr class = "separator:a5e39a4fcefdfce05f0e6b76cb9eb2a61" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7feb8389fc5704a8d7ac62adb310925b" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a7feb8389fc5704a8d7ac62adb310925b" > rVelocity< / a > ()< / td > < / tr >
< tr class = "separator:a7feb8389fc5704a8d7ac62adb310925b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0f63a62676bba1a8a5cf891337d1d201" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a0f63a62676bba1a8a5cf891337d1d201" > hearChanges< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > t, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > < a class = "el" href = "classpFlow_1_1demComponent.html#a987c4fc5fe3a75305eede553d3efc279" > dt< / a > , < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > iter, const < a class = "el" href = "classpFlow_1_1message.html" > message< / a > & msg, const < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > & varList) override< / td > < / tr >
< tr class = "separator:a0f63a62676bba1a8a5cf891337d1d201" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9fea25b8ac140210247e49a081e5e246" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#aa50cc496d2aea1168e355c0e91649cbd" > uint32PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a9fea25b8ac140210247e49a081e5e246" > propertyId< / a > () const override< / td > < / tr >
< tr class = "separator:a9fea25b8ac140210247e49a081e5e246" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abc84887de46cc625ef69fd5dfa81de01" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#abc84887de46cc625ef69fd5dfa81de01" > diameter< / a > () const override< / td > < / tr >
< tr class = "separator:abc84887de46cc625ef69fd5dfa81de01" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a160121d913080df4f0b93de905b698f5" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a160121d913080df4f0b93de905b698f5" > mass< / a > () const override< / td > < / tr >
< tr class = "separator:a160121d913080df4f0b93de905b698f5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ada71b97666fe3f66b31690bf12633c32" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#ada71b97666fe3f66b31690bf12633c32" > beforeIteration< / a > () override< / td > < / tr >
< tr class = "memdesc:ada71b97666fe3f66b31690bf12633c32" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > before iteration step < a href = "classpFlow_1_1sphereParticles.html#ada71b97666fe3f66b31690bf12633c32" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ada71b97666fe3f66b31690bf12633c32" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afa767bddda52eb71cea18f755e17d559" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#afa767bddda52eb71cea18f755e17d559" > iterate< / a > () override< / td > < / tr >
< tr class = "memdesc:afa767bddda52eb71cea18f755e17d559" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > iterate particles < a href = "classpFlow_1_1sphereParticles.html#afa767bddda52eb71cea18f755e17d559" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:afa767bddda52eb71cea18f755e17d559" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a0a60a0c6b009c417177eb22b0445ce5c" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a0a60a0c6b009c417177eb22b0445ce5c" > insertParticles< / a > (const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & position, const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & shapesNames, const < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > & setVarList) override< / td > < / tr >
< tr class = "separator:a0a60a0c6b009c417177eb22b0445ce5c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad6e7f37a0c46767c56240272c311c6ba" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#ad6e7f37a0c46767c56240272c311c6ba" > rAcceleration< / a > () override< / td > < / tr >
< tr class = "separator:ad6e7f37a0c46767c56240272c311c6ba" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af4899923e99ba2809ed3322c81b12019" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#af4899923e99ba2809ed3322c81b12019" > rAcceleration< / a > () const override< / td > < / tr >
< tr class = "separator:af4899923e99ba2809ed3322c81b12019" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2a1b61b23f00bbe8bff88947a4681d6d" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a2a1b61b23f00bbe8bff88947a4681d6d" > boundingSphere< / a > () const override< / td > < / tr >
< tr class = "separator:a2a1b61b23f00bbe8bff88947a4681d6d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a82872e90b710004e676c860c833794e7" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a82872e90b710004e676c860c833794e7" > shapeTypeName< / a > () const override< / td > < / tr >
< tr class = "separator:a82872e90b710004e676c860c833794e7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d71ca80914055f76cac2bc2f023d6d1" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1shape.html" > shape< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a0d71ca80914055f76cac2bc2f023d6d1" > getShapes< / a > () const override< / td > < / tr >
< tr class = "separator:a0d71ca80914055f76cac2bc2f023d6d1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a37902e8915b3022d1068391f864a8e59" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a37902e8915b3022d1068391f864a8e59" > boundingSphereMinMax< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > & minDiam, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > & maxDiam) const override< / td > < / tr >
< tr class = "separator:a37902e8915b3022d1068391f864a8e59" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pub_methods_classpFlow_1_1particles" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1particles')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > < / td > < / tr >
< tr class = "memitem:aba08b9f91e550622706972bfda2fb71d inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#aba08b9f91e550622706972bfda2fb71d" > TypeInfo< / a > (" particles" )< / td > < / tr >
< tr class = "separator:aba08b9f91e550622706972bfda2fb71d inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ab93291e217f8e7630df6f74d2a3119b6 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#ab93291e217f8e7630df6f74d2a3119b6" > particles< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > )< / td > < / tr >
< tr class = "separator:ab93291e217f8e7630df6f74d2a3119b6 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a5a5187815d4381e1ef3246ff4ca9eae3 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a5a5187815d4381e1ef3246ff4ca9eae3" > dynPointStruct< / a > () const< / td > < / tr >
< tr class = "separator:a5a5187815d4381e1ef3246ff4ca9eae3 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:af594ba73474d415474d32afc783799b1 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > () const< / td > < / tr >
< tr class = "separator:af594ba73474d415474d32afc783799b1 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab6e47ba73b45a9bdfe3aeb0e3d629b88 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#ab6e47ba73b45a9bdfe3aeb0e3d629b88" > simDomain< / a > () const< / td > < / tr >
< tr class = "separator:ab6e47ba73b45a9bdfe3aeb0e3d629b88 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac83f377533f26c27400c8e9b1ba26f8e inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#ac83f377533f26c27400c8e9b1ba26f8e" > thisDomain< / a > () const< / td > < / tr >
< tr class = "separator:ac83f377533f26c27400c8e9b1ba26f8e inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d2a7b5c43832e65e2cbf5f9de32856d inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a0d2a7b5c43832e65e2cbf5f9de32856d" > extendedDomain< / a > () const< / td > < / tr >
< tr class = "separator:a0d2a7b5c43832e65e2cbf5f9de32856d inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a10efdf47ffedbdc720f71c2f72b98d98 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a10efdf47ffedbdc720f71c2f72b98d98" > size< / a > () const< / td > < / tr >
< tr class = "separator:a10efdf47ffedbdc720f71c2f72b98d98 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a234de5cb432c97fcb4b0f806bb86624e inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a234de5cb432c97fcb4b0f806bb86624e" > capacity< / a > () const< / td > < / tr >
< tr class = "separator:a234de5cb432c97fcb4b0f806bb86624e inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2b5fdb4b295d0f3bf1b91ba12cbfa381 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a2b5fdb4b295d0f3bf1b91ba12cbfa381" > numActive< / a > () const< / td > < / tr >
< tr class = "separator:a2b5fdb4b295d0f3bf1b91ba12cbfa381 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a56656d26e43a5de9dd4dad90b67b243d inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a56656d26e43a5de9dd4dad90b67b243d" > isAllActive< / a > () const< / td > < / tr >
< tr class = "separator:a56656d26e43a5de9dd4dad90b67b243d inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a248ed9b3af5e1fb5427f9dacb68eec9e inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a248ed9b3af5e1fb5427f9dacb68eec9e" > pointPosition< / a > () const< / td > < / tr >
< tr class = "separator:a248ed9b3af5e1fb5427f9dacb68eec9e inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad9a718f1ea228888eba2db158b99b74a inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#ad9a718f1ea228888eba2db158b99b74a" > velocity< / a > () const< / td > < / tr >
< tr class = "separator:ad9a718f1ea228888eba2db158b99b74a inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a972c390e6438aa3692e0389bbcf76f1a inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a972c390e6438aa3692e0389bbcf76f1a" > accelertion< / a > () const< / td > < / tr >
< tr class = "separator:a972c390e6438aa3692e0389bbcf76f1a inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a26a6c3f344d9398ca372621b3757c31f inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a26a6c3f344d9398ca372621b3757c31f" > accelertion< / a > ()< / td > < / tr >
< tr class = "separator:a26a6c3f344d9398ca372621b3757c31f inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:af2630cdd7d756a56160ba4864cf29b0c inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#af2630cdd7d756a56160ba4864cf29b0c" > contactForce< / a > ()< / td > < / tr >
< tr class = "separator:af2630cdd7d756a56160ba4864cf29b0c inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0db2375a0646859ef8467be694143866 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a0db2375a0646859ef8467be694143866" > contactForce< / a > () const< / td > < / tr >
< tr class = "separator:a0db2375a0646859ef8467be694143866 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9fb814d08718f09aef070e85e44530e1 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a9fb814d08718f09aef070e85e44530e1" > contactTorque< / a > ()< / td > < / tr >
< tr class = "separator:a9fb814d08718f09aef070e85e44530e1 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7215b1c42fe387c4cfaaa70844b49af inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#aa7215b1c42fe387c4cfaaa70844b49af" > contactTorque< / a > () const< / td > < / tr >
< tr class = "separator:aa7215b1c42fe387c4cfaaa70844b49af inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:add92d5f7e6470b1412347d2ab07889b1 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > uint  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#add92d5f7e6470b1412347d2ab07889b1" > maxId< / a > () const< / td > < / tr >
< tr class = "separator:add92d5f7e6470b1412347d2ab07889b1 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5ab4b6c611c3256e54f51bbfc484d58e inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a5ab4b6c611c3256e54f51bbfc484d58e" > afterIteration< / a > () override< / td > < / tr >
< tr class = "memdesc:a5ab4b6c611c3256e54f51bbfc484d58e inherit pub_methods_classpFlow_1_1particles" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This is called in time loop, after iterate. < a href = "classpFlow_1_1particles.html#a5ab4b6c611c3256e54f51bbfc484d58e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a5ab4b6c611c3256e54f51bbfc484d58e inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1observer" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1observer')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1observer.html" > observer< / a > < / td > < / tr >
< tr class = "memitem:aa4805b6451fbb1651a6fd3eb8e0db673 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#aa4805b6451fbb1651a6fd3eb8e0db673" > observer< / a > (< a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg)< / td > < / tr >
< tr class = "separator:aa4805b6451fbb1651a6fd3eb8e0db673 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a19690aae8f79f259dab21ac5be29b0da inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a19690aae8f79f259dab21ac5be29b0da" > observer< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > *subscrbr, < a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg)< / td > < / tr >
< tr class = "separator:a19690aae8f79f259dab21ac5be29b0da inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af035b2f590ebbed9ace6ffaf3954a893 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#af035b2f590ebbed9ace6ffaf3954a893" > ~observer< / a > ()< / td > < / tr >
< tr class = "separator:af035b2f590ebbed9ace6ffaf3954a893 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a008ac3cf9870600e8a24936cdd5ffd29 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a008ac3cf9870600e8a24936cdd5ffd29" > subscribe< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > *subscrbr, < a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg)< / td > < / tr >
< tr class = "separator:a008ac3cf9870600e8a24936cdd5ffd29 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a653c7226b70e6965bf6a79b5e33925ff inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1observer.html" > observer< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a653c7226b70e6965bf6a79b5e33925ff" > addEvent< / a > (< a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687d" > message::EVENT< / a > event)< / td > < / tr >
< tr class = "separator:a653c7226b70e6965bf6a79b5e33925ff inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0bbca55d6c8f234990c4f78bf4449288 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a0bbca55d6c8f234990c4f78bf4449288" > subscribed< / a > () const< / td > < / tr >
< tr class = "separator:a0bbca55d6c8f234990c4f78bf4449288 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae60104d9527f96b61e9bc2ea1e19c9f2 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#ae60104d9527f96b61e9bc2ea1e19c9f2" > addToSubscriber< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > *subscrbr, < a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg)< / td > < / tr >
< tr class = "separator:ae60104d9527f96b61e9bc2ea1e19c9f2 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aee31914b946ab2ffc70663260bab8b21 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#aee31914b946ab2ffc70663260bab8b21" > addToSubscriber< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > & < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > )< / td > < / tr >
< tr class = "separator:aee31914b946ab2ffc70663260bab8b21 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pub_methods_classpFlow_1_1demComponent" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1demComponent')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > < / td > < / tr >
< tr class = "memitem:a3145c3f3cba34861e279260ada91e0de inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a3145c3f3cba34861e279260ada91e0de" > TypeInfo< / a > (" demComponent" )< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a3145c3f3cba34861e279260ada91e0de inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Type info. < a href = "classpFlow_1_1demComponent.html#a3145c3f3cba34861e279260ada91e0de" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a3145c3f3cba34861e279260ada91e0de inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a73e3f3cd6a8eca86e6862f02e416dba2 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a73e3f3cd6a8eca86e6862f02e416dba2" > demComponent< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name, < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > )< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a73e3f3cd6a8eca86e6862f02e416dba2 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > construct from components < a href = "classpFlow_1_1demComponent.html#a73e3f3cd6a8eca86e6862f02e416dba2" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a73e3f3cd6a8eca86e6862f02e416dba2 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memitem:a876cdfe70008c20f9136c8a730c3f71a inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a876cdfe70008c20f9136c8a730c3f71a" > demComponent< / a > (const < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > & )=delete< / td > < / tr >
< tr class = "memdesc:a876cdfe70008c20f9136c8a730c3f71a inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No copy constructor. < a href = "classpFlow_1_1demComponent.html#a876cdfe70008c20f9136c8a730c3f71a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a876cdfe70008c20f9136c8a730c3f71a inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff5dda77742aff7e01ae5d1b1ceb38b7 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#aff5dda77742aff7e01ae5d1b1ceb38b7" > demComponent< / a > (< a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > & & )=delete< / td > < / tr >
< tr class = "memdesc:aff5dda77742aff7e01ae5d1b1ceb38b7 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No move constructor. < a href = "classpFlow_1_1demComponent.html#aff5dda77742aff7e01ae5d1b1ceb38b7" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aff5dda77742aff7e01ae5d1b1ceb38b7 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a95e1df66e5604c2920686b6a6c4e4c10 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a95e1df66e5604c2920686b6a6c4e4c10" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > & )=delete< / td > < / tr >
< tr class = "memdesc:a95e1df66e5604c2920686b6a6c4e4c10 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No copy assignment. < a href = "classpFlow_1_1demComponent.html#a95e1df66e5604c2920686b6a6c4e4c10" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a95e1df66e5604c2920686b6a6c4e4c10 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a836aaf5b9cd26f2e17faf1626c5448b3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a836aaf5b9cd26f2e17faf1626c5448b3" > operator=< / a > (< a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > & & )=delete< / td > < / tr >
< tr class = "memdesc:a836aaf5b9cd26f2e17faf1626c5448b3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No move assignment. < a href = "classpFlow_1_1demComponent.html#a836aaf5b9cd26f2e17faf1626c5448b3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a836aaf5b9cd26f2e17faf1626c5448b3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a9ab4d5fa34944c13f3a07ec25b4fd666 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a9ab4d5fa34944c13f3a07ec25b4fd666" > ~demComponent< / a > ()=default< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a9ab4d5fa34944c13f3a07ec25b4fd666 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > destructor < a href = "classpFlow_1_1demComponent.html#a9ab4d5fa34944c13f3a07ec25b4fd666" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a9ab4d5fa34944c13f3a07ec25b4fd666 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a647786897b3da03fcd415b2ebcf541c0 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > () const< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a647786897b3da03fcd415b2ebcf541c0 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Const ref to < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > . < a href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a647786897b3da03fcd415b2ebcf541c0 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1afde9cfe19a586522259a33a4931e3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#ae1afde9cfe19a586522259a33a4931e3" > control< / a > ()< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:ae1afde9cfe19a586522259a33a4931e3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Ref to < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > . < a href = "classpFlow_1_1demComponent.html#ae1afde9cfe19a586522259a33a4931e3" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae1afde9cfe19a586522259a33a4931e3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a987c4fc5fe3a75305eede553d3efc279 inherit pub_methods_classpFlow_1_1demComponent" > < 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_1demComponent.html#a987c4fc5fe3a75305eede553d3efc279" > dt< / a > () const< / td > < / tr >
< tr class = "memdesc:a987c4fc5fe3a75305eede553d3efc279 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "classpFlow_1_1Time.html" > Time< / a > step of integration. < a href = "classpFlow_1_1demComponent.html#a987c4fc5fe3a75305eede553d3efc279" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a987c4fc5fe3a75305eede553d3efc279 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a78dd57bd659107f17021b099cb853a0e inherit pub_methods_classpFlow_1_1demComponent" > < 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_1demComponent.html#a78dd57bd659107f17021b099cb853a0e" > currentTime< / a > () const< / td > < / tr >
< tr class = "memdesc:a78dd57bd659107f17021b099cb853a0e inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Current simulation time. < a href = "classpFlow_1_1demComponent.html#a78dd57bd659107f17021b099cb853a0e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a78dd57bd659107f17021b099cb853a0e inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3fe92d89e0339f3b0ccb505a1aac2182 inherit pub_methods_classpFlow_1_1demComponent" > < 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_1demComponent.html#a3fe92d89e0339f3b0ccb505a1aac2182" > currentIter< / a > () const< / td > < / tr >
< tr class = "memdesc:a3fe92d89e0339f3b0ccb505a1aac2182 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > return current iteration number < a href = "classpFlow_1_1demComponent.html#a3fe92d89e0339f3b0ccb505a1aac2182" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3fe92d89e0339f3b0ccb505a1aac2182 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a71b953704058a7ca76b3056ae9215a64 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a71b953704058a7ca76b3056ae9215a64" > TimeInfo< / a > () const< / td > < / tr >
< tr class = "memdesc:a71b953704058a7ca76b3056ae9215a64 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > return time info of the simulaiton < a href = "classpFlow_1_1demComponent.html#a71b953704058a7ca76b3056ae9215a64" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a71b953704058a7ca76b3056ae9215a64 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a40f341a9cb1091ba9e3670f98cd002c3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a40f341a9cb1091ba9e3670f98cd002c3" > time< / a > () const< / td > < / tr >
< tr class = "separator:a40f341a9cb1091ba9e3670f98cd002c3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a40e6d687c4d54c66dfe5b1bc5a0d28ce inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a40e6d687c4d54c66dfe5b1bc5a0d28ce" > time< / a > ()< / td > < / tr >
< tr class = "separator:a40e6d687c4d54c66dfe5b1bc5a0d28ce inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ae69e59e991f33e7d278ff6ad19d2e87d inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#ae69e59e991f33e7d278ff6ad19d2e87d" > timers< / a > () const< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:ae69e59e991f33e7d278ff6ad19d2e87d inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Const ref to timers. < a href = "classpFlow_1_1demComponent.html#ae69e59e991f33e7d278ff6ad19d2e87d" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae69e59e991f33e7d278ff6ad19d2e87d inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memitem:a49e56dd259a0f440e947ed17b149f32f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a49e56dd259a0f440e947ed17b149f32f" > timers< / a > ()< / td > < / tr >
< tr class = "memdesc:a49e56dd259a0f440e947ed17b149f32f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Ref to timers. < a href = "classpFlow_1_1demComponent.html#a49e56dd259a0f440e947ed17b149f32f" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a49e56dd259a0f440e947ed17b149f32f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab272f2a135d95ff17ad06338049a2cd5 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#ab272f2a135d95ff17ad06338049a2cd5" > beforeTimeLoop< / a > ()< / td > < / tr >
< tr class = "memdesc:ab272f2a135d95ff17ad06338049a2cd5 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This is called before the start of time loop. < a href = "classpFlow_1_1demComponent.html#ab272f2a135d95ff17ad06338049a2cd5" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab272f2a135d95ff17ad06338049a2cd5 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0b82b161f3fd39ee9f534cc2508d97f8 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a0b82b161f3fd39ee9f534cc2508d97f8" > afterTimeLoop< / a > ()< / td > < / tr >
< tr class = "memdesc:a0b82b161f3fd39ee9f534cc2508d97f8 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This is called after the time loop. < a href = "classpFlow_1_1demComponent.html#a0b82b161f3fd39ee9f534cc2508d97f8" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a0b82b161f3fd39ee9f534cc2508d97f8 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a9772907f42ecab8a7d5d24496fba9498" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a9772907f42ecab8a7d5d24496fba9498" > accelerationTimer< / a > ()< / td > < / tr >
< tr class = "separator:a9772907f42ecab8a7d5d24496fba9498" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a848a4271916d4c00aab93621c82eb404" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a848a4271916d4c00aab93621c82eb404" > intCorrectTimer< / a > ()< / td > < / tr >
< tr class = "separator:a848a4271916d4c00aab93621c82eb404" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5de134c19ed41ec0da1606f1d1963873" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a5de134c19ed41ec0da1606f1d1963873" > rVelIntegration< / a > ()< / td > < / tr >
< tr class = "separator:a5de134c19ed41ec0da1606f1d1963873" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pro_methods_classpFlow_1_1particles" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classpFlow_1_1particles')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > < / td > < / tr >
< tr class = "memitem:aee1fb957af9d737605b6e8701e6d14f5 inherit pro_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#aee1fb957af9d737605b6e8701e6d14f5" > zeroForce< / a > ()< / td > < / tr >
< tr class = "separator:aee1fb957af9d737605b6e8701e6d14f5 inherit pro_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a305a8984d573e13f073ba7ec0ecf19ca inherit pro_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a305a8984d573e13f073ba7ec0ecf19ca" > zeroTorque< / a > ()< / td > < / tr >
< tr class = "separator:a305a8984d573e13f073ba7ec0ecf19ca inherit pro_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a1898e0b780e6dcca30fb4549130bcb82 inherit pro_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a1898e0b780e6dcca30fb4549130bcb82" > dynPointStruct< / a > ()< / td > < / tr >
< tr class = "separator:a1898e0b780e6dcca30fb4549130bcb82 inherit pro_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab65a0c533b6ad751af6e319e219b1bae inherit pro_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#ab65a0c533b6ad751af6e319e219b1bae" > pointPosition< / a > ()< / td > < / tr >
< tr class = "separator:ab65a0c533b6ad751af6e319e219b1bae inherit pro_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5510fc4c738a58127dcb6a83f10e1106 inherit pro_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a5510fc4c738a58127dcb6a83f10e1106" > idHandler< / a > ()< / td > < / tr >
< tr class = "separator:a5510fc4c738a58127dcb6a83f10e1106 inherit pro_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aec85cf001ef0861b02b3492c89bc9c75 inherit pro_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#aec85cf001ef0861b02b3492c89bc9c75" > shapeIndex< / a > ()< / td > < / tr >
< tr class = "separator:aec85cf001ef0861b02b3492c89bc9c75 inherit pro_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-methods" > < / a >
Private Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:aa91648d88059096d5f29f92d77772986" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#aa91648d88059096d5f29f92d77772986" > getParticlesInfoFromShape< / a > (const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & shapeNames, < a class = "el" href = "namespacepFlow.html#a90d3f047f5a86872dd6ee80ebab12b0d" > uint32Vector< / a > & propIds, < a class = "el" href = "namespacepFlow.html#a56fe59023e353f0f237688c06fbfd441" > realVector< / a > & diams, < a class = "el" href = "namespacepFlow.html#a56fe59023e353f0f237688c06fbfd441" > realVector< / a > & < a class = "el" href = "NBSLoop_8hpp.html#a0ece545b36c74171628b3bd219848edc" > m< / a > , < a class = "el" href = "namespacepFlow.html#a56fe59023e353f0f237688c06fbfd441" > realVector< / a > & Is, < a class = "el" href = "namespacepFlow.html#a90d3f047f5a86872dd6ee80ebab12b0d" > uint32Vector< / a > & shIndex)< / td > < / tr >
< tr class = "separator:aa91648d88059096d5f29f92d77772986" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / 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 >
< tr class = "memitem:a3c82b6258ab661de33c9718409809b7f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a0871e14229d0c3030fa7b3a8495d1cfa" > ShapeType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a3c82b6258ab661de33c9718409809b7f" > spheres_< / a > < / td > < / tr >
< tr class = "memdesc:a3c82b6258ab661de33c9718409809b7f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > reference to shapes < a href = "classpFlow_1_1sphereParticles.html#a3c82b6258ab661de33c9718409809b7f" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3c82b6258ab661de33c9718409809b7f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab017eb6279c56cded657c73410613374" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aa50cc496d2aea1168e355c0e91649cbd" > uint32PointField_D< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#ab017eb6279c56cded657c73410613374" > propertyId_< / a > < / td > < / tr >
< tr class = "memdesc:ab017eb6279c56cded657c73410613374" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > property id on device < a href = "classpFlow_1_1sphereParticles.html#ab017eb6279c56cded657c73410613374" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab017eb6279c56cded657c73410613374" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8b83db8824ff8cd15dfdde4709387cf0" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a8b83db8824ff8cd15dfdde4709387cf0" > diameter_< / a > < / td > < / tr >
< tr class = "memdesc:a8b83db8824ff8cd15dfdde4709387cf0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > diameter / boundig sphere size of particles on device < a href = "classpFlow_1_1sphereParticles.html#a8b83db8824ff8cd15dfdde4709387cf0" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a8b83db8824ff8cd15dfdde4709387cf0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a89b1fd553ece5e3e7483f27c324ab4e5" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a89b1fd553ece5e3e7483f27c324ab4e5" > mass_< / a > < / td > < / tr >
< tr class = "memdesc:a89b1fd553ece5e3e7483f27c324ab4e5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > mass of particles field < a href = "classpFlow_1_1sphereParticles.html#a89b1fd553ece5e3e7483f27c324ab4e5" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a89b1fd553ece5e3e7483f27c324ab4e5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a14b9479a586f46709213392c40fdd0a3" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a14b9479a586f46709213392c40fdd0a3" > I_< / a > < / td > < / tr >
< tr class = "memdesc:a14b9479a586f46709213392c40fdd0a3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > of inertial of particles < a href = "classpFlow_1_1sphereParticles.html#a14b9479a586f46709213392c40fdd0a3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a14b9479a586f46709213392c40fdd0a3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9967e171c665ac089ef162cf752eba3c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a9967e171c665ac089ef162cf752eba3c" > rVelocity_< / a > < / td > < / tr >
< tr class = "memdesc:a9967e171c665ac089ef162cf752eba3c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > of rotational Velocity of particles on device < a href = "classpFlow_1_1sphereParticles.html#a9967e171c665ac089ef162cf752eba3c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a9967e171c665ac089ef162cf752eba3c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac12ce7c14063d239b9fa3e845d5a4111" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#ac12ce7c14063d239b9fa3e845d5a4111" > rAcceleration_< / a > < / td > < / tr >
< tr class = "memdesc:ac12ce7c14063d239b9fa3e845d5a4111" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > of rotational acceleration of particles on device < a href = "classpFlow_1_1sphereParticles.html#ac12ce7c14063d239b9fa3e845d5a4111" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ac12ce7c14063d239b9fa3e845d5a4111" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa6ec74993b7f2a86dee74829c65cb40f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1boundarySphereParticlesList.html" > boundarySphereParticlesList< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#aa6ec74993b7f2a86dee74829c65cb40f" > boundarySphereParticles_< / a > < / td > < / tr >
< tr class = "memdesc:aa6ec74993b7f2a86dee74829c65cb40f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > boundaries < a href = "classpFlow_1_1sphereParticles.html#aa6ec74993b7f2a86dee74829c65cb40f" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa6ec74993b7f2a86dee74829c65cb40f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a1166eb30f8a6e6eb69bddb77706f122c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a1166eb30f8a6e6eb69bddb77706f122c" > rVelIntegration_< / a > = nullptr< / td > < / tr >
< tr class = "memdesc:a1166eb30f8a6e6eb69bddb77706f122c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > rotational velocity integrator < a href = "classpFlow_1_1sphereParticles.html#a1166eb30f8a6e6eb69bddb77706f122c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1166eb30f8a6e6eb69bddb77706f122c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1bff664d1437325cc40dfb3e29421da4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a1bff664d1437325cc40dfb3e29421da4" > accelerationTimer_< / a > < / td > < / tr >
< tr class = "memdesc:a1bff664d1437325cc40dfb3e29421da4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > timer for acceleration computations < a href = "classpFlow_1_1sphereParticles.html#a1bff664d1437325cc40dfb3e29421da4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1bff664d1437325cc40dfb3e29421da4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acab942b0343835097cc05a0e0d97ae9a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#acab942b0343835097cc05a0e0d97ae9a" > intPredictTimer_< / a > < / td > < / tr >
< tr class = "memdesc:acab942b0343835097cc05a0e0d97ae9a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > timer for integration computations (prediction step) < a href = "classpFlow_1_1sphereParticles.html#acab942b0343835097cc05a0e0d97ae9a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:acab942b0343835097cc05a0e0d97ae9a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2a1c9981adfb622385473dc09302639d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a2a1c9981adfb622385473dc09302639d" > intCorrectTimer_< / a > < / td > < / tr >
< tr class = "memdesc:a2a1c9981adfb622385473dc09302639d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > timer for integration computations (correction step) < a href = "classpFlow_1_1sphereParticles.html#a2a1c9981adfb622385473dc09302639d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a2a1c9981adfb622385473dc09302639d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a91ffbed574ea5e1c06c73efff6ccf26d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a91ffbed574ea5e1c06c73efff6ccf26d" > fieldUpdateTimer_< / a > < / td > < / tr >
< tr class = "separator:a91ffbed574ea5e1c06c73efff6ccf26d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "inherited" > < / a >
Additional Inherited Members< / h2 > < / td > < / tr >
< tr class = "inherit_header pub_static_methods_classpFlow_1_1observer" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_static_methods_classpFlow_1_1observer')" > < img src = "closed.png" alt = "-" / >   Static Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1observer.html" > observer< / a > < / td > < / tr >
< tr class = "memitem:a55aa647a7d2b1aa80f32344c471d26ba inherit pub_static_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a55aa647a7d2b1aa80f32344c471d26ba" > numEvents< / a > ()< / td > < / tr >
< tr class = "separator:a55aa647a7d2b1aa80f32344c471d26ba inherit pub_static_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > Class for managing spherical particles. < / p >
< p > This is a top-level class that contains the essential components for defining spherical prticles in a DEM simulation. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a0871e14229d0c3030fa7b3a8495d1cfa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0871e14229d0c3030fa7b3a8495d1cfa" > ◆ < / a > < / span > ShapeType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1sphereParticles.html#a0871e14229d0c3030fa7b3a8495d1cfa" > ShapeType< / a > = < a class = "el" href = "classpFlow_1_1sphereShape.html" > sphereShape< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2023-03-27 10:16:23 -07:00
< a id = "af3a0e20c9660776af6f0b8118e89e880" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af3a0e20c9660776af6f0b8118e89e880" > ◆ < / a > < / span > sphereParticles()< / 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_1sphereParticles.html" > sphereParticles< / a > < / td >
< td > (< / td >
< 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 >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > &   < / td >
< td class = "paramname" > < em > prop< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > construct from < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > and property < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00308" > 308< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.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 = "demComponent_8hpp_source.html#l00088" > demComponent::control()< / a > , < a class = "el" href = "integration_8cpp_source.html#l00041" > integration::create()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00074" > particles::dynPointStruct()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00040" > END_REPORT< / a > , < a class = "el" href = "streams_8hpp_source.html#l00044" > END_WARNING< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > , < a class = "el" href = "internalField_8hpp_source.html#l00109" > internalField< T, MemorySpace > ::field()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00042" > Green_Text< / a > , < a class = "el" href = "sphereParticles_8cpp_source.html#l00201" > sphereParticles::initializeParticles()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00039" > REPORT< / a > , < a class = "el" href = "sphereParticles_8hpp_source.html#l00075" > sphereParticles::rVelIntegration_< / a > , < a class = "el" href = "sphereParticles_8hpp_source.html#l00066" > sphereParticles::rVelocity_< / a > , and < a class = "el" href = "streams_8hpp_source.html#l00043" > WARNING< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-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_1sphereParticles_af3a0e20c9660776af6f0b8118e89e880_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_af3a0e20c9660776af6f0b8118e89e880_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ad27ffd196a0daf01b268bfefdc1826b4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad27ffd196a0daf01b268bfefdc1826b4" > ◆ < / a > < / span > ~sphereParticles()< / 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_1sphereParticles.html" > sphereParticles< / 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" > override< / span > < span class = "mlabel" > default< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "aa91648d88059096d5f29f92d77772986" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa91648d88059096d5f29f92d77772986" > ◆ < / a > < / span > getParticlesInfoFromShape()< / 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" > bool getParticlesInfoFromShape < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > &   < / td >
< td class = "paramname" > < em > shapeNames< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "paramkey" > < / td >
2023-03-27 10:16:23 -07:00
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a90d3f047f5a86872dd6ee80ebab12b0d" > uint32Vector< / a > &   < / td >
< td class = "paramname" > < em > propIds< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a56fe59023e353f0f237688c06fbfd441" > realVector< / a > &   < / td >
< td class = "paramname" > < em > diams< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a56fe59023e353f0f237688c06fbfd441" > realVector< / a > &   < / td >
< td class = "paramname" > < em > m< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a56fe59023e353f0f237688c06fbfd441" > realVector< / a > &   < / td >
< td class = "paramname" > < em > Is< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a90d3f047f5a86872dd6ee80ebab12b0d" > uint32Vector< / a > &   < / td >
< td class = "paramname" > < em > shIndex< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / 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 = "sphereParticles_8cpp_source.html#l00259" > 259< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.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 = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "NBSLoop_8hpp_source.html#l00022" > m< / a > , < a class = "el" href = "Vector_8hpp_source.html#l00284" > Vector< T, Allocator > ::reserve()< / 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_1sphereParticles_aa91648d88059096d5f29f92d77772986_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_aa91648d88059096d5f29f92d77772986_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a9772907f42ecab8a7d5d24496fba9498" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9772907f42ecab8a7d5d24496fba9498" > ◆ < / a > < / span > accelerationTimer()< / 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_1Timer.html" > Timer< / a > & accelerationTimer < / 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" > protected< / 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 = "sphereParticles_8hpp_source.html#l00109" > 109< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "sphereParticles_8hpp_source.html#l00078" > sphereParticles::accelerationTimer_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a848a4271916d4c00aab93621c82eb404" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a848a4271916d4c00aab93621c82eb404" > ◆ < / a > < / span > intCorrectTimer()< / 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_1Timer.html" > Timer< / a > & intCorrectTimer < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < / 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" > inline< / span > < span class = "mlabel" > protected< / 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 = "sphereParticles_8hpp_source.html#l00114" > 114< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "sphereParticles_8hpp_source.html#l00084" > sphereParticles::intCorrectTimer_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a5de134c19ed41ec0da1606f1d1963873" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5de134c19ed41ec0da1606f1d1963873" > ◆ < / a > < / span > rVelIntegration()< / 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_1integration.html" > integration< / a > & rVelIntegration < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > < / 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" > inline< / span > < span class = "mlabel" > protected< / 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 = "sphereParticles_8hpp_source.html#l00119" > 119< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "sphereParticles_8hpp_source.html#l00075" > sphereParticles::rVelIntegration_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a84343969d723c548f0f20fcd9294d351" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a84343969d723c548f0f20fcd9294d351" > ◆ < / a > < / span > initializeParticles()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool initializeParticles < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Insert new particles in position with specified shapes. < / p >
< p > This function is involked by inserted object to insert new set of particles into the simulation.< / p > < dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > position< / td > < td > position of new particles < / td > < / tr >
< tr > < td class = "paramname" > shape< / td > < td > shape of new particles < / td > < / tr >
< tr > < td class = "paramname" > setField< / td > < td > initial value of the selected fields for new particles < / td > < / tr >
< / table >
< / dd >
< / dl >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00201" > 201< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sphereShape_8cpp_source.html#l00081" > sphereShape::boundingDiameter()< / a > , < a class = "el" href = "internalField_8hpp_source.html#l00097" > internalField< T, MemorySpace > ::deviceView()< / a > , < a class = "el" href = "VectorSingle_8cpp_source.html#l00263" > VectorSingle< T, MemorySpace > ::deviceView()< / a > , < a class = "el" href = "sphereParticles_8hpp_source.html#l00057" > sphereParticles::diameter_< / a > , < a class = "el" href = "particles_8hpp_source.html#l00074" > particles::dynPointStruct()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "sphereParticles_8hpp_source.html#l00156" > sphereParticles::I()< / a > , < a class = "el" href = "sphereParticles_8hpp_source.html#l00063" > sphereParticles::I_< / a > , < a class = "el" href = "baseShapeNames_8hpp_source.html#l00140" > baseShapeNames::indexValid()< / a > , < a class = "el" href = "sphereShape_8cpp_source.html#l00147" > sphereShape::Inertia()< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00058" > LAMBDA_HD< / a > , < a class = "el" href = "sphereShape_8cpp_source.html#l00108" > sphereShape::mass()< / a > , < a class = "el" href = "sphereParticles_8hpp_source.html#l00199" > sphereParticles::mass()< / a > , < a class = "el" href = "sphereParticles_8hpp_source.html#l00060" > sphereParticles::mass_< / a > , < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00132" > pFlow::minMax()< / a > , < a class = "el" href = "sphereParticles_8hpp_source.html#l00054" > sphereParticles::propertyId_< / a > , < a class = "el" href = "particles_8hpp_source.html#l00089" > particles::shapeIndex()< / a > , < a class = "el" href = "shape_8hpp_source.html#l00080" > shape::shapePropertyIds()< / a > , and < a class = "el" href = "sphereParticles_8hpp_source.html#l00051" > sphereParticles::spheres_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8cpp_source.html#l00308" > sphereParticles::sphereParticles()< / 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;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_a84343969d723c548f0f20fcd9294d351_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_a84343969d723c548f0f20fcd9294d351_cgraph" alt = "" / > < / div >
< / div >
< 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;" >
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_a84343969d723c548f0f20fcd9294d351_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_a84343969d723c548f0f20fcd9294d351_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a42e28b27090d72b9a10ca8142216be37" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a42e28b27090d72b9a10ca8142216be37" > ◆ < / a > < / span > spheres()< / 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 auto& spheres < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > const< / 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" > inline< / 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 > const reference to shapes object < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00150" > 150< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sphereParticles_8hpp_source.html#l00051" > sphereParticles::spheres_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa1c1c863653fc262633e319b664eb8eb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa1c1c863653fc262633e319b664eb8eb" > ◆ < / a > < / span > I() < 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 auto& I < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / 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" > inline< / 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 > const reference to inertia < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / 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 = "sphereParticles_8hpp_source.html#l00156" > 156< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "sphereParticles_8hpp_source.html#l00063" > sphereParticles::I_< / 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 = "sphereParticles_8cpp_source.html#l00201" > sphereParticles::initializeParticles()< / a > .< / p >
< 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 caller graph for this function:< / div >
< div id = "dynsection-6-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-6-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_aa1c1c863653fc262633e319b664eb8eb_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_aa1c1c863653fc262633e319b664eb8eb_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aaa7fbbf82d45a5a88b28de8a78754a69" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aaa7fbbf82d45a5a88b28de8a78754a69" > ◆ < / a > < / span > I() < 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" > auto& I < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > reference to inertia < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / 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 = "sphereParticles_8hpp_source.html#l00162" > 162< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "sphereParticles_8hpp_source.html#l00063" > sphereParticles::I_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a5e39a4fcefdfce05f0e6b76cb9eb2a61" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5e39a4fcefdfce05f0e6b76cb9eb2a61" > ◆ < / a > < / span > rVelocity() < 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 auto& rVelocity < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00167" > 167< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "sphereParticles_8hpp_source.html#l00066" > sphereParticles::rVelocity_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a7feb8389fc5704a8d7ac62adb310925b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7feb8389fc5704a8d7ac62adb310925b" > ◆ < / a > < / span > rVelocity() < 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" > auto& rVelocity < / 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" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00172" > 172< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "sphereParticles_8hpp_source.html#l00066" > sphereParticles::rVelocity_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a0f63a62676bba1a8a5cf891337d1d201" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0f63a62676bba1a8a5cf891337d1d201" > ◆ < / a > < / span > hearChanges()< / 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" > bool hearChanges < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > t< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > iter< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1message.html" > message< / a > &   < / td >
< td class = "paramname" > < em > msg< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > &   < / td >
< td class = "paramname" > < em > varList< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / 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" > inline< / span > < span class = "mlabel" > override< / 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_1observer.html#a3c895cc7758c9d0c06677104c56ee11d" > observer< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00177" > 177< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "error_8hpp_source.html#l00084" > notImplementedFunction< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a9fea25b8ac140210247e49a081e5e246" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9fea25b8ac140210247e49a081e5e246" > ◆ < / a > < / span > propertyId()< / 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#aa50cc496d2aea1168e355c0e91649cbd" > uint32PointField_D< / a > & propertyId < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1particles.html#ab584c397b73fb9551373ef65caa39914" > particles< / 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 = "sphereParticles_8hpp_source.html#l00189" > 189< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "sphereParticles_8hpp_source.html#l00054" > sphereParticles::propertyId_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "abc84887de46cc625ef69fd5dfa81de01" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abc84887de46cc625ef69fd5dfa81de01" > ◆ < / a > < / span > diameter()< / 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#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > & diameter < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1particles.html#a3fde40d68117d2d9ca4c44f0eef0b1fe" > particles< / 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 = "sphereParticles_8hpp_source.html#l00194" > 194< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "sphereParticles_8hpp_source.html#l00057" > sphereParticles::diameter_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8hpp_source.html#l00226" > sphereParticles::boundingSphere()< / a > .< / p >
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_abc84887de46cc625ef69fd5dfa81de01_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_abc84887de46cc625ef69fd5dfa81de01_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< a id = "a160121d913080df4f0b93de905b698f5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a160121d913080df4f0b93de905b698f5" > ◆ < / a > < / span > mass()< / 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#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > & mass < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
2025-01-10 13:02:07 +03:30
< / 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_1particles.html#a0c84a7a49dcb2d66c67bce60365afef1" > particles< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00199" > 199< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sphereParticles_8hpp_source.html#l00060" > sphereParticles::mass_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8cpp_source.html#l00201" > sphereParticles::initializeParticles()< / a > .< / p >
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_a160121d913080df4f0b93de905b698f5_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_a160121d913080df4f0b93de905b698f5_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "ada71b97666fe3f66b31690bf12633c32" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ada71b97666fe3f66b31690bf12633c32" > ◆ < / a > < / span > beforeIteration()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
2023-03-27 10:16:23 -07:00
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool beforeIteration < / td >
< td > (< / td >
< td class = "paramname" > < / 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" > override< / 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 > before iteration step < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p > Reimplemented from < a class = "el" href = "classpFlow_1_1particles.html#ada71b97666fe3f66b31690bf12633c32" > particles< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00515" > 515< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.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 = "particles_8cpp_source.html#l00086" > particles::beforeIteration()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "iterateSphereParticles_8cpp_source.html#l00047" > main()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_ada71b97666fe3f66b31690bf12633c32_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_ada71b97666fe3f66b31690bf12633c32_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-10-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_ada71b97666fe3f66b31690bf12633c32_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_ada71b97666fe3f66b31690bf12633c32_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "afa767bddda52eb71cea18f755e17d559" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afa767bddda52eb71cea18f755e17d559" > ◆ < / a > < / span > iterate()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool iterate < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > iterate particles < / p >
< p > Reimplemented from < a class = "el" href = "classpFlow_1_1particles.html#afa767bddda52eb71cea18f755e17d559" > particles< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00537" > 537< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sphereParticlesKernels_8cpp_source.html#l00061" > pFlow::sphereParticlesKernels::acceleration()< / a > , and < a class = "el" href = "particles_8cpp_source.html#l00104" > particles::iterate()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "iterateSphereParticles_8cpp_source.html#l00047" > main()< / a > .< / p >
< div id = "dynsection-11" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-11-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-11-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_afa767bddda52eb71cea18f755e17d559_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_afa767bddda52eb71cea18f755e17d559_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-12" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-12-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_afa767bddda52eb71cea18f755e17d559_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_afa767bddda52eb71cea18f755e17d559_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a0a60a0c6b009c417177eb22b0445ce5c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0a60a0c6b009c417177eb22b0445ce5c" > ◆ < / a > < / span > insertParticles()< / 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" > bool insertParticles < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > &   < / td >
< td class = "paramname" > < em > position< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
2023-03-27 10:16:23 -07:00
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > &   < / td >
< td class = "paramname" > < em > shapesNames< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > &   < / td >
< td class = "paramname" > < em > setVarList< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1particles.html#aee68328dcc475b5db0d94ec5c7c6ad01" > particles< / 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 = "sphereParticles_8cpp_source.html#l00581" > 581< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.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 = "anyList_8hpp_source.html#l00084" > anyList::emplaceBack()< / a > .< / p >
< div id = "dynsection-13" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-13-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-13-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-13-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_a0a60a0c6b009c417177eb22b0445ce5c_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_a0a60a0c6b009c417177eb22b0445ce5c_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ad6e7f37a0c46767c56240272c311c6ba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad6e7f37a0c46767c56240272c311c6ba" > ◆ < / a > < / span > rAcceleration() < 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 >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & rAcceleration < / 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" >
< 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_1particles.html#a7b790efb4cf58acede50bad1739e1b75" > particles< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00216" > 216< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "sphereParticles_8hpp_source.html#l00069" > sphereParticles::rAcceleration_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "af4899923e99ba2809ed3322c81b12019" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af4899923e99ba2809ed3322c81b12019" > ◆ < / a > < / span > rAcceleration() < 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 >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & rAcceleration < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > 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_1particles.html#a58d0c11618a92ce56951c8ee015f39b4" > particles< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00221" > 221< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "sphereParticles_8hpp_source.html#l00069" > sphereParticles::rAcceleration_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a2a1b61b23f00bbe8bff88947a4681d6d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2a1b61b23f00bbe8bff88947a4681d6d" > ◆ < / a > < / span > boundingSphere()< / 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#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > & boundingSphere < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > const< / 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" > inline< / span > < span class = "mlabel" > override< / 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_1particles.html#adaa26de060a2ce43e01c63ff154a820e" > particles< / 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 = "sphereParticles_8hpp_source.html#l00226" > 226< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "sphereParticles_8hpp_source.html#l00194" > sphereParticles::diameter()< / a > .< / p >
< div id = "dynsection-14" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-14-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-14-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-14-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_a2a1b61b23f00bbe8bff88947a4681d6d_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_a2a1b61b23f00bbe8bff88947a4681d6d_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a82872e90b710004e676c860c833794e7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a82872e90b710004e676c860c833794e7" > ◆ < / a > < / span > shapeTypeName()< / 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#a0ebe792a293e8c717bddf60070c0fe99" > pFlow::word< / a > shapeTypeName < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1particles.html#af1ef13dca34d5f3770edd71a42582560" > particles< / 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 = "sphereParticles_8cpp_source.html#l00634" > 634< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a0d71ca80914055f76cac2bc2f023d6d1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0d71ca80914055f76cac2bc2f023d6d1" > ◆ < / a > < / span > getShapes()< / 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 = "classpFlow_1_1shape.html" > pFlow::shape< / a > & getShapes < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1particles.html#ac0e2686e172da2ac90026fd665cb0122" > particles< / 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 = "sphereParticles_8cpp_source.html#l00639" > 639< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-02 14:53:54 -07:00
< / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a37902e8915b3022d1068391f864a8e59" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a37902e8915b3022d1068391f864a8e59" > ◆ < / a > < / span > boundingSphereMinMax()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void boundingSphereMinMax < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > &   < / td >
< td class = "paramname" > < em > minDiam< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > &   < / td >
< td class = "paramname" > < em > maxDiam< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < 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_1particles.html#aa8d7c58c3cb52c881a119c56dbb7b5df" > particles< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00645" > 645< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a3c82b6258ab661de33c9718409809b7f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3c82b6258ab661de33c9718409809b7f" > ◆ < / a > < / span > spheres_< / 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_1sphereParticles.html#a0871e14229d0c3030fa7b3a8495d1cfa" > ShapeType< / a > spheres_< / 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 > reference to shapes < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00051" > 51< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8cpp_source.html#l00201" > sphereParticles::initializeParticles()< / a > , and < a class = "el" href = "sphereParticles_8hpp_source.html#l00150" > sphereParticles::spheres()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab017eb6279c56cded657c73410613374" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab017eb6279c56cded657c73410613374" > ◆ < / a > < / span > propertyId_< / 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#aa50cc496d2aea1168e355c0e91649cbd" > uint32PointField_D< / a > propertyId_< / 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 > property id on device < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00054" > 54< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8cpp_source.html#l00201" > sphereParticles::initializeParticles()< / a > , and < a class = "el" href = "sphereParticles_8hpp_source.html#l00189" > sphereParticles::propertyId()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a8b83db8824ff8cd15dfdde4709387cf0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8b83db8824ff8cd15dfdde4709387cf0" > ◆ < / a > < / span > diameter_< / 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#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > diameter_< / 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 > diameter / boundig sphere size of particles on device < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8hpp_source.html#l00194" > sphereParticles::diameter()< / a > , and < a class = "el" href = "sphereParticles_8cpp_source.html#l00201" > sphereParticles::initializeParticles()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a89b1fd553ece5e3e7483f27c324ab4e5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a89b1fd553ece5e3e7483f27c324ab4e5" > ◆ < / a > < / span > mass_< / 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#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > mass_< / 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 > mass of particles field < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00060" > 60< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8cpp_source.html#l00201" > sphereParticles::initializeParticles()< / a > , and < a class = "el" href = "sphereParticles_8hpp_source.html#l00199" > sphereParticles::mass()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a14b9479a586f46709213392c40fdd0a3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a14b9479a586f46709213392c40fdd0a3" > ◆ < / a > < / span > I_< / 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#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > I_< / 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 > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > of inertial of particles < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00063" > 63< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8hpp_source.html#l00156" > sphereParticles::I()< / a > , and < a class = "el" href = "sphereParticles_8cpp_source.html#l00201" > sphereParticles::initializeParticles()< / a > .< / p >
< / div >
< / div >
< a id = "a9967e171c665ac089ef162cf752eba3c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9967e171c665ac089ef162cf752eba3c" > ◆ < / a > < / span > rVelocity_< / 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#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > rVelocity_< / 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 > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > of rotational Velocity of particles on device < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00066" > 66< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8hpp_source.html#l00167" > sphereParticles::rVelocity()< / a > , and < a class = "el" href = "sphereParticles_8cpp_source.html#l00308" > sphereParticles::sphereParticles()< / a > .< / p >
< / div >
< / div >
< a id = "ac12ce7c14063d239b9fa3e845d5a4111" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac12ce7c14063d239b9fa3e845d5a4111" > ◆ < / a > < / span > rAcceleration_< / 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#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > rAcceleration_< / 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 > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > of rotational acceleration of particles on device < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00069" > 69< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8hpp_source.html#l00216" > sphereParticles::rAcceleration()< / a > .< / p >
< / div >
< / div >
< a id = "aa6ec74993b7f2a86dee74829c65cb40f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa6ec74993b7f2a86dee74829c65cb40f" > ◆ < / a > < / span > boundarySphereParticles_< / 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_1boundarySphereParticlesList.html" > boundarySphereParticlesList< / a > boundarySphereParticles_< / 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 > boundaries < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00072" > 72< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a1166eb30f8a6e6eb69bddb77706f122c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1166eb30f8a6e6eb69bddb77706f122c" > ◆ < / a > < / span > rVelIntegration_< / 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_1integration.html" > integration< / a > > rVelIntegration_ = nullptr< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > rotational velocity integrator < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00075" > 75< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 = "sphereParticles_8hpp_source.html#l00119" > sphereParticles::rVelIntegration()< / a > , and < a class = "el" href = "sphereParticles_8cpp_source.html#l00308" > sphereParticles::sphereParticles()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a1bff664d1437325cc40dfb3e29421da4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1bff664d1437325cc40dfb3e29421da4" > ◆ < / a > < / span > accelerationTimer_< / 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_1Timer.html" > Timer< / a > accelerationTimer_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > timer for acceleration computations < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00078" > 78< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8hpp_source.html#l00109" > sphereParticles::accelerationTimer()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "acab942b0343835097cc05a0e0d97ae9a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acab942b0343835097cc05a0e0d97ae9a" > ◆ < / a > < / span > intPredictTimer_< / 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_1Timer.html" > Timer< / a > intPredictTimer_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > timer for integration computations (prediction step) < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00081" > 81< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a2a1c9981adfb622385473dc09302639d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2a1c9981adfb622385473dc09302639d" > ◆ < / a > < / span > intCorrectTimer_< / 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_1Timer.html" > Timer< / a > intCorrectTimer_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > timer for integration computations (correction step) < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00084" > 84< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8hpp_source.html#l00114" > sphereParticles::intCorrectTimer()< / a > .< / p >
< / div >
< / div >
< a id = "a91ffbed574ea5e1c06c73efff6ccf26d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a91ffbed574ea5e1c06c73efff6ccf26d" > ◆ < / a > < / span > fieldUpdateTimer_< / 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_1Timer.html" > Timer< / a > fieldUpdateTimer_< / 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 = "sphereParticles_8hpp_source.html#l00086" > 86< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.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 > src/Particles/SphereParticles/sphereParticles/< a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > < / li >
< li > src/Particles/SphereParticles/sphereParticles/< a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.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_1sphereParticles.html" > sphereParticles< / 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 >