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: particles 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_1particles.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pri-attribs" > Private Attributes< / a > |
< a href = "#pri-static-attribs" > Static Private Attributes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1particles-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > particles Class Reference< span class = "mlabels" > < span class = "mlabel" > abstract< / span > < / span > < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for particles:< / 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_1particles__inherit__graph.png" border = "0" usemap = "#particles_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 particles:< / 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_1particles__coll__graph.png" border = "0" usemap = "#particles_coll__map" alt = "Collaboration graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:aba08b9f91e550622706972bfda2fb71d" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ab93291e217f8e7630df6f74d2a3119b6" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a5a5187815d4381e1ef3246ff4ca9eae3" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:af594ba73474d415474d32afc783799b1" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab6e47ba73b45a9bdfe3aeb0e3d629b88" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac83f377533f26c27400c8e9b1ba26f8e" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d2a7b5c43832e65e2cbf5f9de32856d" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a10efdf47ffedbdc720f71c2f72b98d98" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a234de5cb432c97fcb4b0f806bb86624e" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2b5fdb4b295d0f3bf1b91ba12cbfa381" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a56656d26e43a5de9dd4dad90b67b243d" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a248ed9b3af5e1fb5427f9dacb68eec9e" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad9a718f1ea228888eba2db158b99b74a" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a972c390e6438aa3692e0389bbcf76f1a" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a26a6c3f344d9398ca372621b3757c31f" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:af2630cdd7d756a56160ba4864cf29b0c" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0db2375a0646859ef8467be694143866" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9fb814d08718f09aef070e85e44530e1" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7215b1c42fe387c4cfaaa70844b49af" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:add92d5f7e6470b1412347d2ab07889b1" > < 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" > < 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_1particles.html#ada71b97666fe3f66b31690bf12633c32" > beforeIteration< / a > () override< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:ada71b97666fe3f66b31690bf12633c32" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This is called in time loop, before iterate. < a href = "classpFlow_1_1particles.html#ada71b97666fe3f66b31690bf12633c32" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ada71b97666fe3f66b31690bf12633c32" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:afa767bddda52eb71cea18f755e17d559" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#afa767bddda52eb71cea18f755e17d559" > iterate< / a > () override< / td > < / tr >
< tr class = "memdesc:afa767bddda52eb71cea18f755e17d559" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This is called in time loop. < a href = "classpFlow_1_1particles.html#afa767bddda52eb71cea18f755e17d559" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:afa767bddda52eb71cea18f755e17d559" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5ab4b6c611c3256e54f51bbfc484d58e" > < 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" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aee68328dcc475b5db0d94ec5c7c6ad01" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#aee68328dcc475b5db0d94ec5c7c6ad01" > 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)=0< / td > < / tr >
< tr class = "separator:aee68328dcc475b5db0d94ec5c7c6ad01" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab584c397b73fb9551373ef65caa39914" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "namespacepFlow.html#aa50cc496d2aea1168e355c0e91649cbd" > uint32PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#ab584c397b73fb9551373ef65caa39914" > propertyId< / a > () const =0< / td > < / tr >
< tr class = "separator:ab584c397b73fb9551373ef65caa39914" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3fde40d68117d2d9ca4c44f0eef0b1fe" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "namespacepFlow.html#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a3fde40d68117d2d9ca4c44f0eef0b1fe" > diameter< / a > () const =0< / td > < / tr >
< tr class = "separator:a3fde40d68117d2d9ca4c44f0eef0b1fe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0c84a7a49dcb2d66c67bce60365afef1" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "namespacepFlow.html#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a0c84a7a49dcb2d66c67bce60365afef1" > mass< / a > () const =0< / td > < / tr >
< tr class = "separator:a0c84a7a49dcb2d66c67bce60365afef1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7b790efb4cf58acede50bad1739e1b75" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a7b790efb4cf58acede50bad1739e1b75" > rAcceleration< / a > ()=0< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a7b790efb4cf58acede50bad1739e1b75" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a58d0c11618a92ce56951c8ee015f39b4" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a58d0c11618a92ce56951c8ee015f39b4" > rAcceleration< / a > () const =0< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a58d0c11618a92ce56951c8ee015f39b4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:adaa26de060a2ce43e01c63ff154a820e" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "namespacepFlow.html#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#adaa26de060a2ce43e01c63ff154a820e" > boundingSphere< / a > () const =0< / td > < / tr >
< tr class = "separator:adaa26de060a2ce43e01c63ff154a820e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:af1ef13dca34d5f3770edd71a42582560" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#af1ef13dca34d5f3770edd71a42582560" > shapeTypeName< / a > () const =0< / td > < / tr >
< tr class = "separator:af1ef13dca34d5f3770edd71a42582560" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ac0e2686e172da2ac90026fd665cb0122" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "classpFlow_1_1shape.html" > shape< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#ac0e2686e172da2ac90026fd665cb0122" > getShapes< / a > () const =0< / td > < / tr >
< tr class = "separator:ac0e2686e172da2ac90026fd665cb0122" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa8d7c58c3cb52c881a119c56dbb7b5df" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#aa8d7c58c3cb52c881a119c56dbb7b5df" > boundingSphereMinMax< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > & minDiam, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > & maxDiam) const =0< / td > < / tr >
< tr class = "separator:aa8d7c58c3cb52c881a119c56dbb7b5df" > < 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 >
< tr class = "memitem:a3c895cc7758c9d0c06677104c56ee11d inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a3c895cc7758c9d0c06677104c56ee11d" > hearChanges< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > t, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < 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)=0< / td > < / tr >
< tr class = "separator:a3c895cc7758c9d0c06677104c56ee11d 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 >
< tr class = "memitem:aee1fb957af9d737605b6e8701e6d14f5" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a305a8984d573e13f073ba7ec0ecf19ca" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a1898e0b780e6dcca30fb4549130bcb82" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab65a0c533b6ad751af6e319e219b1bae" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5510fc4c738a58127dcb6a83f10e1106" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aec85cf001ef0861b02b3492c89bc9c75" > < 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" > < 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 >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a51a83cecc7ff3322ab09cb31c070692e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1dynamicPointStructure.html" > dynamicPointStructure< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e" > dynPointStruct_< / a > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a51a83cecc7ff3322ab09cb31c070692e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > dynamic point structure for particles center mass < a href = "classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a51a83cecc7ff3322ab09cb31c070692e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a6e61f5b4bb4c14640f6f888dd3c99b62" > < 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_1particles.html#a6e61f5b4bb4c14640f6f888dd3c99b62" > shapeIndex_< / a > < / td > < / tr >
< tr class = "memdesc:a6e61f5b4bb4c14640f6f888dd3c99b62" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > shape index of each particle < a href = "classpFlow_1_1particles.html#a6e61f5b4bb4c14640f6f888dd3c99b62" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a6e61f5b4bb4c14640f6f888dd3c99b62" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a60c7e8589518715b54706d35e2b428c9" > < 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_1particles.html#a60c7e8589518715b54706d35e2b428c9" > accelertion_< / a > < / td > < / tr >
< tr class = "memdesc:a60c7e8589518715b54706d35e2b428c9" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > acceleration on device < a href = "classpFlow_1_1particles.html#a60c7e8589518715b54706d35e2b428c9" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a60c7e8589518715b54706d35e2b428c9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7191e43331d75efa3b6ba1f7e36f15ad" > < 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_1particles.html#a7191e43331d75efa3b6ba1f7e36f15ad" > contactForce_< / a > < / td > < / tr >
< tr class = "memdesc:a7191e43331d75efa3b6ba1f7e36f15ad" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > contact force field < a href = "classpFlow_1_1particles.html#a7191e43331d75efa3b6ba1f7e36f15ad" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a7191e43331d75efa3b6ba1f7e36f15ad" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac1c2da7e5c2021d8b6eb17684a572528" > < 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_1particles.html#ac1c2da7e5c2021d8b6eb17684a572528" > contactTorque_< / a > < / td > < / tr >
< tr class = "memdesc:ac1c2da7e5c2021d8b6eb17684a572528" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > contact torque field < a href = "classpFlow_1_1particles.html#ac1c2da7e5c2021d8b6eb17684a572528" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ac1c2da7e5c2021d8b6eb17684a572528" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a358164022c2857aefc5bff1122639680" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1particleIdHandler.html" > particleIdHandler< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a358164022c2857aefc5bff1122639680" > idHandler_< / a > = nullptr< / td > < / tr >
< tr class = "memdesc:a358164022c2857aefc5bff1122639680" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > handling new ids for new particles < a href = "classpFlow_1_1particles.html#a358164022c2857aefc5bff1122639680" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a358164022c2857aefc5bff1122639680" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a76b0c86c8e2d752ee5ee58a5f8d267ea" > < 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_1particles.html#a76b0c86c8e2d752ee5ee58a5f8d267ea" > baseFieldBoundaryUpdateTimer_< / a > < / td > < / tr >
< tr class = "separator:a76b0c86c8e2d752ee5ee58a5f8d267ea" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-static-attribs" > < / a >
Static Private Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a21f8dfaaa7207d524df453d28ec9db83" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "classpFlow_1_1message.html" > message< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a21f8dfaaa7207d524df453d28ec9db83" > defaultMessage_< / a > { < a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687da88ec7d5086d2469ba843c7fcceade8a6" > message::DEFAULT< / a > }< / td > < / tr >
< tr class = "memdesc:a21f8dfaaa7207d524df453d28ec9db83" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > messages for this objects < a href = "classpFlow_1_1particles.html#a21f8dfaaa7207d524df453d28ec9db83" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a21f8dfaaa7207d524df453d28ec9db83" > < 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 = "definition" > Definition at line < a class = "el" href = "particles_8hpp_source.html#l00033" > 33< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "ab93291e217f8e7630df6f74d2a3119b6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab93291e217f8e7630df6f74d2a3119b6" > ◆ < / a > < / span > particles()< / 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_1particles.html" > particles< / a > < / 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 = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td >
< td class = "paramname" > < em > control< / em > < / 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" > explicit< / 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 = "particles_8cpp_source.html#l00022" > 22< / a > of file < a class = "el" href = "particles_8cpp_source.html" > particles.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 = "observer_8cpp_source.html#l00067" > observer::addToSubscriber()< / a > , and < a class = "el" href = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1particles_ab93291e217f8e7630df6f74d2a3119b6_cgraph.png" border = "0" usemap = "#classpFlow_1_1particles_ab93291e217f8e7630df6f74d2a3119b6_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2023-03-27 10:16:23 -07:00
< a id = "aee1fb957af9d737605b6e8701e6d14f5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aee1fb957af9d737605b6e8701e6d14f5" > ◆ < / a > < / span > zeroForce()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void zeroForce < / td >
< 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" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "particles_8hpp_source.html#l00064" > 64< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00049" > particles::contactForce_< / a > , < a class = "el" href = "pointField_8hpp_source.html#l00138" > pointField< T, MemorySpace > ::fill()< / a > , and < a class = "el" href = "types_8hpp_source.html#l00137" > pFlow::zero3< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< 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_1particles_aee1fb957af9d737605b6e8701e6d14f5_cgraph.png" border = "0" usemap = "#classpFlow_1_1particles_aee1fb957af9d737605b6e8701e6d14f5_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "a305a8984d573e13f073ba7ec0ecf19ca" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a305a8984d573e13f073ba7ec0ecf19ca" > ◆ < / a > < / span > zeroTorque()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void zeroTorque < / td >
< 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" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "particles_8hpp_source.html#l00069" > 69< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00052" > particles::contactTorque_< / a > , < a class = "el" href = "pointField_8hpp_source.html#l00138" > pointField< T, MemorySpace > ::fill()< / a > , and < a class = "el" href = "types_8hpp_source.html#l00137" > pFlow::zero3< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1particles_a305a8984d573e13f073ba7ec0ecf19ca_cgraph.png" border = "0" usemap = "#classpFlow_1_1particles_a305a8984d573e13f073ba7ec0ecf19ca_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a1898e0b780e6dcca30fb4549130bcb82" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1898e0b780e6dcca30fb4549130bcb82" > ◆ < / a > < / span > dynPointStruct() < 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" > auto& dynPointStruct < / 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 = "particles_8hpp_source.html#l00074" > 74< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / 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 = "ContactSearch_8hpp_source.html#l00056" > ContactSearch< searchMethod > ::BroadSearch()< / a > , < a class = "el" href = "ContactSearch_8hpp_source.html#l00101" > ContactSearch< searchMethod > ::ContactSearch()< / a > , < a class = "el" href = "grainParticles_8cpp_source.html#l00143" > grainParticles::grainParticles()< / a > , < a class = "el" href = "grainParticles_8cpp_source.html#l00026" > grainParticles::initializeParticles()< / a > , < a class = "el" href = "sphereParticles_8cpp_source.html#l00201" > sphereParticles::initializeParticles()< / a > , and < a class = "el" href = "sphereParticles_8cpp_source.html#l00308" > sphereParticles::sphereParticles()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1particles_a1898e0b780e6dcca30fb4549130bcb82_icgraph.png" border = "0" usemap = "#classpFlow_1_1particles_a1898e0b780e6dcca30fb4549130bcb82_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab65a0c533b6ad751af6e319e219b1bae" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab65a0c533b6ad751af6e319e219b1bae" > ◆ < / a > < / span > pointPosition() < 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" > auto& pointPosition < / 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 = "particles_8hpp_source.html#l00079" > 79< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / a > , and < a class = "el" href = "internalPoints_8cpp_source.html#l00209" > internalPoints::pointPosition()< / 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 = "ContactSearch_8hpp_source.html#l00056" > ContactSearch< searchMethod > ::BroadSearch()< / a > , and < a class = "el" href = "ContactSearch_8hpp_source.html#l00101" > ContactSearch< searchMethod > ::ContactSearch()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1particles_ab65a0c533b6ad751af6e319e219b1bae_cgraph.png" border = "0" usemap = "#classpFlow_1_1particles_ab65a0c533b6ad751af6e319e219b1bae_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2023-04-02 14:53:54 -07:00
< 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;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1particles_ab65a0c533b6ad751af6e319e219b1bae_icgraph.png" border = "0" usemap = "#classpFlow_1_1particles_ab65a0c533b6ad751af6e319e219b1bae_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a5510fc4c738a58127dcb6a83f10e1106" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5510fc4c738a58127dcb6a83f10e1106" > ◆ < / a > < / span > idHandler()< / 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& idHandler < / 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 = "particles_8hpp_source.html#l00084" > 84< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00055" > particles::idHandler_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aec85cf001ef0861b02b3492c89bc9c75" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aec85cf001ef0861b02b3492c89bc9c75" > ◆ < / a > < / span > shapeIndex()< / 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& shapeIndex < / 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 = "particles_8hpp_source.html#l00089" > 89< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00043" > particles::shapeIndex_< / 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 = "grainParticles_8cpp_source.html#l00026" > grainParticles::initializeParticles()< / a > , and < a class = "el" href = "sphereParticles_8cpp_source.html#l00201" > sphereParticles::initializeParticles()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1particles_aec85cf001ef0861b02b3492c89bc9c75_icgraph.png" border = "0" usemap = "#classpFlow_1_1particles_aec85cf001ef0861b02b3492c89bc9c75_icgraph" alt = "" / > < / div >
2023-04-02 14:53:54 -07:00
< / div >
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 = "aba08b9f91e550622706972bfda2fb71d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aba08b9f91e550622706972bfda2fb71d" > ◆ < / a > < / span > TypeInfo()< / 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" > TypeInfo < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > " particles"   < / td >
2023-03-27 10:16:23 -07:00
< 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 >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a5a5187815d4381e1ef3246ff4ca9eae3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5a5187815d4381e1ef3246ff4ca9eae3" > ◆ < / a > < / span > dynPointStruct() < 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" > const auto& dynPointStruct < / 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 = "particles_8hpp_source.html#l00101" > 101< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "af594ba73474d415474d32afc783799b1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af594ba73474d415474d32afc783799b1" > ◆ < / a > < / span > pStruct()< / 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_1pointStructure.html" > pointStructure< / a > & pStruct < / 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 = "particles_8hpp_source.html#l00106" > 106< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab6e47ba73b45a9bdfe3aeb0e3d629b88" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab6e47ba73b45a9bdfe3aeb0e3d629b88" > ◆ < / a > < / span > simDomain()< / 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& simDomain < / 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 = "particles_8hpp_source.html#l00111" > 111< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / a > , and < a class = "el" href = "pointStructure_8hpp_source.html#l00149" > pointStructure::simDomain()< / a > .< / p >
< 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;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1particles_ab6e47ba73b45a9bdfe3aeb0e3d629b88_cgraph.png" border = "0" usemap = "#classpFlow_1_1particles_ab6e47ba73b45a9bdfe3aeb0e3d629b88_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ac83f377533f26c27400c8e9b1ba26f8e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac83f377533f26c27400c8e9b1ba26f8e" > ◆ < / a > < / span > thisDomain()< / 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& thisDomain < / 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 = "particles_8hpp_source.html#l00116" > 116< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / a > , and < a class = "el" href = "pointStructure_8hpp_source.html#l00155" > pointStructure::thisDomain()< / a > .< / p >
< 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 call graph for this function:< / div >
< div id = "dynsection-10-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-10-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1particles_ac83f377533f26c27400c8e9b1ba26f8e_cgraph.png" border = "0" usemap = "#classpFlow_1_1particles_ac83f377533f26c27400c8e9b1ba26f8e_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a0d2a7b5c43832e65e2cbf5f9de32856d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0d2a7b5c43832e65e2cbf5f9de32856d" > ◆ < / a > < / span > extendedDomain()< / 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& extendedDomain < / 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 = "particles_8hpp_source.html#l00121" > 121< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / a > , and < a class = "el" href = "pointStructure_8hpp_source.html#l00161" > pointStructure::extendedDomain()< / 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;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1particles_a0d2a7b5c43832e65e2cbf5f9de32856d_cgraph.png" border = "0" usemap = "#classpFlow_1_1particles_a0d2a7b5c43832e65e2cbf5f9de32856d_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a10efdf47ffedbdc720f71c2f72b98d98" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a10efdf47ffedbdc720f71c2f72b98d98" > ◆ < / a > < / span > size()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > auto size < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > 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 = "particles_8hpp_source.html#l00126" > 126< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / a > , and < a class = "el" href = "internalPoints_8hpp_source.html#l00168" > internalPoints::size()< / a > .< / p >
< 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 call 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_1particles_a10efdf47ffedbdc720f71c2f72b98d98_cgraph.png" border = "0" usemap = "#classpFlow_1_1particles_a10efdf47ffedbdc720f71c2f72b98d98_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a234de5cb432c97fcb4b0f806bb86624e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a234de5cb432c97fcb4b0f806bb86624e" > ◆ < / a > < / span > capacity()< / 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 capacity < / 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" > 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 = "particles_8hpp_source.html#l00131" > 131< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "internalPoints_8hpp_source.html#l00175" > internalPoints::capacity()< / a > , and < a class = "el" href = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / 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_1particles_a234de5cb432c97fcb4b0f806bb86624e_cgraph.png" border = "0" usemap = "#classpFlow_1_1particles_a234de5cb432c97fcb4b0f806bb86624e_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a2b5fdb4b295d0f3bf1b91ba12cbfa381" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2b5fdb4b295d0f3bf1b91ba12cbfa381" > ◆ < / a > < / span > numActive()< / 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 numActive < / 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 = "particles_8hpp_source.html#l00136" > 136< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / a > , and < a class = "el" href = "internalPoints_8hpp_source.html#l00188" > internalPoints::numActive()< / 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_1particles_a2b5fdb4b295d0f3bf1b91ba12cbfa381_cgraph.png" border = "0" usemap = "#classpFlow_1_1particles_a2b5fdb4b295d0f3bf1b91ba12cbfa381_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a56656d26e43a5de9dd4dad90b67b243d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a56656d26e43a5de9dd4dad90b67b243d" > ◆ < / a > < / span > isAllActive()< / 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 isAllActive < / 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" > 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 = "particles_8hpp_source.html#l00141" > 141< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / a > , and < a class = "el" href = "internalPoints_8hpp_source.html#l00195" > internalPoints::isAllActive()< / a > .< / p >
< div id = "dynsection-15" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-15-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-15-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-15-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1particles_a56656d26e43a5de9dd4dad90b67b243d_cgraph.png" border = "0" usemap = "#classpFlow_1_1particles_a56656d26e43a5de9dd4dad90b67b243d_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a248ed9b3af5e1fb5427f9dacb68eec9e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a248ed9b3af5e1fb5427f9dacb68eec9e" > ◆ < / a > < / span > pointPosition() < 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" > const auto& pointPosition < / 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 = "particles_8hpp_source.html#l00146" > 146< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / a > , and < a class = "el" href = "internalPoints_8cpp_source.html#l00209" > internalPoints::pointPosition()< / a > .< / p >
< div id = "dynsection-16" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-16-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-16-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-16-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1particles_a248ed9b3af5e1fb5427f9dacb68eec9e_cgraph.png" border = "0" usemap = "#classpFlow_1_1particles_a248ed9b3af5e1fb5427f9dacb68eec9e_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ad9a718f1ea228888eba2db158b99b74a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad9a718f1ea228888eba2db158b99b74a" > ◆ < / a > < / span > velocity()< / 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& velocity < / 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" > 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 = "particles_8hpp_source.html#l00151" > 151< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00040" > particles::dynPointStruct_< / a > , and < a class = "el" href = "dynamicPointStructure_8hpp_source.html#l00074" > dynamicPointStructure::velocity()< / a > .< / p >
< div id = "dynsection-17" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-17-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-17-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-17-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1particles_ad9a718f1ea228888eba2db158b99b74a_cgraph.png" border = "0" usemap = "#classpFlow_1_1particles_ad9a718f1ea228888eba2db158b99b74a_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a972c390e6438aa3692e0389bbcf76f1a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a972c390e6438aa3692e0389bbcf76f1a" > ◆ < / a > < / span > accelertion() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const auto& accelertion < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "particles_8hpp_source.html#l00156" > 156< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00046" > particles::accelertion_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a26a6c3f344d9398ca372621b3757c31f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a26a6c3f344d9398ca372621b3757c31f" > ◆ < / a > < / span > accelertion() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > auto& accelertion < / td >
< 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 = "particles_8hpp_source.html#l00161" > 161< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00046" > particles::accelertion_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "af2630cdd7d756a56160ba4864cf29b0c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af2630cdd7d756a56160ba4864cf29b0c" > ◆ < / a > < / span > contactForce() < 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" > auto& contactForce < / 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 = "particles_8hpp_source.html#l00166" > 166< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00049" > particles::contactForce_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a0db2375a0646859ef8467be694143866" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0db2375a0646859ef8467be694143866" > ◆ < / a > < / span > contactForce() < 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" > const auto& contactForce < / 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 = "particles_8hpp_source.html#l00171" > 171< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00049" > particles::contactForce_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a9fb814d08718f09aef070e85e44530e1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9fb814d08718f09aef070e85e44530e1" > ◆ < / a > < / span > contactTorque() < 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" > auto& contactTorque < / 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 = "particles_8hpp_source.html#l00176" > 176< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00052" > particles::contactTorque_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa7215b1c42fe387c4cfaaa70844b49af" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa7215b1c42fe387c4cfaaa70844b49af" > ◆ < / a > < / span > contactTorque() < 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" > const auto& contactTorque < / 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 = "particles_8hpp_source.html#l00181" > 181< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00052" > particles::contactTorque_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "add92d5f7e6470b1412347d2ab07889b1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#add92d5f7e6470b1412347d2ab07889b1" > ◆ < / a > < / span > maxId()< / 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" > uint maxId < / 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 = "particles_8hpp_source.html#l00187" > 187< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00055" > particles::idHandler_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ada71b97666fe3f66b31690bf12633c32" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ada71b97666fe3f66b31690bf12633c32" > ◆ < / a > < / span > beforeIteration()< / 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 beforeIteration < / 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" > 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 > This is called in time loop, before iterate. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1demComponent.html#a87d9b39a0e924bb21ed4a165140836de" > demComponent< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p > Reimplemented in < a class = "el" href = "classpFlow_1_1sphereParticles.html#ada71b97666fe3f66b31690bf12633c32" > sphereParticles< / 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 = "particles_8cpp_source.html#l00086" > 86< / a > of file < a class = "el" href = "particles_8cpp_source.html" > particles.cpp< / 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#l00515" > sphereParticles::beforeIteration()< / a > , and < a class = "el" href = "grainParticles_8cpp_source.html#l00278" > grainParticles::beforeIteration()< / a > .< / p >
< div id = "dynsection-18" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-18-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-18-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-18-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1particles_ada71b97666fe3f66b31690bf12633c32_icgraph.png" border = "0" usemap = "#classpFlow_1_1particles_ada71b97666fe3f66b31690bf12633c32_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "afa767bddda52eb71cea18f755e17d559" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afa767bddda52eb71cea18f755e17d559" > ◆ < / a > < / span > iterate()< / 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 iterate < / 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" > 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 > This is called in time loop. < / p >
< p > Perform the main calculations when the component should evolve along time. < / p >
< p > Implements < a class = "el" href = "classpFlow_1_1demComponent.html#ad9e44c3349e7a9a5b6ba72c9db344b96" > demComponent< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p > Reimplemented in < a class = "el" href = "classpFlow_1_1sphereParticles.html#afa767bddda52eb71cea18f755e17d559" > sphereParticles< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "particles_8cpp_source.html#l00104" > 104< / a > of file < a class = "el" href = "particles_8cpp_source.html" > particles.cpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8cpp_source.html#l00537" > sphereParticles::iterate()< / a > , and < a class = "el" href = "grainParticles_8cpp_source.html#l00301" > grainParticles::iterate()< / a > .< / p >
< div id = "dynsection-19" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-19-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-19-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-19-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1particles_afa767bddda52eb71cea18f755e17d559_icgraph.png" border = "0" usemap = "#classpFlow_1_1particles_afa767bddda52eb71cea18f755e17d559_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a5ab4b6c611c3256e54f51bbfc484d58e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5ab4b6c611c3256e54f51bbfc484d58e" > ◆ < / a > < / span > afterIteration()< / 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 afterIteration < / 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" >
2023-04-13 11:46:41 -07:00
< 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 > This is called in time loop, after iterate. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1demComponent.html#ac7d2399b393b6dfa6f00ad9bcd524437" > demComponent< / 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 = "particles_8cpp_source.html#l00110" > 110< / a > of file < a class = "el" href = "particles_8cpp_source.html" > particles.cpp< / 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 = "grainGranFlow_8cpp_source.html#l00054" > main()< / a > .< / p >
< div id = "dynsection-20" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-20-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-20-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-20-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1particles_a5ab4b6c611c3256e54f51bbfc484d58e_icgraph.png" border = "0" usemap = "#classpFlow_1_1particles_a5ab4b6c611c3256e54f51bbfc484d58e_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aee68328dcc475b5db0d94ec5c7c6ad01" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aee68328dcc475b5db0d94ec5c7c6ad01" > ◆ < / 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 >
< td class = "memname" > virtual bool insertParticles < / td >
< td > (< / td >
< 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 >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > &   < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < em > shapesNames< / 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" > const < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > &   < / td >
< td class = "paramname" > < em > setVarList< / 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" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1grainParticles.html#a0a60a0c6b009c417177eb22b0445ce5c" > grainParticles< / a > , and < a class = "el" href = "classpFlow_1_1sphereParticles.html#a0a60a0c6b009c417177eb22b0445ce5c" > sphereParticles< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab584c397b73fb9551373ef65caa39914" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab584c397b73fb9551373ef65caa39914" > ◆ < / 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" > virtual 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 >
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" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1sphereParticles.html#a9fea25b8ac140210247e49a081e5e246" > sphereParticles< / a > , and < a class = "el" href = "classpFlow_1_1grainParticles.html#a9fea25b8ac140210247e49a081e5e246" > grainParticles< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a3fde40d68117d2d9ca4c44f0eef0b1fe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3fde40d68117d2d9ca4c44f0eef0b1fe" > ◆ < / 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" > virtual 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" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1sphereParticles.html#abc84887de46cc625ef69fd5dfa81de01" > sphereParticles< / a > , and < a class = "el" href = "classpFlow_1_1grainParticles.html#abc84887de46cc625ef69fd5dfa81de01" > grainParticles< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a0c84a7a49dcb2d66c67bce60365afef1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0c84a7a49dcb2d66c67bce60365afef1" > ◆ < / 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" > virtual const < a class = "el" href = "namespacepFlow.html#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > & mass < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1grainParticles.html#a160121d913080df4f0b93de905b698f5" > grainParticles< / a > , and < a class = "el" href = "classpFlow_1_1sphereParticles.html#a160121d913080df4f0b93de905b698f5" > sphereParticles< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a7b790efb4cf58acede50bad1739e1b75" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7b790efb4cf58acede50bad1739e1b75" > ◆ < / a > < / span > rAcceleration() < 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" > virtual < 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 >
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" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1grainParticles.html#ad6e7f37a0c46767c56240272c311c6ba" > grainParticles< / a > , and < a class = "el" href = "classpFlow_1_1sphereParticles.html#ad6e7f37a0c46767c56240272c311c6ba" > sphereParticles< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a58d0c11618a92ce56951c8ee015f39b4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a58d0c11618a92ce56951c8ee015f39b4" > ◆ < / a > < / span > rAcceleration() < 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" > virtual const < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & rAcceleration < / 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" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1grainParticles.html#af4899923e99ba2809ed3322c81b12019" > grainParticles< / a > , and < a class = "el" href = "classpFlow_1_1sphereParticles.html#af4899923e99ba2809ed3322c81b12019" > sphereParticles< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-13 11:46:41 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "adaa26de060a2ce43e01c63ff154a820e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adaa26de060a2ce43e01c63ff154a820e" > ◆ < / 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" > virtual const < a class = "el" href = "namespacepFlow.html#a036d3b5e23a87a98b9fc4ec6c8bd2d71" > realPointField_D< / a > & boundingSphere < / td >
< td > (< / td >
< 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" > pure 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 > Implemented in < a class = "el" href = "classpFlow_1_1grainParticles.html#a2a1b61b23f00bbe8bff88947a4681d6d" > grainParticles< / a > , and < a class = "el" href = "classpFlow_1_1sphereParticles.html#a2a1b61b23f00bbe8bff88947a4681d6d" > sphereParticles< / 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 = "ContactSearch_8hpp_source.html#l00056" > ContactSearch< searchMethod > ::BroadSearch()< / a > , and < a class = "el" href = "ContactSearch_8hpp_source.html#l00101" > ContactSearch< searchMethod > ::ContactSearch()< / a > .< / p >
< div id = "dynsection-21" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-21-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-21-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-21-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1particles_adaa26de060a2ce43e01c63ff154a820e_icgraph.png" border = "0" usemap = "#classpFlow_1_1particles_adaa26de060a2ce43e01c63ff154a820e_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "af1ef13dca34d5f3770edd71a42582560" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af1ef13dca34d5f3770edd71a42582560" > ◆ < / 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" > virtual < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > shapeTypeName < / td >
< td > (< / td >
< 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" > pure 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 > Implemented in < a class = "el" href = "classpFlow_1_1grainParticles.html#a82872e90b710004e676c860c833794e7" > grainParticles< / a > , and < a class = "el" href = "classpFlow_1_1sphereParticles.html#a82872e90b710004e676c860c833794e7" > sphereParticles< / 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 = "interaction_8cpp_source.html#l00048" > interaction::create()< / a > .< / p >
< div id = "dynsection-22" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-22-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-22-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-22-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1particles_af1ef13dca34d5f3770edd71a42582560_icgraph.png" border = "0" usemap = "#classpFlow_1_1particles_af1ef13dca34d5f3770edd71a42582560_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ac0e2686e172da2ac90026fd665cb0122" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac0e2686e172da2ac90026fd665cb0122" > ◆ < / 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" > virtual const < a class = "el" href = "classpFlow_1_1shape.html" > shape< / a > & getShapes < / td >
< td > (< / td >
< 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" > pure 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 > Implemented in < a class = "el" href = "classpFlow_1_1grainParticles.html#a0d71ca80914055f76cac2bc2f023d6d1" > grainParticles< / a > , and < a class = "el" href = "classpFlow_1_1sphereParticles.html#a0d71ca80914055f76cac2bc2f023d6d1" > sphereParticles< / 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 = "insertionRegion_8cpp_source.html#l00067" > insertionRegion::readInsertionRegion()< / a > .< / p >
< div id = "dynsection-23" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-23-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-23-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-23-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1particles_ac0e2686e172da2ac90026fd665cb0122_icgraph.png" border = "0" usemap = "#classpFlow_1_1particles_ac0e2686e172da2ac90026fd665cb0122_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa8d7c58c3cb52c881a119c56dbb7b5df" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa8d7c58c3cb52c881a119c56dbb7b5df" > ◆ < / a > < / span > boundingSphereMinMax()< / 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" > 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 >
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" > pure 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 > Implemented in < a class = "el" href = "classpFlow_1_1grainParticles.html#a37902e8915b3022d1068391f864a8e59" > grainParticles< / a > , and < a class = "el" href = "classpFlow_1_1sphereParticles.html#a37902e8915b3022d1068391f864a8e59" > sphereParticles< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "particles_8cpp_source.html#l00116" > 116< / a > of file < a class = "el" href = "particles_8cpp_source.html" > particles.cpp< / 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 = "ContactSearch_8hpp_source.html#l00101" > ContactSearch< searchMethod > ::ContactSearch()< / a > .< / p >
< div id = "dynsection-24" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-24-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-24-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-24-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1particles_aa8d7c58c3cb52c881a119c56dbb7b5df_icgraph.png" border = "0" usemap = "#classpFlow_1_1particles_aa8d7c58c3cb52c881a119c56dbb7b5df_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a51a83cecc7ff3322ab09cb31c070692e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a51a83cecc7ff3322ab09cb31c070692e" > ◆ < / a > < / span > dynPointStruct_< / 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_1dynamicPointStructure.html" > dynamicPointStructure< / a > dynPointStruct_< / 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 > dynamic point structure for particles center mass < / 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 = "particles_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "particles_8hpp_source.html#l00131" > particles::capacity()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00074" > particles::dynPointStruct()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00121" > particles::extendedDomain()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00141" > particles::isAllActive()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00136" > particles::numActive()< / a > , < a class = "el" href = "particles_8cpp_source.html#l00022" > particles::particles()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00079" > particles::pointPosition()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00106" > particles::pStruct()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00111" > particles::simDomain()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00126" > particles::size()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00116" > particles::thisDomain()< / a > , and < a class = "el" href = "particles_8hpp_source.html#l00151" > particles::velocity()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a6e61f5b4bb4c14640f6f888dd3c99b62" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6e61f5b4bb4c14640f6f888dd3c99b62" > ◆ < / a > < / span > shapeIndex_< / 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 > shapeIndex_< / 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 > shape index of each particle < / p >
< p class = "definition" > Definition at line < a class = "el" href = "particles_8hpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00089" > particles::shapeIndex()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a60c7e8589518715b54706d35e2b428c9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a60c7e8589518715b54706d35e2b428c9" > ◆ < / a > < / span > accelertion_< / 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#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > accelertion_< / 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 > acceleration on device < / 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 = "particles_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "particles_8hpp_source.html#l00156" > particles::accelertion()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a7191e43331d75efa3b6ba1f7e36f15ad" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7191e43331d75efa3b6ba1f7e36f15ad" > ◆ < / a > < / span > contactForce_< / 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#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > contactForce_< / 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 > contact force field < / p >
< p class = "definition" > Definition at line < a class = "el" href = "particles_8hpp_source.html#l00049" > 49< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00166" > particles::contactForce()< / a > , and < a class = "el" href = "particles_8hpp_source.html#l00064" > particles::zeroForce()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ac1c2da7e5c2021d8b6eb17684a572528" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac1c2da7e5c2021d8b6eb17684a572528" > ◆ < / a > < / span > contactTorque_< / 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#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > contactTorque_< / 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 > contact torque field < / p >
< p class = "definition" > Definition at line < a class = "el" href = "particles_8hpp_source.html#l00052" > 52< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00176" > particles::contactTorque()< / a > , and < a class = "el" href = "particles_8hpp_source.html#l00069" > particles::zeroTorque()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a358164022c2857aefc5bff1122639680" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a358164022c2857aefc5bff1122639680" > ◆ < / a > < / span > idHandler_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1particleIdHandler.html" > particleIdHandler< / a > > idHandler_ = nullptr< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > handling new ids for new particles < / p >
< p class = "definition" > Definition at line < a class = "el" href = "particles_8hpp_source.html#l00055" > 55< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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 = "particles_8hpp_source.html#l00084" > particles::idHandler()< / a > , and < a class = "el" href = "particles_8hpp_source.html#l00187" > particles::maxId()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a76b0c86c8e2d752ee5ee58a5f8d267ea" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a76b0c86c8e2d752ee5ee58a5f8d267ea" > ◆ < / a > < / span > baseFieldBoundaryUpdateTimer_< / 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 > baseFieldBoundaryUpdateTimer_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "particles_8hpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a21f8dfaaa7207d524df453d28ec9db83" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a21f8dfaaa7207d524df453d28ec9db83" > ◆ < / a > < / span > defaultMessage_< / 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_1message.html" > message< / a > defaultMessage_ { < a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687da88ec7d5086d2469ba843c7fcceade8a6" > message::DEFAULT< / a > }< / 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" > static< / span > < 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 > messages for this objects < / p >
< p class = "definition" > Definition at line < a class = "el" href = "particles_8hpp_source.html#l00060" > 60< / a > of file < a class = "el" href = "particles_8hpp_source.html" > particles.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/particles/< a class = "el" href = "particles_8hpp_source.html" > particles.hpp< / a > < / li >
< li > src/Particles/particles/< a class = "el" href = "particles_8cpp_source.html" > particles.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_1particles.html" > particles< / 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 >