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: insertionRegion 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_1insertionRegion.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pri-methods" > Private Member Functions< / a > |
< a href = "#pri-attribs" > Private Attributes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1insertionRegion-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > insertionRegion Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2025-01-10 13:02:07 +03:30
< p > This class defines all the necessary enteties for defining an insertion region.
< a href = "classpFlow_1_1insertionRegion.html#details" > More...< / a > < / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for insertionRegion:< / 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_1insertionRegion__inherit__graph.png" border = "0" usemap = "#insertionRegion_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 insertionRegion:< / 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_1insertionRegion__coll__graph.png" border = "0" usemap = "#insertionRegion_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:a2f6fa523f8b578780851796118cd1339" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a2f6fa523f8b578780851796118cd1339" > TypeInfoNV< / a > (" insertionRegion" )< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a2f6fa523f8b578780851796118cd1339" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Type info. < a href = "classpFlow_1_1insertionRegion.html#a2f6fa523f8b578780851796118cd1339" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a2f6fa523f8b578780851796118cd1339" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a14b0f1d26ae509ecdc74746fe58d76cf" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a14b0f1d26ae509ecdc74746fe58d76cf" > insertionRegion< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1insertionRegion.html#a5a9652837ba1c412a239fec1ff02e88b" > name< / a > , const < a class = "el" href = "classpFlow_1_1insertion.html" > insertion< / a > & instn)< / td > < / tr >
< tr class = "memdesc:a14b0f1d26ae509ecdc74746fe58d76cf" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct from a dictionary. < a href = "classpFlow_1_1insertionRegion.html#a14b0f1d26ae509ecdc74746fe58d76cf" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a14b0f1d26ae509ecdc74746fe58d76cf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ad3cf9dd715e172184050bd4b4a5a6051" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#ad3cf9dd715e172184050bd4b4a5a6051" > ~insertionRegion< / a > ()=default< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:ad3cf9dd715e172184050bd4b4a5a6051" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destructor. < a href = "classpFlow_1_1insertionRegion.html#ad3cf9dd715e172184050bd4b4a5a6051" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad3cf9dd715e172184050bd4b4a5a6051" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5a9652837ba1c412a239fec1ff02e88b" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a5a9652837ba1c412a239fec1ff02e88b" > name< / a > () const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a5a9652837ba1c412a239fec1ff02e88b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Const ref to name of the region. < a href = "classpFlow_1_1insertionRegion.html#a5a9652837ba1c412a239fec1ff02e88b" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a5a9652837ba1c412a239fec1ff02e88b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ab67fc1d3e31af0938ee28d49e7b848ef" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#ab67fc1d3e31af0938ee28d49e7b848ef" > type< / a > () const< / td > < / tr >
< tr class = "memdesc:ab67fc1d3e31af0938ee28d49e7b848ef" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > return type of insertion region < a href = "classpFlow_1_1insertionRegion.html#ab67fc1d3e31af0938ee28d49e7b848ef" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab67fc1d3e31af0938ee28d49e7b848ef" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9e81e11944c2000f458fdb15b0b44d1a" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a9e81e11944c2000f458fdb15b0b44d1a" > dict< / a > () const< / td > < / tr >
< tr class = "separator:a9e81e11944c2000f458fdb15b0b44d1a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1b0314bc3fd7745b79bb6a8695b80529" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a1b0314bc3fd7745b79bb6a8695b80529" > Insertion< / a > () const< / td > < / tr >
< tr class = "separator:a1b0314bc3fd7745b79bb6a8695b80529" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae355b601249331cd5c4facb48df43223" > < 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_1insertionRegion.html#ae355b601249331cd5c4facb48df43223" > pStruct< / a > () const< / td > < / tr >
< tr class = "separator:ae355b601249331cd5c4facb48df43223" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afdb6cd97d8e5679758ebf8161edf1d70" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#afdb6cd97d8e5679758ebf8161edf1d70" > insertionTime< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > iter, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > t, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt) const< / td > < / tr >
< tr class = "separator:afdb6cd97d8e5679758ebf8161edf1d70" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab381dc3f8dadd5cf3ea1ca00167243bb" > < 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_1insertionRegion.html#ab381dc3f8dadd5cf3ea1ca00167243bb" > numberToBeInserted< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > iter, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > t, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt)< / td > < / tr >
< tr class = "separator:ab381dc3f8dadd5cf3ea1ca00167243bb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1a07130d03939ed5fa8846c15371d673" > < 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_1insertionRegion.html#a1a07130d03939ed5fa8846c15371d673" > addToNumInserted< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > newInserted)< / td > < / tr >
< tr class = "separator:a1a07130d03939ed5fa8846c15371d673" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a84b3908969b00409076ae0d2f573d16b" > < 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_1insertionRegion.html#a84b3908969b00409076ae0d2f573d16b" > totalInserted< / a > () const< / td > < / tr >
< tr class = "separator:a84b3908969b00409076ae0d2f573d16b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab7b8db8337aea6bfd4e3a5b69d5d0a6a" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#ab7b8db8337aea6bfd4e3a5b69d5d0a6a" > mixture< / a > ()< / td > < / tr >
< tr class = "separator:ab7b8db8337aea6bfd4e3a5b69d5d0a6a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a066802e40cc1e667b535479d0263f5f0" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a066802e40cc1e667b535479d0263f5f0" > pRegion< / a > ()< / td > < / tr >
< tr class = "separator:a066802e40cc1e667b535479d0263f5f0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a039352410860be5593f442d3238c7eef" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a039352410860be5593f442d3238c7eef" > setFieldList< / a > () const< / td > < / tr >
< tr class = "separator:a039352410860be5593f442d3238c7eef" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6964e9f1f100001543fdb044fa7fc896" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a6964e9f1f100001543fdb044fa7fc896" > write< / a > (< a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & < a class = "el" href = "classpFlow_1_1insertionRegion.html#a9e81e11944c2000f458fdb15b0b44d1a" > dict< / a > ) const< / td > < / tr >
< tr class = "memdesc:a6964e9f1f100001543fdb044fa7fc896" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > read from dictionary < a href = "classpFlow_1_1insertionRegion.html#a6964e9f1f100001543fdb044fa7fc896" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6964e9f1f100001543fdb044fa7fc896" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-methods" > < / a >
Private Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:adcd85aab41f3f4715afb2d17e5f8d53d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#adcd85aab41f3f4715afb2d17e5f8d53d" > readInsertionRegion< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & < a class = "el" href = "classpFlow_1_1insertionRegion.html#a9e81e11944c2000f458fdb15b0b44d1a" > dict< / a > )< / td > < / tr >
< tr class = "memdesc:adcd85aab41f3f4715afb2d17e5f8d53d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > read from dictionary < a href = "classpFlow_1_1insertionRegion.html#adcd85aab41f3f4715afb2d17e5f8d53d" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:adcd85aab41f3f4715afb2d17e5f8d53d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa364cd422ed5085c750de4a19a321f7f" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#aa364cd422ed5085c750de4a19a321f7f" > writeInsertionRegion< / a > (< a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & < a class = "el" href = "classpFlow_1_1insertionRegion.html#a9e81e11944c2000f458fdb15b0b44d1a" > dict< / a > ) const< / td > < / tr >
< tr class = "memdesc:aa364cd422ed5085c750de4a19a321f7f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > write to dictionary < a href = "classpFlow_1_1insertionRegion.html#aa364cd422ed5085c750de4a19a321f7f" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa364cd422ed5085c750de4a19a321f7f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:af9d988b89ee521b207295c5afa2007ee" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#af9d988b89ee521b207295c5afa2007ee" > readSetFieldDict< / a > ()< / td > < / tr >
< tr class = "separator:af9d988b89ee521b207295c5afa2007ee" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:afd780271a9c45061cfdc62f5c3fc9929" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#afd780271a9c45061cfdc62f5c3fc9929" > name_< / a > < / td > < / tr >
< tr class = "memdesc:afd780271a9c45061cfdc62f5c3fc9929" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > name of this region < a href = "classpFlow_1_1insertionRegion.html#afd780271a9c45061cfdc62f5c3fc9929" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:afd780271a9c45061cfdc62f5c3fc9929" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a892ddcb9cba6f50b0396cdb7bf1b4f6a" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a892ddcb9cba6f50b0396cdb7bf1b4f6a" > dict_< / a > < / td > < / tr >
< tr class = "memdesc:a892ddcb9cba6f50b0396cdb7bf1b4f6a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > insertion region dictionary < a href = "classpFlow_1_1insertionRegion.html#a892ddcb9cba6f50b0396cdb7bf1b4f6a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a892ddcb9cba6f50b0396cdb7bf1b4f6a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6af97f6ba06d4ad5536c61070cd26f2f" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1insertion.html" > insertion< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a6af97f6ba06d4ad5536c61070cd26f2f" > insertion_< / a > < / td > < / tr >
< tr class = "memdesc:a6af97f6ba06d4ad5536c61070cd26f2f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > ref to insertion < a href = "classpFlow_1_1insertionRegion.html#a6af97f6ba06d4ad5536c61070cd26f2f" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a6af97f6ba06d4ad5536c61070cd26f2f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4d648c95047d94b13db4407584c2c804" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1baseTimeControl.html" > baseTimeControl< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a4d648c95047d94b13db4407584c2c804" > tControl_< / a > < / td > < / tr >
< tr class = "memdesc:a4d648c95047d94b13db4407584c2c804" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > time control for insertion events < a href = "classpFlow_1_1insertionRegion.html#a4d648c95047d94b13db4407584c2c804" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a4d648c95047d94b13db4407584c2c804" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac29edb543b14ed93013258583f9684a1" > < 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_1insertionRegion.html#ac29edb543b14ed93013258583f9684a1" > rate_< / a > < / td > < / tr >
< tr class = "memdesc:ac29edb543b14ed93013258583f9684a1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > rate of insertion < a href = "classpFlow_1_1insertionRegion.html#ac29edb543b14ed93013258583f9684a1" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ac29edb543b14ed93013258583f9684a1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6213c36141284c7076c29445514d610e" > < 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_1insertionRegion.html#a6213c36141284c7076c29445514d610e" > numInserted_< / a > = 0< / td > < / tr >
< tr class = "memdesc:a6213c36141284c7076c29445514d610e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > number of inserted particles < a href = "classpFlow_1_1insertionRegion.html#a6213c36141284c7076c29445514d610e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a6213c36141284c7076c29445514d610e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:addee41d6ac047acd59c85e776d4e6fb9" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#addee41d6ac047acd59c85e776d4e6fb9" > type_< / a > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:addee41d6ac047acd59c85e776d4e6fb9" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > type of insertion region < a href = "classpFlow_1_1insertionRegion.html#addee41d6ac047acd59c85e776d4e6fb9" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:addee41d6ac047acd59c85e776d4e6fb9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af5c2a2fe246051f18b23a3fd1bf23249" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1peakableRegion.html" > peakableRegion< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#af5c2a2fe246051f18b23a3fd1bf23249" > pRegion_< / a > = nullptr< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:af5c2a2fe246051f18b23a3fd1bf23249" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > peakable region of points < a href = "classpFlow_1_1insertionRegion.html#af5c2a2fe246051f18b23a3fd1bf23249" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:af5c2a2fe246051f18b23a3fd1bf23249" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4d3dfef53630882b1fe95583bd46d4c9" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1shapeMixture.html" > shapeMixture< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a4d3dfef53630882b1fe95583bd46d4c9" > mixture_< / a > = nullptr< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a4d3dfef53630882b1fe95583bd46d4c9" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > mixture of shapes < a href = "classpFlow_1_1insertionRegion.html#a4d3dfef53630882b1fe95583bd46d4c9" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a4d3dfef53630882b1fe95583bd46d4c9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a9f6977fce84078d4dba954133f452a90" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a9f6977fce84078d4dba954133f452a90" > setFieldDict_< / a > = nullptr< / td > < / tr >
< tr class = "memdesc:a9f6977fce84078d4dba954133f452a90" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > dictionary for set field < a href = "classpFlow_1_1insertionRegion.html#a9f6977fce84078d4dba954133f452a90" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a9f6977fce84078d4dba954133f452a90" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8026dacb3b6f9b6da0cf123ba9571e59" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1insertionRegion.html#a8026dacb3b6f9b6da0cf123ba9571e59" > setFieldList_< / a > < / td > < / tr >
< tr class = "memdesc:a8026dacb3b6f9b6da0cf123ba9571e59" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > list of (filedName type value) for the fields < a href = "classpFlow_1_1insertionRegion.html#a8026dacb3b6f9b6da0cf123ba9571e59" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a8026dacb3b6f9b6da0cf123ba9571e59" > < 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 >
2025-01-10 13:02:07 +03:30
< div class = "textblock" > < p > This class defines all the necessary enteties for defining an insertion region. < / p >
< p > < a class = "el" href = "classpFlow_1_1Insertion.html" title = "This class manages all the insertion regions for particles insertion in the simulation." > Insertion< / a > region information are supplied through a dictionary in a file. For example: < / p > < pre class = "fragment" > {
type cylinderRegion; // type of insertion region
rate 15000; // insertion rate (particles/s)
startTime 0; // (s)
endTime 0.5; // (s)
interval 0.025; // (s)
cylinderRegionInfo
{
radius 0.09; // radius of cylinder (m)
p1 (0.0 0.0 0.10); // (m,m,m)
p2 (0.0 0.0 0.11); // (m,m,m)
}
setFields
{
velocity realx3 (0.0 0.0 -0.6); // initial velocity of inserted
particles
}
mixture
{
lightSphere 1; // mixture composition of inserted particles
}
} < / pre > < p > More information on the above dictionary entries can be found in the table below.< / p >
< table class = "markdownTable" >
< tr class = "markdownTableHead" >
< th class = "markdownTableHeadNone" > Parameter < / th > < th class = "markdownTableHeadCenter" > Type < / th > < th class = "markdownTableHeadNone" > Description < / th > < th class = "markdownTableHeadNone" > Optional [default value] < / th > < / tr >
< tr class = "markdownTableRowOdd" >
< td class = "markdownTableBodyNone" > type < / td > < td class = "markdownTableBodyCenter" > word < / td > < td class = "markdownTableBodyNone" > type of the insertion region with name ### < / td > < td class = "markdownTableBodyNone" > No < / td > < / tr >
< tr class = "markdownTableRowEven" >
< td class = "markdownTableBodyNone" > rate < / td > < td class = "markdownTableBodyCenter" > real < / td > < td class = "markdownTableBodyNone" > rate of insertion (particle/s) < / td > < td class = "markdownTableBodyNone" > No < / td > < / tr >
< tr class = "markdownTableRowOdd" >
< td class = "markdownTableBodyNone" > startTime < / td > < td class = "markdownTableBodyCenter" > real < / td > < td class = "markdownTableBodyNone" > start of insertion (s) < / td > < td class = "markdownTableBodyNone" > No < / td > < / tr >
< tr class = "markdownTableRowEven" >
< td class = "markdownTableBodyNone" > endTime < / td > < td class = "markdownTableBodyCenter" > real < / td > < td class = "markdownTableBodyNone" > end of insertion (s) < / td > < td class = "markdownTableBodyNone" > No < / td > < / tr >
< tr class = "markdownTableRowOdd" >
< td class = "markdownTableBodyNone" > interval < / td > < td class = "markdownTableBodyCenter" > real < / td > < td class = "markdownTableBodyNone" > time interval between successive insertions (s) < / td > < td class = "markdownTableBodyNone" > No < / td > < / tr >
< tr class = "markdownTableRowEven" >
< td class = "markdownTableBodyNone" > ###Info < / td > < td class = "markdownTableBodyCenter" > dictionary < / td > < td class = "markdownTableBodyNone" > data for insertion region < / td > < td class = "markdownTableBodyNone" > No < / td > < / tr >
< tr class = "markdownTableRowOdd" >
< td class = "markdownTableBodyNone" > setFields < / td > < td class = "markdownTableBodyCenter" > dictionary < / td > < td class = "markdownTableBodyNone" > set field for inserted particles (s) < / td > < td class = "markdownTableBodyNone" > Yes [empty < / td > < / tr >
< / table >
< p > dictionray] | | mixture | dictionary | mixture of particles to be inserted (s) | No | < / p >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00086" > 86< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a14b0f1d26ae509ecdc74746fe58d76cf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a14b0f1d26ae509ecdc74746fe58d76cf" > ◆ < / a > < / span > insertionRegion()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1insertionRegion.html" > insertionRegion< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > name< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1insertion.html" > insertion< / a > &   < / td >
< td class = "paramname" > < em > instn< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Construct from a dictionary. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8cpp_source.html#l00152" > 152< / a > of file < a class = "el" href = "insertionRegion_8cpp_source.html" > insertionRegion.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "insertionRegion_8hpp_source.html#l00094" > insertionRegion::dict_< / a > , < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > , and < a class = "el" href = "insertionRegion_8cpp_source.html#l00067" > insertionRegion::readInsertionRegion()< / a > .< / p >
< 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;" >
< div class = "center" > < img src = "classpFlow_1_1insertionRegion_a14b0f1d26ae509ecdc74746fe58d76cf_cgraph.png" border = "0" usemap = "#classpFlow_1_1insertionRegion_a14b0f1d26ae509ecdc74746fe58d76cf_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "ad3cf9dd715e172184050bd4b4a5a6051" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad3cf9dd715e172184050bd4b4a5a6051" > ◆ < / a > < / span > ~insertionRegion()< / 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_1insertionRegion.html" > insertionRegion< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Destructor. < / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "adcd85aab41f3f4715afb2d17e5f8d53d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adcd85aab41f3f4715afb2d17e5f8d53d" > ◆ < / a > < / span > readInsertionRegion()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool readInsertionRegion < / td >
< td > (< / td >
2023-03-27 10:16:23 -07:00
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > read from dictionary < / p >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8cpp_source.html#l00067" > 67< / a > of file < a class = "el" href = "insertionRegion_8cpp_source.html" > insertionRegion.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 = "peakableRegion_8cpp_source.html#l00036" > peakableRegion::create()< / a > , < a class = "el" href = "insertionRegion_8hpp_source.html#l00162" > insertionRegion::dict()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "classpFlow_1_1particles.html#ac0e2686e172da2ac90026fd665cb0122" > particles::getShapes()< / a > , < a class = "el" href = "insertionRegion_8hpp_source.html#l00097" > insertionRegion::insertion_< / a > , < a class = "el" href = "insertionRegion_8hpp_source.html#l00115" > insertionRegion::mixture_< / a > , < a class = "el" href = "insertionRegion_8hpp_source.html#l00106" > insertionRegion::numInserted_< / a > , < a class = "el" href = "insertion_8hpp_source.html#l00090" > insertion::Particles()< / a > , < a class = "el" href = "insertionRegion_8hpp_source.html#l00112" > insertionRegion::pRegion_< / a > , < a class = "el" href = "insertionRegion_8hpp_source.html#l00103" > insertionRegion::rate_< / a > , < a class = "el" href = "insertionRegion_8cpp_source.html#l00137" > insertionRegion::readSetFieldDict()< / a > , < a class = "el" href = "insertionRegion_8hpp_source.html#l00118" > insertionRegion::setFieldDict_< / a > , < a class = "el" href = "baseShapeNames_8hpp_source.html#l00079" > baseShapeNames::shapeNameList()< / a > , and < a class = "el" href = "insertionRegion_8hpp_source.html#l00109" > insertionRegion::type_< / 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#l00152" > insertionRegion::insertionRegion()< / a > .< / p >
< 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;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1insertionRegion_adcd85aab41f3f4715afb2d17e5f8d53d_cgraph.png" border = "0" usemap = "#classpFlow_1_1insertionRegion_adcd85aab41f3f4715afb2d17e5f8d53d_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< 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;" >
< div class = "center" > < img src = "classpFlow_1_1insertionRegion_adcd85aab41f3f4715afb2d17e5f8d53d_icgraph.png" border = "0" usemap = "#classpFlow_1_1insertionRegion_adcd85aab41f3f4715afb2d17e5f8d53d_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "aa364cd422ed5085c750de4a19a321f7f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa364cd422ed5085c750de4a19a321f7f" > ◆ < / a > < / span > writeInsertionRegion()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool writeInsertionRegion < / 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_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / td > < td > )< / td >
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > write to dictionary < / 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 = "insertionRegion_8cpp_source.html#l00102" > 102< / a > of file < a class = "el" href = "insertionRegion_8cpp_source.html" > insertionRegion.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "dictionary_8cpp_source.html#l00435" > dictionary::add()< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00526" > dictionary::addDict()< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00647" > dictionary::subDictOrCreate()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "insertionRegion_8hpp_source.html#l00217" > insertionRegion::write()< / a > .< / p >
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1insertionRegion_aa364cd422ed5085c750de4a19a321f7f_cgraph.png" border = "0" usemap = "#classpFlow_1_1insertionRegion_aa364cd422ed5085c750de4a19a321f7f_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1insertionRegion_aa364cd422ed5085c750de4a19a321f7f_icgraph.png" border = "0" usemap = "#classpFlow_1_1insertionRegion_aa364cd422ed5085c750de4a19a321f7f_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "af9d988b89ee521b207295c5afa2007ee" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af9d988b89ee521b207295c5afa2007ee" > ◆ < / a > < / span > readSetFieldDict()< / 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 readSetFieldDict < / 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" > 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 = "insertionRegion_8cpp_source.html#l00137" > 137< / a > of file < a class = "el" href = "insertionRegion_8cpp_source.html" > insertionRegion.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "insertionRegion_8cpp_source.html#l00044" > pFlow::readOneEtrty()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "insertionRegion_8cpp_source.html#l00067" > insertionRegion::readInsertionRegion()< / a > .< / p >
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1insertionRegion_af9d988b89ee521b207295c5afa2007ee_cgraph.png" border = "0" usemap = "#classpFlow_1_1insertionRegion_af9d988b89ee521b207295c5afa2007ee_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1insertionRegion_af9d988b89ee521b207295c5afa2007ee_icgraph.png" border = "0" usemap = "#classpFlow_1_1insertionRegion_af9d988b89ee521b207295c5afa2007ee_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a2f6fa523f8b578780851796118cd1339" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2f6fa523f8b578780851796118cd1339" > ◆ < / a > < / span > TypeInfoNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoNV < / td >
< td > (< / td >
< td class = "paramtype" > " insertionRegion"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Type info. < / p >
< / div >
< / div >
< a id = "a5a9652837ba1c412a239fec1ff02e88b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5a9652837ba1c412a239fec1ff02e88b" > ◆ < / a > < / span > name()< / 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& name < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Const ref to name of the region. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00151" > 151< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "insertionRegion_8hpp_source.html#l00091" > insertionRegion::name_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab67fc1d3e31af0938ee28d49e7b848ef" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab67fc1d3e31af0938ee28d49e7b848ef" > ◆ < / a > < / span > type()< / 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& type < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > return type of insertion region < / 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 = "insertionRegion_8hpp_source.html#l00157" > 157< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "insertionRegion_8hpp_source.html#l00109" > insertionRegion::type_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-02 14:53:54 -07:00
< / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a9e81e11944c2000f458fdb15b0b44d1a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9e81e11944c2000f458fdb15b0b44d1a" > ◆ < / a > < / span > dict()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const auto& dict < / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00162" > 162< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "insertionRegion_8hpp_source.html#l00094" > insertionRegion::dict_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "insertionRegion_8cpp_source.html#l00067" > insertionRegion::readInsertionRegion()< / a > , and < a class = "el" href = "insertionRegion_8hpp_source.html#l00217" > insertionRegion::write()< / 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 caller 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_1insertionRegion_a9e81e11944c2000f458fdb15b0b44d1a_icgraph.png" border = "0" usemap = "#classpFlow_1_1insertionRegion_a9e81e11944c2000f458fdb15b0b44d1a_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a1b0314bc3fd7745b79bb6a8695b80529" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1b0314bc3fd7745b79bb6a8695b80529" > ◆ < / a > < / span > Insertion()< / 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& < a class = "el" href = "classpFlow_1_1Insertion.html" > Insertion< / a > < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < / td > < td > )< / td >
2023-03-27 10:16:23 -07:00
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / 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 = "insertionRegion_8hpp_source.html#l00167" > 167< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.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 = "insertionRegion_8hpp_source.html#l00097" > insertionRegion::insertion_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-02 14:53:54 -07:00
< / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ae355b601249331cd5c4facb48df43223" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae355b601249331cd5c4facb48df43223" > ◆ < / a > < / span > pStruct()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pFlow::pointStructure< / a > & pStruct < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8cpp_source.html#l00168" > 168< / a > of file < a class = "el" href = "insertionRegion_8cpp_source.html" > insertionRegion.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "insertion_8cpp_source.html#l00072" > insertion::pStruct()< / 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_1insertionRegion_ae355b601249331cd5c4facb48df43223_cgraph.png" border = "0" usemap = "#classpFlow_1_1insertionRegion_ae355b601249331cd5c4facb48df43223_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "afdb6cd97d8e5679758ebf8161edf1d70" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afdb6cd97d8e5679758ebf8161edf1d70" > ◆ < / a > < / span > insertionTime()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool insertionTime < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > iter< / 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 > t< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em >   < / td >
< / tr >
< tr >
2023-03-27 10:16:23 -07:00
< td > < / td >
2025-01-10 13:02:07 +03:30
< td > )< / td >
< td > < / td > < td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00174" > 174< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "insertionRegion_8hpp_source.html#l00100" > insertionRegion::tControl_< / a > , and < a class = "el" href = "baseTimeControl_8cpp_source.html#l00078" > baseTimeControl::timeEvent()< / 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-03-27 10:16:23 -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_1insertionRegion_afdb6cd97d8e5679758ebf8161edf1d70_cgraph.png" border = "0" usemap = "#classpFlow_1_1insertionRegion_afdb6cd97d8e5679758ebf8161edf1d70_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "ab381dc3f8dadd5cf3ea1ca00167243bb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab381dc3f8dadd5cf3ea1ca00167243bb" > ◆ < / a > < / span > numberToBeInserted()< / 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" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > pFlow::uint32< / a > numberToBeInserted < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > iter< / 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 > t< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em >   < / td >
< / tr >
< tr >
2023-03-27 10:16:23 -07:00
< td > < / td >
2025-01-10 13:02:07 +03:30
< td > )< / td >
< td > < / td > < td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8cpp_source.html#l00174" > 174< / a > of file < a class = "el" href = "insertionRegion_8cpp_source.html" > insertionRegion.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a1a07130d03939ed5fa8846c15371d673" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1a07130d03939ed5fa8846c15371d673" > ◆ < / a > < / span > addToNumInserted()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > addToNumInserted < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > newInserted< / em > < / td > < td > )< / td >
2023-03-27 10:16:23 -07:00
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00181" > 181< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "insertionRegion_8hpp_source.html#l00106" > insertionRegion::numInserted_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a84b3908969b00409076ae0d2f573d16b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a84b3908969b00409076ae0d2f573d16b" > ◆ < / a > < / span > totalInserted()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > totalInserted < / 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 = "insertionRegion_8hpp_source.html#l00186" > 186< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.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 = "insertionRegion_8hpp_source.html#l00106" > insertionRegion::numInserted_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab7b8db8337aea6bfd4e3a5b69d5d0a6a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab7b8db8337aea6bfd4e3a5b69d5d0a6a" > ◆ < / a > < / span > mixture()< / 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& mixture < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00191" > 191< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.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 = "insertionRegion_8hpp_source.html#l00115" > insertionRegion::mixture_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a066802e40cc1e667b535479d0263f5f0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a066802e40cc1e667b535479d0263f5f0" > ◆ < / a > < / span > pRegion()< / 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& pRegion < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < / td > < td > )< / td >
2023-03-27 10:16:23 -07:00
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< 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 = "insertionRegion_8hpp_source.html#l00196" > 196< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "insertionRegion_8hpp_source.html#l00112" > insertionRegion::pRegion_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-02 14:53:54 -07:00
< / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a039352410860be5593f442d3238c7eef" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a039352410860be5593f442d3238c7eef" > ◆ < / a > < / span > setFieldList()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const auto& < a class = "el" href = "classpFlow_1_1setFieldList.html" > setFieldList< / a > < / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00201" > 201< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "insertionRegion_8hpp_source.html#l00121" > insertionRegion::setFieldList_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a6964e9f1f100001543fdb044fa7fc896" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6964e9f1f100001543fdb044fa7fc896" > ◆ < / 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_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" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > read from dictionary < / p >
< p > write to dictionary < / 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 = "insertionRegion_8hpp_source.html#l00217" > 217< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "insertionRegion_8hpp_source.html#l00162" > insertionRegion::dict()< / a > , and < a class = "el" href = "insertionRegion_8cpp_source.html#l00102" > insertionRegion::writeInsertionRegion()< / 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;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1insertionRegion_a6964e9f1f100001543fdb044fa7fc896_cgraph.png" border = "0" usemap = "#classpFlow_1_1insertionRegion_a6964e9f1f100001543fdb044fa7fc896_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "afd780271a9c45061cfdc62f5c3fc9929" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afd780271a9c45061cfdc62f5c3fc9929" > ◆ < / a > < / span > name_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > name_< / 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 > name of this region < / 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 = "insertionRegion_8hpp_source.html#l00091" > 91< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "insertionRegion_8hpp_source.html#l00151" > insertionRegion::name()< / a > .< / p >
< / div >
< / div >
< a id = "a892ddcb9cba6f50b0396cdb7bf1b4f6a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a892ddcb9cba6f50b0396cdb7bf1b4f6a" > ◆ < / a > < / span > dict_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > insertion region dictionary < / p >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00094" > 94< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "insertionRegion_8hpp_source.html#l00162" > insertionRegion::dict()< / a > , and < a class = "el" href = "insertionRegion_8cpp_source.html#l00152" > insertionRegion::insertionRegion()< / a > .< / p >
< / div >
< / div >
< a id = "a6af97f6ba06d4ad5536c61070cd26f2f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6af97f6ba06d4ad5536c61070cd26f2f" > ◆ < / a > < / span > insertion_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1insertion.html" > insertion< / a > & insertion_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > ref to insertion < / p >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00097" > 97< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "insertionRegion_8hpp_source.html#l00167" > insertionRegion::Insertion()< / a > , and < a class = "el" href = "insertionRegion_8cpp_source.html#l00067" > insertionRegion::readInsertionRegion()< / a > .< / p >
< / div >
< / div >
< a id = "a4d648c95047d94b13db4407584c2c804" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4d648c95047d94b13db4407584c2c804" > ◆ < / a > < / span > tControl_< / 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_1baseTimeControl.html" > baseTimeControl< / a > tControl_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > time control for insertion events < / p >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00100" > 100< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "insertionRegion_8hpp_source.html#l00174" > insertionRegion::insertionTime()< / a > .< / p >
< / div >
< / div >
< a id = "ac29edb543b14ed93013258583f9684a1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac29edb543b14ed93013258583f9684a1" > ◆ < / a > < / span > rate_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > rate_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > rate of insertion < / p >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00103" > 103< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "insertionRegion_8cpp_source.html#l00067" > insertionRegion::readInsertionRegion()< / a > .< / p >
< / div >
< / div >
< a id = "a6213c36141284c7076c29445514d610e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6213c36141284c7076c29445514d610e" > ◆ < / a > < / span > numInserted_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numInserted_ = 0< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > number of inserted particles < / p >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00106" > 106< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "insertionRegion_8hpp_source.html#l00181" > insertionRegion::addToNumInserted()< / a > , < a class = "el" href = "insertionRegion_8cpp_source.html#l00067" > insertionRegion::readInsertionRegion()< / a > , and < a class = "el" href = "insertionRegion_8hpp_source.html#l00186" > insertionRegion::totalInserted()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "addee41d6ac047acd59c85e776d4e6fb9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#addee41d6ac047acd59c85e776d4e6fb9" > ◆ < / a > < / span > type_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > type_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > type of insertion region < / 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 = "insertionRegion_8hpp_source.html#l00109" > 109< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "insertionRegion_8cpp_source.html#l00067" > insertionRegion::readInsertionRegion()< / a > , and < a class = "el" href = "insertionRegion_8hpp_source.html#l00157" > insertionRegion::type()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "af5c2a2fe246051f18b23a3fd1bf23249" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af5c2a2fe246051f18b23a3fd1bf23249" > ◆ < / a > < / span > pRegion_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1peakableRegion.html" > peakableRegion< / a > > pRegion_ = nullptr< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > peakable region of points < / p >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00112" > 112< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.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 = "insertionRegion_8hpp_source.html#l00196" > insertionRegion::pRegion()< / a > , and < a class = "el" href = "insertionRegion_8cpp_source.html#l00067" > insertionRegion::readInsertionRegion()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a4d3dfef53630882b1fe95583bd46d4c9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4d3dfef53630882b1fe95583bd46d4c9" > ◆ < / a > < / span > mixture_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1shapeMixture.html" > shapeMixture< / a > > mixture_ = nullptr< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > mixture of shapes < / 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 = "insertionRegion_8hpp_source.html#l00115" > 115< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "insertionRegion_8hpp_source.html#l00191" > insertionRegion::mixture()< / a > , and < a class = "el" href = "insertionRegion_8cpp_source.html#l00067" > insertionRegion::readInsertionRegion()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a9f6977fce84078d4dba954133f452a90" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9f6977fce84078d4dba954133f452a90" > ◆ < / a > < / span > setFieldDict_< / 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_1dictionary.html" > dictionary< / a > > setFieldDict_ = 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 > dictionary for set field < / p >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00118" > 118< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "insertionRegion_8cpp_source.html#l00067" > insertionRegion::readInsertionRegion()< / a > .< / p >
< / div >
< / div >
< a id = "a8026dacb3b6f9b6da0cf123ba9571e59" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8026dacb3b6f9b6da0cf123ba9571e59" > ◆ < / a > < / span > setFieldList_< / 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_1anyList.html" > anyList< / a > setFieldList_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > list of (filedName type value) for the fields < / p >
< p class = "definition" > Definition at line < a class = "el" href = "insertionRegion_8hpp_source.html#l00121" > 121< / a > of file < a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.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 = "insertionRegion_8hpp_source.html#l00201" > insertionRegion::setFieldList()< / 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/Insertion/insertionRegion/< a class = "el" href = "insertionRegion_8hpp_source.html" > insertionRegion.hpp< / a > < / li >
< li > src/Particles/Insertion/insertionRegion/< a class = "el" href = "insertionRegion_8cpp_source.html" > insertionRegion.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_1insertionRegion.html" > insertionRegion< / 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 >