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: Insertion< ShapeType > Class Template 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_1Insertion.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 > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1Insertion-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > Insertion< ShapeType > Class Template Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for Insertion< ShapeType > :< / 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_1Insertion__inherit__graph.png" border = "0" usemap = "#Insertion_3_01ShapeType_01_4_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "Insertion_3_01ShapeType_01_4_inherit__map" id = "Insertion_3_01ShapeType_01_4_inherit__map" >
< area shape = "rect" title = " " alt = "" coords = "5,80,184,107" / >
< area shape = "rect" href = "classpFlow_1_1insertion.html" title = " " alt = "" coords = "55,5,134,32" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for Insertion< ShapeType > :< / 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_1Insertion__coll__graph.png" border = "0" usemap = "#Insertion_3_01ShapeType_01_4_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "Insertion_3_01ShapeType_01_4_coll__map" id = "Insertion_3_01ShapeType_01_4_coll__map" >
< area shape = "rect" title = " " alt = "" coords = "33,109,211,136" / >
< area shape = "rect" href = "classpFlow_1_1insertion.html" title = " " alt = "" coords = "5,13,84,39" / >
< area shape = "rect" href = "classpFlow_1_1ListPtr.html" title = " " alt = "" coords = "108,5,291,47" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ad6c9b30b9f4da31b01f881f58d9e0f8d" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Insertion.html#ad6c9b30b9f4da31b01f881f58d9e0f8d" > TypeInfoTemplateNV< / a > (" Insertion" , ShapeType)< / td > < / tr >
< tr class = "separator:ad6c9b30b9f4da31b01f881f58d9e0f8d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a512dad8922caa0f17a2d075fe433e158" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Insertion.html#a512dad8922caa0f17a2d075fe433e158" > Insertion< / a > (< a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > & prtcl, const ShapeType & shapes)< / td > < / tr >
< tr class = "separator:a512dad8922caa0f17a2d075fe433e158" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3f9338a5d0ba121e46363bdeccbc3904" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Insertion.html#a3f9338a5d0ba121e46363bdeccbc3904" > Insertion< / a > (< a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > file, < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > & prtcl, const ShapeType & shapes)< / td > < / tr >
< tr class = "separator:a3f9338a5d0ba121e46363bdeccbc3904" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ade7faca5a778c285e00c20175e9c3815" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Insertion.html#ade7faca5a778c285e00c20175e9c3815" > insertParticles< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > currentTime, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt)< / td > < / tr >
< tr class = "separator:ade7faca5a778c285e00c20175e9c3815" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8148f2b6c694e069c67183105cf17ce4" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Insertion.html#a8148f2b6c694e069c67183105cf17ce4" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is) override< / td > < / tr >
< tr class = "separator:a8148f2b6c694e069c67183105cf17ce4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aac753ee6ead0ddcdfb9e74f169c6bcec" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Insertion.html#aac753ee6ead0ddcdfb9e74f169c6bcec" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const override< / td > < / tr >
< tr class = "separator:aac753ee6ead0ddcdfb9e74f169c6bcec" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1insertion" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1insertion')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1insertion.html" > insertion< / a > < / td > < / tr >
< tr class = "memitem:aea02534373c01c4a30b461eca70bb011 inherit pub_methods_classpFlow_1_1insertion" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertion.html#aea02534373c01c4a30b461eca70bb011" > TypeInfo< / a > (" insertion" )< / td > < / tr >
< tr class = "separator:aea02534373c01c4a30b461eca70bb011 inherit pub_methods_classpFlow_1_1insertion" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a16ace43248b6bd6c1ba20e56f8e785e8 inherit pub_methods_classpFlow_1_1insertion" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertion.html#a16ace43248b6bd6c1ba20e56f8e785e8" > insertion< / a > (< a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > & prtcl)< / td > < / tr >
< tr class = "separator:a16ace43248b6bd6c1ba20e56f8e785e8 inherit pub_methods_classpFlow_1_1insertion" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad7eb8b19eee60b58b8438701e71c4cfc inherit pub_methods_classpFlow_1_1insertion" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertion.html#ad7eb8b19eee60b58b8438701e71c4cfc" > ~insertion< / a > ()=default< / td > < / tr >
< tr class = "separator:ad7eb8b19eee60b58b8438701e71c4cfc inherit pub_methods_classpFlow_1_1insertion" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a354c7d206ec624b9bdbb81f3b788f826 inherit pub_methods_classpFlow_1_1insertion" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertion.html#a354c7d206ec624b9bdbb81f3b788f826" > isActive< / a > () const< / td > < / tr >
< tr class = "separator:a354c7d206ec624b9bdbb81f3b788f826 inherit pub_methods_classpFlow_1_1insertion" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a43b207ca2a0b2f0b1aedd32b0888b512" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Insertion.html#a43b207ca2a0b2f0b1aedd32b0888b512" > readInsertionDict< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a43b207ca2a0b2f0b1aedd32b0888b512" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0a48f031a06d7bb9bbf6db921501e4b3" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Insertion.html#a0a48f031a06d7bb9bbf6db921501e4b3" > writeInsertionDict< / a > (< a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict) const< / td > < / tr >
< tr class = "separator:a0a48f031a06d7bb9bbf6db921501e4b3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_methods_classpFlow_1_1insertion" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classpFlow_1_1insertion')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classpFlow_1_1insertion.html" > insertion< / a > < / td > < / tr >
< tr class = "memitem:a43b207ca2a0b2f0b1aedd32b0888b512 inherit pro_methods_classpFlow_1_1insertion" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertion.html#a43b207ca2a0b2f0b1aedd32b0888b512" > readInsertionDict< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a43b207ca2a0b2f0b1aedd32b0888b512 inherit pro_methods_classpFlow_1_1insertion" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0a48f031a06d7bb9bbf6db921501e4b3 inherit pro_methods_classpFlow_1_1insertion" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertion.html#a0a48f031a06d7bb9bbf6db921501e4b3" > writeInsertionDict< / a > (< a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict) const< / td > < / tr >
< tr class = "separator:a0a48f031a06d7bb9bbf6db921501e4b3 inherit pro_methods_classpFlow_1_1insertion" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a2930483c30fb6c335a8a9a70b485f0fc" > < td class = "memItemLeft" align = "right" valign = "top" > const ShapeType &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Insertion.html#a2930483c30fb6c335a8a9a70b485f0fc" > shapes_< / a > < / td > < / tr >
< tr class = "separator:a2930483c30fb6c335a8a9a70b485f0fc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ace531f6d9ebaa933bd37f79f89ec76c2" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1ListPtr.html" > ListPtr< / a > < < a class = "el" href = "classpFlow_1_1InsertionRegion.html" > InsertionRegion< / a > < ShapeType > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Insertion.html#ace531f6d9ebaa933bd37f79f89ec76c2" > regions_< / a > < / td > < / tr >
< tr class = "separator:ace531f6d9ebaa933bd37f79f89ec76c2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_attribs_classpFlow_1_1insertion" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1insertion')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1insertion.html" > insertion< / a > < / td > < / tr >
< tr class = "memitem:ab4b9b810dce908775f2dcb12e77ff4ce inherit pro_attribs_classpFlow_1_1insertion" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertion.html#ab4b9b810dce908775f2dcb12e77ff4ce" > active_< / a > = " No" < / td > < / tr >
< tr class = "separator:ab4b9b810dce908775f2dcb12e77ff4ce inherit pro_attribs_classpFlow_1_1insertion" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a57b82829710afa1fd6045b8e16f646bc inherit pro_attribs_classpFlow_1_1insertion" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertion.html#a57b82829710afa1fd6045b8e16f646bc" > checkForCollision_< / a > = " No" < / td > < / tr >
< tr class = "separator:a57b82829710afa1fd6045b8e16f646bc inherit pro_attribs_classpFlow_1_1insertion" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad8ad379b9c7750208abd8b9aa6f54ad0 inherit pro_attribs_classpFlow_1_1insertion" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertion.html#ad8ad379b9c7750208abd8b9aa6f54ad0" > particles_< / a > < / td > < / tr >
< tr class = "separator:ad8ad379b9c7750208abd8b9aa6f54ad0 inherit pro_attribs_classpFlow_1_1insertion" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < h3 > template< typename ShapeType> < br / >
class pFlow::Insertion< ShapeType > < / h3 >
< p class = "definition" > Definition at line < a class = "el" href = "Insertion_8hpp_source.html#l00035" > 35< / a > of file < a class = "el" href = "Insertion_8hpp_source.html" > Insertion.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a512dad8922caa0f17a2d075fe433e158" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a512dad8922caa0f17a2d075fe433e158" > ◆ < / a > < / span > Insertion() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Insertion.html" > Insertion< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > &   < / td >
< td class = "paramname" > < em > prtcl< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const ShapeType &   < / td >
< td class = "paramname" > < em > shapes< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Insertion_8cpp_source.html#l00071" > 71< / a > of file < a class = "el" href = "Insertion_8cpp_source.html" > Insertion.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a3f9338a5d0ba121e46363bdeccbc3904" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3f9338a5d0ba121e46363bdeccbc3904" > ◆ < / a > < / span > Insertion() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Insertion.html" > Insertion< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a >   < / td >
< td class = "paramname" > < em > file< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > &   < / td >
< td class = "paramname" > < em > prtcl< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const ShapeType &   < / td >
< td class = "paramname" > < em > shapes< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Insertion_8cpp_source.html#l00083" > 83< / a > of file < a class = "el" href = "Insertion_8cpp_source.html" > Insertion.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00320" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > , < a class = "el" href = "fileSystem_8cpp_source.html#l00096" > fileSystem::fileName()< / a > , and < a class = "el" href = "Insertion_8cpp_source.html#l00023" > Insertion< ShapeType > ::readInsertionDict()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Insertion_a3f9338a5d0ba121e46363bdeccbc3904_cgraph.png" border = "0" usemap = "#classpFlow_1_1Insertion_a3f9338a5d0ba121e46363bdeccbc3904_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1Insertion_a3f9338a5d0ba121e46363bdeccbc3904_cgraph" id = "classpFlow_1_1Insertion_a3f9338a5d0ba121e46363bdeccbc3904_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,35,84,61" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = "Add newline and flush stream." alt = "" coords = "327,5,424,32" / >
< area shape = "rect" href = "classpFlow_1_1fileSystem.html#a06b8851f8e2610ba100d6dbe7c28e42a" title = " " alt = "" coords = "132,27,279,69" / >
< area shape = "rect" href = "classpFlow_1_1Insertion.html#a43b207ca2a0b2f0b1aedd32b0888b512" title = " " alt = "" coords = "138,93,273,120" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a43b207ca2a0b2f0b1aedd32b0888b512" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a43b207ca2a0b2f0b1aedd32b0888b512" > ◆ < / a > < / span > readInsertionDict()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool readInsertionDict < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Insertion_8cpp_source.html#l00023" > 23< / a > of file < a class = "el" href = "Insertion_8cpp_source.html" > Insertion.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "dictionary_8cpp_source.html#l00721" > dictionary::dictionaryKeywords()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00041" > endREPORT< / a > , < a class = "el" href = "streams_8hpp_source.html#l00032" > greenText< / a > , < a class = "el" href = "streams_8hpp_source.html#l00040" > REPORT< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00547" > dictionary::subDict()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "Insertion_8cpp_source.html#l00083" > Insertion< ShapeType > ::Insertion()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Insertion_a43b207ca2a0b2f0b1aedd32b0888b512_cgraph.png" border = "0" usemap = "#classpFlow_1_1Insertion_a43b207ca2a0b2f0b1aedd32b0888b512_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1Insertion_a43b207ca2a0b2f0b1aedd32b0888b512_cgraph" id = "classpFlow_1_1Insertion_a43b207ca2a0b2f0b1aedd32b0888b512_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,46,140,73" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a19ffc40573d3199c2368b9aac1b8129c" title = " " alt = "" coords = "188,5,339,47" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a630c840647a3ebefe33336cc25a8b15d" title = " " alt = "" coords = "193,71,333,112" / >
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Insertion_a43b207ca2a0b2f0b1aedd32b0888b512_icgraph.png" border = "0" usemap = "#classpFlow_1_1Insertion_a43b207ca2a0b2f0b1aedd32b0888b512_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1Insertion_a43b207ca2a0b2f0b1aedd32b0888b512_icgraph" id = "classpFlow_1_1Insertion_a43b207ca2a0b2f0b1aedd32b0888b512_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "132,5,267,32" / >
< area shape = "rect" href = "classpFlow_1_1Insertion.html#a3f9338a5d0ba121e46363bdeccbc3904" title = " " alt = "" coords = "5,5,84,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a0a48f031a06d7bb9bbf6db921501e4b3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0a48f031a06d7bb9bbf6db921501e4b3" > ◆ < / a > < / span > writeInsertionDict()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool writeInsertionDict < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Insertion_8cpp_source.html#l00049" > 49< / a > of file < a class = "el" href = "Insertion_8cpp_source.html" > Insertion.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "pFlowMacros_8hpp_source.html#l00071" > ForAll< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00634" > dictionary::subDictOrCreate()< / 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 call graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Insertion_a0a48f031a06d7bb9bbf6db921501e4b3_cgraph.png" border = "0" usemap = "#classpFlow_1_1Insertion_a0a48f031a06d7bb9bbf6db921501e4b3_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1Insertion_a0a48f031a06d7bb9bbf6db921501e4b3_cgraph" id = "classpFlow_1_1Insertion_a0a48f031a06d7bb9bbf6db921501e4b3_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,144,39" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#aa4d7322eaead3c887a9283546628de96" title = " " alt = "" coords = "192,5,332,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ad6c9b30b9f4da31b01f881f58d9e0f8d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad6c9b30b9f4da31b01f881f58d9e0f8d" > ◆ < / a > < / span > TypeInfoTemplateNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoTemplateNV < / td >
< td > (< / td >
< td class = "paramtype" > " Insertion< ShapeType > "   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > ShapeType  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ade7faca5a778c285e00c20175e9c3815" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ade7faca5a778c285e00c20175e9c3815" > ◆ < / a > < / span > insertParticles()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool insertParticles < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > currentTime< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Insertion_8cpp_source.html#l00103" > 103< / a > of file < a class = "el" href = "Insertion_8cpp_source.html" > Insertion.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "streams_8hpp_source.html#l00034" > cyanText< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00320" > pFlow::endl()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00041" > endREPORT< / a > , < a class = "el" href = "streams_8hpp_source.html#l00045" > endyWARNING< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00071" > ForAll< / a > , < a class = "el" href = "streams_8hpp_source.html#l00032" > greenText< / a > , < a class = "el" href = "streams_8hpp_source.html#l00040" > REPORT< / a > , < a class = "el" href = "Vector_8hpp_source.html#l00301" > Vector< T, Allocator > ::size()< / a > , and < a class = "el" href = "streams_8hpp_source.html#l00044" > yWARNING< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Insertion_ade7faca5a778c285e00c20175e9c3815_cgraph.png" border = "0" usemap = "#classpFlow_1_1Insertion_ade7faca5a778c285e00c20175e9c3815_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1Insertion_ade7faca5a778c285e00c20175e9c3815_cgraph" id = "classpFlow_1_1Insertion_ade7faca5a778c285e00c20175e9c3815_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,31,120,57" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = "Add newline and flush stream." alt = "" coords = "192,5,289,32" / >
< area shape = "rect" href = "classpFlow_1_1Vector.html#a10efdf47ffedbdc720f71c2f72b98d98" title = " " alt = "" coords = "168,56,313,83" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "a8148f2b6c694e069c67183105cf17ce4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8148f2b6c694e069c67183105cf17ce4" > ◆ < / a > < / span > read()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool read < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1insertion.html#a70add3b10fc1217ec5b9f30d261bda27" > insertion< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "Insertion_8cpp_source.html#l00171" > 171< / a > of file < a class = "el" href = "Insertion_8cpp_source.html" > Insertion.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00320" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00349" > dictionary::globalName()< / a > , < a class = "el" href = "vocabs_8hpp_source.html#l00040" > pFlow::insertionFile__< / a > , < a class = "el" href = "error_8hpp_source.html#l00049" > ioErrorInFile< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00221" > IOstream::lineNumber()< / a > , < a class = "el" href = "IOstream_8cpp_source.html#l00031" > IOstream::name()< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00759" > dictionary::read()< / a > .< / p >
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 call 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;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Insertion_a8148f2b6c694e069c67183105cf17ce4_cgraph.png" border = "0" usemap = "#classpFlow_1_1Insertion_a8148f2b6c694e069c67183105cf17ce4_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1Insertion_a8148f2b6c694e069c67183105cf17ce4_cgraph" id = "classpFlow_1_1Insertion_a8148f2b6c694e069c67183105cf17ce4_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,93,56,120" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = "Add newline and flush stream." alt = "" coords = "381,5,478,32" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a85c3c1fce0c14d36030092df2f27b632" title = " " alt = "" coords = "119,195,260,237" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#a607efe5fb94edbe4cfa890c4907e76c3" title = "Const access to the current stream line number." alt = "" coords = "323,81,536,108" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#ac9b54653d0ec63ee05f64a185437b335" title = "Return the name of the stream." alt = "" coords = "342,132,517,159" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#aff8e92ab47032ae811d1271161cb9b22" title = " " alt = "" coords = "104,93,275,120" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "aac753ee6ead0ddcdfb9e74f169c6bcec" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aac753ee6ead0ddcdfb9e74f169c6bcec" > ◆ < / a > < / span > write()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool write < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1insertion.html#afa17f5989b1af05e5ed08234f217a59c" > insertion< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "Insertion_8cpp_source.html#l00198" > 198< / a > of file < a class = "el" href = "Insertion_8cpp_source.html" > Insertion.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00320" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00349" > dictionary::globalName()< / a > , < a class = "el" href = "vocabs_8hpp_source.html#l00040" > pFlow::insertionFile__< / a > , < a class = "el" href = "error_8hpp_source.html#l00049" > ioErrorInFile< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00221" > IOstream::lineNumber()< / a > , < a class = "el" href = "IOstream_8cpp_source.html#l00031" > IOstream::name()< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00780" > dictionary::write()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1Insertion_aac753ee6ead0ddcdfb9e74f169c6bcec_cgraph.png" border = "0" usemap = "#classpFlow_1_1Insertion_aac753ee6ead0ddcdfb9e74f169c6bcec_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1Insertion_aac753ee6ead0ddcdfb9e74f169c6bcec_cgraph" id = "classpFlow_1_1Insertion_aac753ee6ead0ddcdfb9e74f169c6bcec_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,123,60,149" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = "Add newline and flush stream." alt = "" coords = "130,5,227,32" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a85c3c1fce0c14d36030092df2f27b632" title = " " alt = "" coords = "108,57,249,98" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#a607efe5fb94edbe4cfa890c4907e76c3" title = "Const access to the current stream line number." alt = "" coords = "297,155,511,181" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#ac9b54653d0ec63ee05f64a185437b335" title = "Return the name of the stream." alt = "" coords = "317,209,491,236" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a6a40de4ceed55b2f78cf3027739dfd91" title = " " alt = "" coords = "108,174,249,215" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a2930483c30fb6c335a8a9a70b485f0fc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2930483c30fb6c335a8a9a70b485f0fc" > ◆ < / a > < / span > shapes_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const ShapeType& shapes_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Insertion_8hpp_source.html#l00041" > 41< / a > of file < a class = "el" href = "Insertion_8hpp_source.html" > Insertion.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ace531f6d9ebaa933bd37f79f89ec76c2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ace531f6d9ebaa933bd37f79f89ec76c2" > ◆ < / a > < / span > regions_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1ListPtr.html" > ListPtr< / a > < < a class = "el" href = "classpFlow_1_1InsertionRegion.html" > InsertionRegion< / a > < ShapeType> > regions_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "Insertion_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "Insertion_8hpp_source.html" > Insertion.hpp< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/Particles/Insertion/Insertion/< a class = "el" href = "Insertion_8hpp_source.html" > Insertion.hpp< / a > < / li >
< li > src/Particles/Insertion/Insertion/< a class = "el" href = "Insertion_8cpp_source.html" > Insertion.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_1Insertion.html" > Insertion< / 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 >