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: pointStructure 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_1pointStructure.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-types" > Public Types< / a > |
< 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_1pointStructure-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > pointStructure Class 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 pointStructure:< / 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_1pointStructure__inherit__graph.png" border = "0" usemap = "#pointStructure_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 pointStructure:< / 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_1pointStructure__coll__graph.png" border = "0" usemap = "#pointStructure_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-types" > < / a >
Public Types< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a139a0e82929617430e7157a17dabbe32" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a139a0e82929617430e7157a17dabbe32" > PointsType< / a > = typename < a class = "el" href = "classpFlow_1_1internalPoints.html#aecab18ee22629292256270f780660926" > internalPoints::PointsType< / a > < / td > < / tr >
< tr class = "separator:a139a0e82929617430e7157a17dabbe32" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a117cc5a1296f887303ad47f0ddc79c3e" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a117cc5a1296f887303ad47f0ddc79c3e" > PointsTypeHost< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a956cfd99b2704fca5961350f47963e88" > PointsType::FieldTypeHost< / a > < / td > < / tr >
< tr class = "separator:a117cc5a1296f887303ad47f0ddc79c3e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8f8869f56eb0f46a1b5982b9c86c144c" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a8f8869f56eb0f46a1b5982b9c86c144c" > device_type< / a > = typename < a class = "el" href = "classpFlow_1_1VectorSingle.html#a4430adf7e2f1710d3da2b59bdec7ba1c" > PointsType::device_type< / a > < / td > < / tr >
< tr class = "separator:a8f8869f56eb0f46a1b5982b9c86c144c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab387c16af5c682175807ee62da9debe" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#aab387c16af5c682175807ee62da9debe" > memory_space< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#abb38920d985a52377685fd852f62f4c2" > PointsType::memory_space< / a > < / td > < / tr >
< tr class = "separator:aab387c16af5c682175807ee62da9debe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a58b791b039aeb7315f6cea0a2f117cba" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a58b791b039aeb7315f6cea0a2f117cba" > execution_space< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a0b138cbd599d4fc0e95738e75f1e7445" > PointsType::execution_space< / a > < / td > < / tr >
< tr class = "separator:a58b791b039aeb7315f6cea0a2f117cba" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_types_classpFlow_1_1objectFile" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_types_classpFlow_1_1objectFile')" > < img src = "closed.png" alt = "-" / >   Public Types inherited from < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > < / td > < / tr >
< tr class = "memitem:a314ebf993d731f5b477f5b2670de2135 inherit pub_types_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a314ebf993d731f5b477f5b2670de2135" > readFlag< / a > { < a class = "el" href = "classpFlow_1_1objectFile.html#a314ebf993d731f5b477f5b2670de2135ae52db7f5bc766c98892c85b3da80035d" > READ_ALWAYS< / a > ,
< a class = "el" href = "classpFlow_1_1objectFile.html#a314ebf993d731f5b477f5b2670de2135a5d213848a5257045c66f1131ba592588" > READ_NEVER< / a > ,
< a class = "el" href = "classpFlow_1_1objectFile.html#a314ebf993d731f5b477f5b2670de2135a93b5e7478325255e6d8414b6b2ccc6f0" > READ_IF_PRESENT< / a >
}< / td > < / tr >
< tr class = "separator:a314ebf993d731f5b477f5b2670de2135 inherit pub_types_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a167fce7aaf9bbff61e0e5ad4815d09fb inherit pub_types_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a167fce7aaf9bbff61e0e5ad4815d09fb" > writeFlag< / a > { < a class = "el" href = "classpFlow_1_1objectFile.html#a167fce7aaf9bbff61e0e5ad4815d09fba37ad78d623d69d7a70f565528efc0f59" > WRITE_ALWAYS< / a > ,
< a class = "el" href = "classpFlow_1_1objectFile.html#a167fce7aaf9bbff61e0e5ad4815d09fbad27c52a51ad59856941a9597905f9130" > WRITE_NEVER< / a >
2023-03-27 10:16:23 -07:00
}< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "separator:a167fce7aaf9bbff61e0e5ad4815d09fb inherit pub_types_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_types_classpFlow_1_1internalPoints" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_types_classpFlow_1_1internalPoints')" > < img src = "closed.png" alt = "-" / >   Public Types inherited from < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > < / td > < / tr >
< tr class = "memitem:aecab18ee22629292256270f780660926 inherit pub_types_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#aecab18ee22629292256270f780660926" > PointsType< / a > = < a class = "el" href = "namespacepFlow.html#a7c910c47fac98a967d343e8994298262" > realx3Field_D< / a > < / td > < / tr >
< tr class = "separator:aecab18ee22629292256270f780660926 inherit pub_types_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a117cc5a1296f887303ad47f0ddc79c3e inherit pub_types_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a117cc5a1296f887303ad47f0ddc79c3e" > PointsTypeHost< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a956cfd99b2704fca5961350f47963e88" > PointsType::FieldTypeHost< / a > < / td > < / tr >
< tr class = "separator:a117cc5a1296f887303ad47f0ddc79c3e inherit pub_types_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8f8869f56eb0f46a1b5982b9c86c144c inherit pub_types_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a8f8869f56eb0f46a1b5982b9c86c144c" > device_type< / a > = typename < a class = "el" href = "classpFlow_1_1VectorSingle.html#a4430adf7e2f1710d3da2b59bdec7ba1c" > PointsType::device_type< / a > < / td > < / tr >
< tr class = "separator:a8f8869f56eb0f46a1b5982b9c86c144c inherit pub_types_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab387c16af5c682175807ee62da9debe inherit pub_types_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#aab387c16af5c682175807ee62da9debe" > memory_space< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#abb38920d985a52377685fd852f62f4c2" > PointsType::memory_space< / a > < / td > < / tr >
< tr class = "separator:aab387c16af5c682175807ee62da9debe inherit pub_types_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a58b791b039aeb7315f6cea0a2f117cba inherit pub_types_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a58b791b039aeb7315f6cea0a2f117cba" > execution_space< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a0b138cbd599d4fc0e95738e75f1e7445" > PointsType::execution_space< / a > < / td > < / tr >
< tr class = "separator:a58b791b039aeb7315f6cea0a2f117cba inherit pub_types_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a79cf90bf54b5dc2b8cd0415152ee0875" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a79cf90bf54b5dc2b8cd0415152ee0875" > TypeInfo< / a > (" pointStructure" )< / td > < / tr >
< tr class = "separator:a79cf90bf54b5dc2b8cd0415152ee0875" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:adf6e06bca1642277ad459ee38ddd5d47" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#adf6e06bca1642277ad459ee38ddd5d47" > pointStructure< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > )< / td > < / tr >
< tr class = "memdesc:adf6e06bca1642277ad459ee38ddd5d47" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > an empty < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > , good for reading from file < a href = "classpFlow_1_1pointStructure.html#adf6e06bca1642277ad459ee38ddd5d47" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:adf6e06bca1642277ad459ee38ddd5d47" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a792658f3e50caffe74517fc407d59a4d" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a792658f3e50caffe74517fc407d59a4d" > pointStructure< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & posVec)< / td > < / tr >
< tr class = "memdesc:a792658f3e50caffe74517fc407d59a4d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > construct from point positions, assume all points are active < a href = "classpFlow_1_1pointStructure.html#a792658f3e50caffe74517fc407d59a4d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a792658f3e50caffe74517fc407d59a4d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abda655499728dd69d2d0e7e7b5dac433" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#abda655499728dd69d2d0e7e7b5dac433" > pointStructure< / a > (const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & )=delete< / td > < / tr >
< tr class = "separator:abda655499728dd69d2d0e7e7b5dac433" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a766a3cb046f9aace76721476157dec2d" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a766a3cb046f9aace76721476157dec2d" > pointStructure< / a > (< a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & & )=delete< / td > < / tr >
< tr class = "separator:a766a3cb046f9aace76721476157dec2d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ae336f51d6640efdee29c287da28680d6" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#ae336f51d6640efdee29c287da28680d6" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & )=delete< / td > < / tr >
< tr class = "separator:ae336f51d6640efdee29c287da28680d6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a9e74d0b5a8fdbe326a0400e3d81d4ebf" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a9e74d0b5a8fdbe326a0400e3d81d4ebf" > operator=< / a > (< a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & & )=delete< / td > < / tr >
< tr class = "separator:a9e74d0b5a8fdbe326a0400e3d81d4ebf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a88b67f59370894bc1987cbb683a7a25c" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a88b67f59370894bc1987cbb683a7a25c" > ~pointStructure< / a > () override=default< / td > < / tr >
< tr class = "separator:a88b67f59370894bc1987cbb683a7a25c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ada71b97666fe3f66b31690bf12633c32" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#ada71b97666fe3f66b31690bf12633c32" > beforeIteration< / a > () override< / td > < / tr >
< tr class = "memdesc:ada71b97666fe3f66b31690bf12633c32" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > In the time loop before iterate. < a href = "classpFlow_1_1pointStructure.html#ada71b97666fe3f66b31690bf12633c32" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ada71b97666fe3f66b31690bf12633c32" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afa767bddda52eb71cea18f755e17d559" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#afa767bddda52eb71cea18f755e17d559" > iterate< / a > () override< / td > < / tr >
< tr class = "memdesc:afa767bddda52eb71cea18f755e17d559" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This is called in time loop. < a href = "classpFlow_1_1pointStructure.html#afa767bddda52eb71cea18f755e17d559" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:afa767bddda52eb71cea18f755e17d559" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5ab4b6c611c3256e54f51bbfc484d58e" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a5ab4b6c611c3256e54f51bbfc484d58e" > afterIteration< / a > () override< / td > < / tr >
< tr class = "memdesc:a5ab4b6c611c3256e54f51bbfc484d58e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This is called in time loop, after iterate. < a href = "classpFlow_1_1pointStructure.html#a5ab4b6c611c3256e54f51bbfc484d58e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a5ab4b6c611c3256e54f51bbfc484d58e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a137901d5930c5fb8adeb41633d125445" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a137901d5930c5fb8adeb41633d125445" > boundaries< / a > ()< / td > < / tr >
< tr class = "separator:a137901d5930c5fb8adeb41633d125445" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a25f9934fc9339bdef99103aa060d8376" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a25f9934fc9339bdef99103aa060d8376" > boundaries< / a > () const< / td > < / tr >
< tr class = "separator:a25f9934fc9339bdef99103aa060d8376" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac469007fdaaadba509bda15a90e450d5" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Time.html" > Time< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#ac469007fdaaadba509bda15a90e450d5" > time< / a > () override< / td > < / tr >
< tr class = "separator:ac469007fdaaadba509bda15a90e450d5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a52736112a35934786ddb38ff4c5dffe8" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1Time.html" > Time< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a52736112a35934786ddb38ff4c5dffe8" > time< / a > () const override< / td > < / tr >
< tr class = "separator:a52736112a35934786ddb38ff4c5dffe8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1d82e8549654bfdc8c828d4f45bcd1f2" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1boundaryBase.html" > boundaryBase< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a1d82e8549654bfdc8c828d4f45bcd1f2" > boundary< / a > (< a class = "el" href = "namespacepFlow.html#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a > i) override< / td > < / tr >
< tr class = "separator:a1d82e8549654bfdc8c828d4f45bcd1f2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4d958229a990fab7008b251b25e55b3e" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1boundaryBase.html" > boundaryBase< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a4d958229a990fab7008b251b25e55b3e" > boundary< / a > (< a class = "el" href = "namespacepFlow.html#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a > i) const override< / td > < / tr >
< tr class = "separator:a4d958229a990fab7008b251b25e55b3e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab6e47ba73b45a9bdfe3aeb0e3d629b88" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#ab6e47ba73b45a9bdfe3aeb0e3d629b88" > simDomain< / a > () const< / td > < / tr >
< tr class = "separator:ab6e47ba73b45a9bdfe3aeb0e3d629b88" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac83f377533f26c27400c8e9b1ba26f8e" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#ac83f377533f26c27400c8e9b1ba26f8e" > thisDomain< / a > () const< / td > < / tr >
< tr class = "separator:ac83f377533f26c27400c8e9b1ba26f8e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d2a7b5c43832e65e2cbf5f9de32856d" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a0d2a7b5c43832e65e2cbf5f9de32856d" > extendedDomain< / a > () const< / td > < / tr >
< tr class = "separator:a0d2a7b5c43832e65e2cbf5f9de32856d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff82dfcdc037791c20e374c6123523e5" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#aff82dfcdc037791c20e374c6123523e5" > internalDomainBox< / a > () const< / td > < / tr >
< tr class = "separator:aff82dfcdc037791c20e374c6123523e5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1c713f45ca620694735a6a21959cc408" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a1c713f45ca620694735a6a21959cc408" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is, const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > & iop) override< / td > < / tr >
< tr class = "memdesc:a1c713f45ca620694735a6a21959cc408" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > read the point structure from the input stream. < a href = "classpFlow_1_1pointStructure.html#a1c713f45ca620694735a6a21959cc408" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1c713f45ca620694735a6a21959cc408" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab3738b20dfa25d66228f6a7571d97aa0" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#ab3738b20dfa25d66228f6a7571d97aa0" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os, const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > & iop) const override< / td > < / tr >
< tr class = "memdesc:ab3738b20dfa25d66228f6a7571d97aa0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write. < a href = "classpFlow_1_1pointStructure.html#ab3738b20dfa25d66228f6a7571d97aa0" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab3738b20dfa25d66228f6a7571d97aa0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1IOobject" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1IOobject')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1IOobject.html" > IOobject< / a > < / td > < / tr >
< tr class = "memitem:a9521838a2604fc381c2b4d8227615246 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a9521838a2604fc381c2b4d8227615246" > typeName< / a > () const =0< / td > < / tr >
< tr class = "separator:a9521838a2604fc381c2b4d8227615246 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aad269ef21d55c3c31022045b90075823 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#aad269ef21d55c3c31022045b90075823" > IOobject< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & objf, const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > & iop, < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *< a class = "el" href = "classpFlow_1_1IOobject.html#a09a559f42cef65f7e9b3ce24cfb42905" > owner< / a > )< / td > < / tr >
< tr class = "separator:aad269ef21d55c3c31022045b90075823 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a343821968cc70abd87c9e3c9706b2e08 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a343821968cc70abd87c9e3c9706b2e08" > ~IOobject< / a > () override< / td > < / tr >
< tr class = "separator:a343821968cc70abd87c9e3c9706b2e08 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a387f9719028f6a7a4b72dbeccdae8e48 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a387f9719028f6a7a4b72dbeccdae8e48" > IOobject< / a > (const < a class = "el" href = "classpFlow_1_1IOobject.html" > IOobject< / a > & src)=delete< / td > < / tr >
< tr class = "separator:a387f9719028f6a7a4b72dbeccdae8e48 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ada2832137ec41bfb31a433af7d833d22 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#ada2832137ec41bfb31a433af7d833d22" > IOobject< / a > (< a class = "el" href = "classpFlow_1_1IOobject.html" > IOobject< / a > & & src)=delete< / td > < / tr >
< tr class = "separator:ada2832137ec41bfb31a433af7d833d22 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab0970fc1f3e24ea17048045400fe34f5 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#ab0970fc1f3e24ea17048045400fe34f5" > ioPattern< / a > () const< / td > < / tr >
< tr class = "separator:ab0970fc1f3e24ea17048045400fe34f5 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a09a559f42cef65f7e9b3ce24cfb42905 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a09a559f42cef65f7e9b3ce24cfb42905" > owner< / a > () const override< / td > < / tr >
< tr class = "separator:a09a559f42cef65f7e9b3ce24cfb42905 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a00619b1fd305614c16a7097445d9f0c3 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a00619b1fd305614c16a7097445d9f0c3" > owner< / a > ()< / td > < / tr >
< tr class = "separator:a00619b1fd305614c16a7097445d9f0c3 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a489ff7b751b95e03bb3d16839208b74d inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a489ff7b751b95e03bb3d16839208b74d" > releaseOwner< / a > (bool fromOwner=false)< / td > < / tr >
< tr class = "separator:a489ff7b751b95e03bb3d16839208b74d inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae86a22cbcc2022c0f2d7c1bd188889d6 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#ae86a22cbcc2022c0f2d7c1bd188889d6" > isIncluded< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & objName) const override< / td > < / tr >
< tr class = "separator:ae86a22cbcc2022c0f2d7c1bd188889d6 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5f6e9860479ec6d8584a6c1bfa456dea inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a5f6e9860479ec6d8584a6c1bfa456dea" > isExcluded< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & objName) const override< / td > < / tr >
< tr class = "separator:a5f6e9860479ec6d8584a6c1bfa456dea inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a56a17cd8322aee7227a30824c5f5107b inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a56a17cd8322aee7227a30824c5f5107b" > readObject< / a > (bool rdHdr=true)< / td > < / tr >
< tr class = "separator:a56a17cd8322aee7227a30824c5f5107b inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afb0d210a86dfa7ee073b16be32be2198 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#afb0d210a86dfa7ee073b16be32be2198" > writeObject< / a > () const< / td > < / tr >
< tr class = "separator:afb0d210a86dfa7ee073b16be32be2198 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a55db1ce145befa1e4a8535806169c2c3 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a55db1ce145befa1e4a8535806169c2c3" > readObject< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is, bool rdHdr=true)< / td > < / tr >
< tr class = "separator:a55db1ce145befa1e4a8535806169c2c3 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6979f73f254fb1a89ba95f46ac79278c inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a6979f73f254fb1a89ba95f46ac79278c" > writeObject< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:a6979f73f254fb1a89ba95f46ac79278c inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1IOfileHeader" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1IOfileHeader')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1IOfileHeader.html" > IOfileHeader< / a > < / td > < / tr >
< tr class = "memitem:a27694b34ae10a55819c0647e27e52424 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a27694b34ae10a55819c0647e27e52424" > IOfileHeader< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & objf)< / td > < / tr >
< tr class = "separator:a27694b34ae10a55819c0647e27e52424 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4ae6d6ea877ec8652d86076eaf333c12 inherit pub_methods_classpFlow_1_1IOfileHeader" > < 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_1IOfileHeader.html#a4ae6d6ea877ec8652d86076eaf333c12" > objectName< / a > () const< / td > < / tr >
< tr class = "separator:a4ae6d6ea877ec8652d86076eaf333c12 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a67068cb6552c42a5ddb1c66bf6bbf6b3 inherit pub_methods_classpFlow_1_1IOfileHeader" > < 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_1IOfileHeader.html#a67068cb6552c42a5ddb1c66bf6bbf6b3" > objectType< / a > () const< / td > < / tr >
< tr class = "separator:a67068cb6552c42a5ddb1c66bf6bbf6b3 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1921a7f20c43d1438221946e607c488 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#ae1921a7f20c43d1438221946e607c488" > path< / a > () const< / td > < / tr >
< tr class = "separator:ae1921a7f20c43d1438221946e607c488 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aefb380f32e3c6839d26dbc93ff4eb00a inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#aefb380f32e3c6839d26dbc93ff4eb00a" > outFileBinary< / a > () const< / td > < / tr >
< tr class = "separator:aefb380f32e3c6839d26dbc93ff4eb00a inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6e04bca1658d3c571a38d8ac1d62462e inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a6e04bca1658d3c571a38d8ac1d62462e" > inFileBinary< / a > () const< / td > < / tr >
< tr class = "separator:a6e04bca1658d3c571a38d8ac1d62462e inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1a248aa0488b774d5160449992ad31e5 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a1a248aa0488b774d5160449992ad31e5" > headerOk< / a > (bool silent=false)< / td > < / tr >
< tr class = "separator:a1a248aa0488b774d5160449992ad31e5 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aac13e923e67df5e79d9a75f592b97da3 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#aac13e923e67df5e79d9a75f592b97da3" > implyRead< / a > () const< / td > < / tr >
< tr class = "memdesc:aac13e923e67df5e79d9a75f592b97da3 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Imply read. < a href = "classpFlow_1_1IOfileHeader.html#aac13e923e67df5e79d9a75f592b97da3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aac13e923e67df5e79d9a75f592b97da3 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adfb03998f9b3b981631dc794cffd05a1 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#adfb03998f9b3b981631dc794cffd05a1" > implyWrite< / a > () const< / td > < / tr >
< tr class = "memdesc:adfb03998f9b3b981631dc794cffd05a1 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Imply write. < a href = "classpFlow_1_1IOfileHeader.html#adfb03998f9b3b981631dc794cffd05a1" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:adfb03998f9b3b981631dc794cffd05a1 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac38363de350016ce974d10db7d4d0753 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#ac38363de350016ce974d10db7d4d0753" > fileExist< / a > () const< / td > < / tr >
< tr class = "memdesc:ac38363de350016ce974d10db7d4d0753 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Check if file exists. < a href = "classpFlow_1_1IOfileHeader.html#ac38363de350016ce974d10db7d4d0753" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ac38363de350016ce974d10db7d4d0753 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aad1bd18bfebe1913d2b10785c0aff822 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#aad1bd18bfebe1913d2b10785c0aff822" > readIfPresent< / a > () const< / td > < / tr >
< tr class = "memdesc:aad1bd18bfebe1913d2b10785c0aff822 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Check read if present. < a href = "classpFlow_1_1IOfileHeader.html#aad1bd18bfebe1913d2b10785c0aff822" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aad1bd18bfebe1913d2b10785c0aff822 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a68bff73fd26a260a1d26e7890897d4e4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a68bff73fd26a260a1d26e7890897d4e4" > writeHeader< / a > () const< / td > < / tr >
< tr class = "memdesc:a68bff73fd26a260a1d26e7890897d4e4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Check if the header should be written to file True: on master + implyWrite + readWriteHeader = true False: otherwise. < a href = "classpFlow_1_1IOfileHeader.html#a68bff73fd26a260a1d26e7890897d4e4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a68bff73fd26a260a1d26e7890897d4e4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab83d4ca3dd2d2995f15ffe5e2693f316 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#ab83d4ca3dd2d2995f15ffe5e2693f316" > writeHeader< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & typeName, bool forceWrite=false) const< / td > < / tr >
< tr class = "memdesc:ab83d4ca3dd2d2995f15ffe5e2693f316 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write the header to the file , typeName comes from caller. < a href = "classpFlow_1_1IOfileHeader.html#ab83d4ca3dd2d2995f15ffe5e2693f316" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab83d4ca3dd2d2995f15ffe5e2693f316 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5d569ab3079ca594877dfbdf4d45cae4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a5d569ab3079ca594877dfbdf4d45cae4" > writeHeader< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os, bool forceWrite=false) const< / td > < / tr >
< tr class = "memdesc:a5d569ab3079ca594877dfbdf4d45cae4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write the header to the file, typeName comes from the one read from file. < a href = "classpFlow_1_1IOfileHeader.html#a5d569ab3079ca594877dfbdf4d45cae4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a5d569ab3079ca594877dfbdf4d45cae4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaf27120b2528b8d3d77903c4f4481127 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#aaf27120b2528b8d3d77903c4f4481127" > readHeader< / a > () const< / td > < / tr >
< tr class = "memdesc:aaf27120b2528b8d3d77903c4f4481127 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Check if header should be read from file. < a href = "classpFlow_1_1IOfileHeader.html#aaf27120b2528b8d3d77903c4f4481127" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aaf27120b2528b8d3d77903c4f4481127 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad3e735fcc23f3717d149728c03f5074a inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#ad3e735fcc23f3717d149728c03f5074a" > readHeader< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is, bool silent=false)< / td > < / tr >
< tr class = "memdesc:ad3e735fcc23f3717d149728c03f5074a inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Read the header in the file. < a href = "classpFlow_1_1IOfileHeader.html#ad3e735fcc23f3717d149728c03f5074a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ad3e735fcc23f3717d149728c03f5074a inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a935aedcbc2d9fc4e32646d718eaec1f4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a935aedcbc2d9fc4e32646d718eaec1f4" > writeBanner< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "memdesc:a935aedcbc2d9fc4e32646d718eaec1f4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > write the banner < a href = "classpFlow_1_1IOfileHeader.html#a935aedcbc2d9fc4e32646d718eaec1f4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a935aedcbc2d9fc4e32646d718eaec1f4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7724614a5d68ca0d55beead4b79f6051 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a7724614a5d68ca0d55beead4b79f6051" > writeSeparator< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "memdesc:a7724614a5d68ca0d55beead4b79f6051 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > wirte a separator line < a href = "classpFlow_1_1IOfileHeader.html#a7724614a5d68ca0d55beead4b79f6051" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a7724614a5d68ca0d55beead4b79f6051 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1objectFile" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1objectFile')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > < / td > < / tr >
< tr class = "memitem:a03145445e47fe40d36071d3207e4eaae inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a03145445e47fe40d36071d3207e4eaae" > objectFile< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1objectFile.html#a754ce9966caae1ee331378bf4a87269b" > name< / a > )< / td > < / tr >
< tr class = "separator:a03145445e47fe40d36071d3207e4eaae inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a697165e3ce0c66f2e8b3cd10ceabbc1f inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a697165e3ce0c66f2e8b3cd10ceabbc1f" > objectFile< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1objectFile.html#a754ce9966caae1ee331378bf4a87269b" > name< / a > , const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > & < a class = "el" href = "classpFlow_1_1objectFile.html#a55c0ceffcfed66ff50377088cbac2d8d" > localPath< / a > , const < a class = "el" href = "classpFlow_1_1objectFile.html#a314ebf993d731f5b477f5b2670de2135" > readFlag< / a > & rf=readFlag::READ_NEVER, const < a class = "el" href = "classpFlow_1_1objectFile.html#a167fce7aaf9bbff61e0e5ad4815d09fb" > writeFlag< / a > & wf=writeFlag::WRITE_NEVER, bool rwHeader=true)< / td > < / tr >
< tr class = "separator:a697165e3ce0c66f2e8b3cd10ceabbc1f inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acfc22694eec3cb20477252e35e8d38c4 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#acfc22694eec3cb20477252e35e8d38c4" > objectFile< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & src)=default< / td > < / tr >
< tr class = "separator:acfc22694eec3cb20477252e35e8d38c4 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d9f2616944d55462ad8c9665b27086c inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a0d9f2616944d55462ad8c9665b27086c" > objectFile< / a > (< a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & & src)=default< / td > < / tr >
< tr class = "separator:a0d9f2616944d55462ad8c9665b27086c inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad48d19db468e7a67e0ace83c38905e32 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#ad48d19db468e7a67e0ace83c38905e32" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & rhs)=default< / td > < / tr >
< tr class = "separator:ad48d19db468e7a67e0ace83c38905e32 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a724fdc744ee41f5b154c325701f14c2d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a724fdc744ee41f5b154c325701f14c2d" > operator=< / a > (< a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & & rhs)=default< / td > < / tr >
< tr class = "separator:a724fdc744ee41f5b154c325701f14c2d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5eb42fccb46707b1c231389b56ec574b inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a5eb42fccb46707b1c231389b56ec574b" > ~objectFile< / a > ()=default< / td > < / tr >
< tr class = "separator:a5eb42fccb46707b1c231389b56ec574b inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a754ce9966caae1ee331378bf4a87269b inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a754ce9966caae1ee331378bf4a87269b" > name< / a > () const< / td > < / tr >
< tr class = "separator:a754ce9966caae1ee331378bf4a87269b inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a55c0ceffcfed66ff50377088cbac2d8d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a55c0ceffcfed66ff50377088cbac2d8d" > localPath< / a > () const< / td > < / tr >
< tr class = "separator:a55c0ceffcfed66ff50377088cbac2d8d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a349924059ebb9ce3b154dbd6850c601d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1objectFile.html#a314ebf993d731f5b477f5b2670de2135" > readFlag< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a349924059ebb9ce3b154dbd6850c601d" > rFlag< / a > () const< / td > < / tr >
< tr class = "separator:a349924059ebb9ce3b154dbd6850c601d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af42da690717c749e1ee5108dcee62e7d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1objectFile.html#a167fce7aaf9bbff61e0e5ad4815d09fb" > writeFlag< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#af42da690717c749e1ee5108dcee62e7d" > wFlag< / a > () const< / td > < / tr >
< tr class = "separator:af42da690717c749e1ee5108dcee62e7d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7097fa42f98e5a95fd95ec46bdf6cd60 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a7097fa42f98e5a95fd95ec46bdf6cd60" > isReadAlways< / a > () const< / td > < / tr >
< tr class = "separator:a7097fa42f98e5a95fd95ec46bdf6cd60 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0c27a5cdee1d686f94bea4254bdbe650 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a0c27a5cdee1d686f94bea4254bdbe650" > isReadNever< / a > () const< / td > < / tr >
< tr class = "separator:a0c27a5cdee1d686f94bea4254bdbe650 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2d01f4526e21bccb1392a344d3e6cbfd inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a2d01f4526e21bccb1392a344d3e6cbfd" > isReadIfPresent< / a > () const< / td > < / tr >
< tr class = "separator:a2d01f4526e21bccb1392a344d3e6cbfd inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acbd01f9965d77d91b82df73d1fc67438 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#acbd01f9965d77d91b82df73d1fc67438" > isWriteAlways< / a > () const< / td > < / tr >
< tr class = "separator:acbd01f9965d77d91b82df73d1fc67438 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a91e42168656b6587284c9167ef8b678e inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a91e42168656b6587284c9167ef8b678e" > isWriteNever< / a > () const< / td > < / tr >
< tr class = "separator:a91e42168656b6587284c9167ef8b678e inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae10b53b60cb4631fdeb46271ccab67aa inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#ae10b53b60cb4631fdeb46271ccab67aa" > readWriteHeader< / a > () const< / td > < / tr >
< tr class = "separator:ae10b53b60cb4631fdeb46271ccab67aa inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1demComponent" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1demComponent')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > < / td > < / tr >
< tr class = "memitem:a3145c3f3cba34861e279260ada91e0de inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a3145c3f3cba34861e279260ada91e0de" > TypeInfo< / a > (" demComponent" )< / td > < / tr >
< tr class = "memdesc:a3145c3f3cba34861e279260ada91e0de inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Type info. < a href = "classpFlow_1_1demComponent.html#a3145c3f3cba34861e279260ada91e0de" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3145c3f3cba34861e279260ada91e0de inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a73e3f3cd6a8eca86e6862f02e416dba2 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a73e3f3cd6a8eca86e6862f02e416dba2" > demComponent< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name, < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > )< / td > < / tr >
< tr class = "memdesc:a73e3f3cd6a8eca86e6862f02e416dba2 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > construct from components < a href = "classpFlow_1_1demComponent.html#a73e3f3cd6a8eca86e6862f02e416dba2" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a73e3f3cd6a8eca86e6862f02e416dba2 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a876cdfe70008c20f9136c8a730c3f71a inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a876cdfe70008c20f9136c8a730c3f71a" > demComponent< / a > (const < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > & )=delete< / td > < / tr >
< tr class = "memdesc:a876cdfe70008c20f9136c8a730c3f71a inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No copy constructor. < a href = "classpFlow_1_1demComponent.html#a876cdfe70008c20f9136c8a730c3f71a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a876cdfe70008c20f9136c8a730c3f71a inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff5dda77742aff7e01ae5d1b1ceb38b7 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#aff5dda77742aff7e01ae5d1b1ceb38b7" > demComponent< / a > (< a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > & & )=delete< / td > < / tr >
< tr class = "memdesc:aff5dda77742aff7e01ae5d1b1ceb38b7 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No move constructor. < a href = "classpFlow_1_1demComponent.html#aff5dda77742aff7e01ae5d1b1ceb38b7" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aff5dda77742aff7e01ae5d1b1ceb38b7 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a95e1df66e5604c2920686b6a6c4e4c10 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a95e1df66e5604c2920686b6a6c4e4c10" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > & )=delete< / td > < / tr >
< tr class = "memdesc:a95e1df66e5604c2920686b6a6c4e4c10 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No copy assignment. < a href = "classpFlow_1_1demComponent.html#a95e1df66e5604c2920686b6a6c4e4c10" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a95e1df66e5604c2920686b6a6c4e4c10 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a836aaf5b9cd26f2e17faf1626c5448b3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a836aaf5b9cd26f2e17faf1626c5448b3" > operator=< / a > (< a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > & & )=delete< / td > < / tr >
< tr class = "memdesc:a836aaf5b9cd26f2e17faf1626c5448b3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No move assignment. < a href = "classpFlow_1_1demComponent.html#a836aaf5b9cd26f2e17faf1626c5448b3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a836aaf5b9cd26f2e17faf1626c5448b3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9ab4d5fa34944c13f3a07ec25b4fd666 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a9ab4d5fa34944c13f3a07ec25b4fd666" > ~demComponent< / a > ()=default< / td > < / tr >
< tr class = "memdesc:a9ab4d5fa34944c13f3a07ec25b4fd666 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > destructor < a href = "classpFlow_1_1demComponent.html#a9ab4d5fa34944c13f3a07ec25b4fd666" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a9ab4d5fa34944c13f3a07ec25b4fd666 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a647786897b3da03fcd415b2ebcf541c0 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > () const< / td > < / tr >
< tr class = "memdesc:a647786897b3da03fcd415b2ebcf541c0 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Const ref to < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > . < a href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a647786897b3da03fcd415b2ebcf541c0 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1afde9cfe19a586522259a33a4931e3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#ae1afde9cfe19a586522259a33a4931e3" > control< / a > ()< / td > < / tr >
< tr class = "memdesc:ae1afde9cfe19a586522259a33a4931e3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Ref to < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > . < a href = "classpFlow_1_1demComponent.html#ae1afde9cfe19a586522259a33a4931e3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ae1afde9cfe19a586522259a33a4931e3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a987c4fc5fe3a75305eede553d3efc279 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a987c4fc5fe3a75305eede553d3efc279" > dt< / a > () const< / td > < / tr >
< tr class = "memdesc:a987c4fc5fe3a75305eede553d3efc279 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "classpFlow_1_1Time.html" > Time< / a > step of integration. < a href = "classpFlow_1_1demComponent.html#a987c4fc5fe3a75305eede553d3efc279" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a987c4fc5fe3a75305eede553d3efc279 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a78dd57bd659107f17021b099cb853a0e inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a78dd57bd659107f17021b099cb853a0e" > currentTime< / a > () const< / td > < / tr >
< tr class = "memdesc:a78dd57bd659107f17021b099cb853a0e inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Current simulation time. < a href = "classpFlow_1_1demComponent.html#a78dd57bd659107f17021b099cb853a0e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a78dd57bd659107f17021b099cb853a0e inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3fe92d89e0339f3b0ccb505a1aac2182 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a3fe92d89e0339f3b0ccb505a1aac2182" > currentIter< / a > () const< / td > < / tr >
< tr class = "memdesc:a3fe92d89e0339f3b0ccb505a1aac2182 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > return current iteration number < a href = "classpFlow_1_1demComponent.html#a3fe92d89e0339f3b0ccb505a1aac2182" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3fe92d89e0339f3b0ccb505a1aac2182 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a71b953704058a7ca76b3056ae9215a64 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a71b953704058a7ca76b3056ae9215a64" > TimeInfo< / a > () const< / td > < / tr >
< tr class = "memdesc:a71b953704058a7ca76b3056ae9215a64 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > return time info of the simulaiton < a href = "classpFlow_1_1demComponent.html#a71b953704058a7ca76b3056ae9215a64" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a71b953704058a7ca76b3056ae9215a64 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a40f341a9cb1091ba9e3670f98cd002c3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a40f341a9cb1091ba9e3670f98cd002c3" > time< / a > () const< / td > < / tr >
< tr class = "separator:a40f341a9cb1091ba9e3670f98cd002c3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a40e6d687c4d54c66dfe5b1bc5a0d28ce inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a40e6d687c4d54c66dfe5b1bc5a0d28ce" > time< / a > ()< / td > < / tr >
< tr class = "separator:a40e6d687c4d54c66dfe5b1bc5a0d28ce inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae69e59e991f33e7d278ff6ad19d2e87d inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#ae69e59e991f33e7d278ff6ad19d2e87d" > timers< / a > () const< / td > < / tr >
< tr class = "memdesc:ae69e59e991f33e7d278ff6ad19d2e87d inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Const ref to timers. < a href = "classpFlow_1_1demComponent.html#ae69e59e991f33e7d278ff6ad19d2e87d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ae69e59e991f33e7d278ff6ad19d2e87d inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a49e56dd259a0f440e947ed17b149f32f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a49e56dd259a0f440e947ed17b149f32f" > timers< / a > ()< / td > < / tr >
< tr class = "memdesc:a49e56dd259a0f440e947ed17b149f32f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Ref to timers. < a href = "classpFlow_1_1demComponent.html#a49e56dd259a0f440e947ed17b149f32f" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a49e56dd259a0f440e947ed17b149f32f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab272f2a135d95ff17ad06338049a2cd5 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#ab272f2a135d95ff17ad06338049a2cd5" > beforeTimeLoop< / a > ()< / td > < / tr >
< tr class = "memdesc:ab272f2a135d95ff17ad06338049a2cd5 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This is called before the start of time loop. < a href = "classpFlow_1_1demComponent.html#ab272f2a135d95ff17ad06338049a2cd5" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab272f2a135d95ff17ad06338049a2cd5 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0b82b161f3fd39ee9f534cc2508d97f8 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a0b82b161f3fd39ee9f534cc2508d97f8" > afterTimeLoop< / a > ()< / td > < / tr >
< tr class = "memdesc:a0b82b161f3fd39ee9f534cc2508d97f8 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This is called after the time loop. < a href = "classpFlow_1_1demComponent.html#a0b82b161f3fd39ee9f534cc2508d97f8" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a0b82b161f3fd39ee9f534cc2508d97f8 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1internalPoints" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1internalPoints')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > < / td > < / tr >
< tr class = "memitem:a4fe556d7f69404a91660370c7a05296e inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a4fe556d7f69404a91660370c7a05296e" > TypeInfo< / a > (" internalPoints" )< / td > < / tr >
< tr class = "separator:a4fe556d7f69404a91660370c7a05296e inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7c2b60cb3640f2340b2f47241fe0fb03 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a7c2b60cb3640f2340b2f47241fe0fb03" > internalPoints< / a > ()< / td > < / tr >
< tr class = "separator:a7c2b60cb3640f2340b2f47241fe0fb03 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af82a174a29fb7972559a73591983057b inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#af82a174a29fb7972559a73591983057b" > internalPoints< / a > (const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & posVec)< / td > < / tr >
< tr class = "memdesc:af82a174a29fb7972559a73591983057b inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct from point positions, assume all points are active. < a href = "classpFlow_1_1internalPoints.html#af82a174a29fb7972559a73591983057b" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af82a174a29fb7972559a73591983057b inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9da16a045708f269f9d83d09e68aa40c inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a9da16a045708f269f9d83d09e68aa40c" > internalPoints< / a > (const < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > & )=delete< / td > < / tr >
< tr class = "memdesc:a9da16a045708f269f9d83d09e68aa40c inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No Copy construct. < a href = "classpFlow_1_1internalPoints.html#a9da16a045708f269f9d83d09e68aa40c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a9da16a045708f269f9d83d09e68aa40c inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afe29a9ab6c0c331fe2fab7c06890fdeb inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#afe29a9ab6c0c331fe2fab7c06890fdeb" > internalPoints< / a > (< a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > & & )=default< / td > < / tr >
< tr class = "memdesc:afe29a9ab6c0c331fe2fab7c06890fdeb inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move construct. < a href = "classpFlow_1_1internalPoints.html#afe29a9ab6c0c331fe2fab7c06890fdeb" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:afe29a9ab6c0c331fe2fab7c06890fdeb inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a71c6f636ce6ae5429e74694e37d99dc8 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a71c6f636ce6ae5429e74694e37d99dc8" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > & )=delete< / td > < / tr >
< tr class = "memdesc:a71c6f636ce6ae5429e74694e37d99dc8 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No Copy assignment. < a href = "classpFlow_1_1internalPoints.html#a71c6f636ce6ae5429e74694e37d99dc8" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a71c6f636ce6ae5429e74694e37d99dc8 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9fcfa5e654d70725fd0adc37d090d495 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a9fcfa5e654d70725fd0adc37d090d495" > operator=< / a > (< a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > & & )=default< / td > < / tr >
< tr class = "memdesc:a9fcfa5e654d70725fd0adc37d090d495 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move assignment. < a href = "classpFlow_1_1internalPoints.html#a9fcfa5e654d70725fd0adc37d090d495" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a9fcfa5e654d70725fd0adc37d090d495 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4ed3b8bef0a688ae3349bed023b2a434 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a4ed3b8bef0a688ae3349bed023b2a434" > ~internalPoints< / a > () override=default< / td > < / tr >
< tr class = "memdesc:a4ed3b8bef0a688ae3349bed023b2a434 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destructor. < a href = "classpFlow_1_1internalPoints.html#a4ed3b8bef0a688ae3349bed023b2a434" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a4ed3b8bef0a688ae3349bed023b2a434 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad5d40ae5b158bfbc6fee913044a4f7fe inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a9a87272f235780fa7725c23a9da79011" > pFlagTypeDevice< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#ad5d40ae5b158bfbc6fee913044a4f7fe" > activePointsMaskDevice< / a > () const< / td > < / tr >
< tr class = "separator:ad5d40ae5b158bfbc6fee913044a4f7fe inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a11e539af445d76bc607493d3018a84e4 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a36e1a67f3be546ade260eba35bca493f" > pFlagTypeHost< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a11e539af445d76bc607493d3018a84e4" > activePointsMaskHost< / a > () const< / td > < / tr >
< tr class = "separator:a11e539af445d76bc607493d3018a84e4 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a70608727da7af695329afce5745727d4 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1internalPoints.html#aecab18ee22629292256270f780660926" > PointsType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a70608727da7af695329afce5745727d4" > pointPosition< / a > () const< / td > < / tr >
< tr class = "separator:a70608727da7af695329afce5745727d4 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a56aa9b22cb2be97907b6928c637fe72f inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1internalPoints.html#aecab18ee22629292256270f780660926" > PointsType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a56aa9b22cb2be97907b6928c637fe72f" > pointPosition< / a > ()< / td > < / tr >
< tr class = "separator:a56aa9b22cb2be97907b6928c637fe72f inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a58f5ffef8009e40925a0c997f177ca47 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a58f5ffef8009e40925a0c997f177ca47" > pointPositionHost< / a > () const< / td > < / tr >
< tr class = "separator:a58f5ffef8009e40925a0c997f177ca47 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a89a366c4707945f9773a918ed2e15d14 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a89a366c4707945f9773a918ed2e15d14" > pointPositionDevice< / a > () const< / td > < / tr >
< tr class = "separator:a89a366c4707945f9773a918ed2e15d14 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a565494d22518756e9b973ac39dc156b4 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a117cc5a1296f887303ad47f0ddc79c3e" > PointsTypeHost< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a565494d22518756e9b973ac39dc156b4" > activePointsHost< / a > () const< / td > < / tr >
< tr class = "separator:a565494d22518756e9b973ac39dc156b4 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a29636b87d7c459031e2410e5d7623b0f inherit pub_methods_classpFlow_1_1internalPoints" > < 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_1internalPoints.html#a29636b87d7c459031e2410e5d7623b0f" > size< / a > () const< / td > < / tr >
< tr class = "separator:a29636b87d7c459031e2410e5d7623b0f inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af0bead6b4b4f0990ec3e4837bd1e1ea3 inherit pub_methods_classpFlow_1_1internalPoints" > < 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_1internalPoints.html#af0bead6b4b4f0990ec3e4837bd1e1ea3" > capacity< / a > () const< / td > < / tr >
< tr class = "separator:af0bead6b4b4f0990ec3e4837bd1e1ea3 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a644718bb2fb240de962dc3c9a1fdf0dc inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a644718bb2fb240de962dc3c9a1fdf0dc" > empty< / a > () const< / td > < / tr >
< tr class = "separator:a644718bb2fb240de962dc3c9a1fdf0dc inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8ea5ff2610c591dcf7e68d0c84b2d23b inherit pub_methods_classpFlow_1_1internalPoints" > < 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_1internalPoints.html#a8ea5ff2610c591dcf7e68d0c84b2d23b" > numActive< / a > () const< / td > < / tr >
< tr class = "separator:a8ea5ff2610c591dcf7e68d0c84b2d23b inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a56656d26e43a5de9dd4dad90b67b243d inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a56656d26e43a5de9dd4dad90b67b243d" > isAllActive< / a > () const< / td > < / tr >
< tr class = "separator:a56656d26e43a5de9dd4dad90b67b243d inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaab44813a7f4610612ccfe157d45564e inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#aaab44813a7f4610612ccfe157d45564e" > activeRange< / a > () const< / td > < / tr >
< tr class = "separator:aaab44813a7f4610612ccfe157d45564e inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf90b0245871c24738b56429eb581bac inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#adf90b0245871c24738b56429eb581bac" > deletePoints< / a > (< a class = "el" href = "classpFlow_1_1scatteredFieldAccess.html" > scatteredFieldAccess< / a > < < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > , < a class = "el" href = "classpFlow_1_1internalPoints.html#aab387c16af5c682175807ee62da9debe" > memory_space< / a > > delPoints)< / td > < / tr >
< tr class = "memdesc:adf90b0245871c24738b56429eb581bac inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > delete points at indices given in delPoints. < a href = "classpFlow_1_1internalPoints.html#adf90b0245871c24738b56429eb581bac" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:adf90b0245871c24738b56429eb581bac inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6ec7af129606da56d25bf31986e7c2df inherit pub_methods_classpFlow_1_1internalPoints" > < 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_1internalPoints.html#a6ec7af129606da56d25bf31986e7c2df" > updateFlag< / a > (const < a class = "el" href = "classpFlow_1_1domain.html" > domain< / a > & dm, const std::array< < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > , 6 > & dist)< / td > < / tr >
< tr class = "separator:a6ec7af129606da56d25bf31986e7c2df inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac041123b8bdc7e38a49fa0cd06b88c95 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#ac041123b8bdc7e38a49fa0cd06b88c95" > fillNeighborsLists< / a > (< a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > , < a class = "el" href = "classpFlow_1_1internalPoints.html#aab387c16af5c682175807ee62da9debe" > memory_space< / a > > leftList, < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > , < a class = "el" href = "classpFlow_1_1internalPoints.html#aab387c16af5c682175807ee62da9debe" > memory_space< / a > > rightList, < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > , < a class = "el" href = "classpFlow_1_1internalPoints.html#aab387c16af5c682175807ee62da9debe" > memory_space< / a > > bottomList, < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > , < a class = "el" href = "classpFlow_1_1internalPoints.html#aab387c16af5c682175807ee62da9debe" > memory_space< / a > > topList, < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > , < a class = "el" href = "classpFlow_1_1internalPoints.html#aab387c16af5c682175807ee62da9debe" > memory_space< / a > > rearList, < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > , < a class = "el" href = "classpFlow_1_1internalPoints.html#aab387c16af5c682175807ee62da9debe" > memory_space< / a > > frontList)< / td > < / tr >
< tr class = "separator:ac041123b8bdc7e38a49fa0cd06b88c95 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a978ee891890b08d6aea1b96cecc8a48c inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a978ee891890b08d6aea1b96cecc8a48c" > insertPoints< / a > (const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & points, < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > & varList)< / td > < / tr >
< tr class = "separator:a978ee891890b08d6aea1b96cecc8a48c inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad0dafe3bef63060ebf6247abb3ccba01 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#ad0dafe3bef63060ebf6247abb3ccba01" > insertPointsOnly< / a > (const < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & points, < a class = "el" href = "classpFlow_1_1message.html" > message< / a > & msg, < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > & varList)< / td > < / tr >
< tr class = "separator:ad0dafe3bef63060ebf6247abb3ccba01 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff8e92ab47032ae811d1271161cb9b22 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#aff8e92ab47032ae811d1271161cb9b22" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
< tr class = "memdesc:aff8e92ab47032ae811d1271161cb9b22 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Read. < a href = "classpFlow_1_1internalPoints.html#aff8e92ab47032ae811d1271161cb9b22" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aff8e92ab47032ae811d1271161cb9b22 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a40de4ceed55b2f78cf3027739dfd91 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a6a40de4ceed55b2f78cf3027739dfd91" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "memdesc:a6a40de4ceed55b2f78cf3027739dfd91 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write. < a href = "classpFlow_1_1internalPoints.html#a6a40de4ceed55b2f78cf3027739dfd91" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a6a40de4ceed55b2f78cf3027739dfd91 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a18b302149a795955a7b70b411e877975 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a18b302149a795955a7b70b411e877975" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is, const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > & iop)< / td > < / tr >
< tr class = "memdesc:a18b302149a795955a7b70b411e877975 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Read. < a href = "classpFlow_1_1internalPoints.html#a18b302149a795955a7b70b411e877975" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a18b302149a795955a7b70b411e877975 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8c955e17bd99dcab8fa9cf8c96ba6dd0 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a8c955e17bd99dcab8fa9cf8c96ba6dd0" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os, const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > & iop) const< / td > < / tr >
< tr class = "memdesc:a8c955e17bd99dcab8fa9cf8c96ba6dd0 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write. < a href = "classpFlow_1_1internalPoints.html#a8c955e17bd99dcab8fa9cf8c96ba6dd0" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a8c955e17bd99dcab8fa9cf8c96ba6dd0 inherit pub_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1subscriber" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1subscriber')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > < / td > < / tr >
< tr class = "memitem:a1f20f4595baadb071798f756aab3bf94 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1subscriber.html#a1f20f4595baadb071798f756aab3bf94" > subscriber< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name)< / td > < / tr >
< tr class = "separator:a1f20f4595baadb071798f756aab3bf94 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a551f77eaff24f886191351ca660b2172 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1subscriber.html#a551f77eaff24f886191351ca660b2172" > subscriber< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > & )< / td > < / tr >
< tr class = "memdesc:a551f77eaff24f886191351ca660b2172 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy constructor, only copies the name, not the list. < a href = "classpFlow_1_1subscriber.html#a551f77eaff24f886191351ca660b2172" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a551f77eaff24f886191351ca660b2172 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa94906bf0321a2bba3ffa0105b664c2b inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1subscriber.html#aa94906bf0321a2bba3ffa0105b664c2b" > subscriber< / a > (< a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > & & )< / td > < / tr >
< tr class = "memdesc:aa94906bf0321a2bba3ffa0105b664c2b inherit pub_methods_classpFlow_1_1subscriber" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move constructor, moves the name and the list, also change the subriber of the object in the list < br / >
< a href = "classpFlow_1_1subscriber.html#aa94906bf0321a2bba3ffa0105b664c2b" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa94906bf0321a2bba3ffa0105b664c2b inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac1a040e0031a74f87fd714280fcf5d40 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1subscriber.html#ac1a040e0031a74f87fd714280fcf5d40" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > & )< / td > < / tr >
< tr class = "memdesc:ac1a040e0031a74f87fd714280fcf5d40 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy assignemnt, only assign the name, do not assign the list. < a href = "classpFlow_1_1subscriber.html#ac1a040e0031a74f87fd714280fcf5d40" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ac1a040e0031a74f87fd714280fcf5d40 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a98d15bac710b33205a44587947398bf1 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1subscriber.html#a98d15bac710b33205a44587947398bf1" > operator=< / a > (< a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > & & )< / td > < / tr >
< tr class = "memdesc:a98d15bac710b33205a44587947398bf1 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move assignment, move assign name and list, also change the subcriber of the object in the list < br / >
< a href = "classpFlow_1_1subscriber.html#a98d15bac710b33205a44587947398bf1" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a98d15bac710b33205a44587947398bf1 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a19c57ce45181e65bbc1f457ee096730d inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1subscriber.html#a19c57ce45181e65bbc1f457ee096730d" > ~subscriber< / a > ()< / td > < / tr >
< tr class = "separator:a19c57ce45181e65bbc1f457ee096730d inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2b573a33b5e6dde274238872f36e0729 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1subscriber.html#a2b573a33b5e6dde274238872f36e0729" > subscribe< / a > (< a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg, < a class = "el" href = "classpFlow_1_1observer.html" > observer< / a > *obsevr) const< / td > < / tr >
< tr class = "separator:a2b573a33b5e6dde274238872f36e0729 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0fe50c2b13b7149fef156a90be43479c inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1subscriber.html#a0fe50c2b13b7149fef156a90be43479c" > unsubscribe< / a > (< a class = "el" href = "classpFlow_1_1observer.html" > observer< / a > *obsevr) const< / td > < / tr >
< tr class = "separator:a0fe50c2b13b7149fef156a90be43479c inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4e1a43b0cf38a13088d24845aa75c386 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1subscriber.html#a4e1a43b0cf38a13088d24845aa75c386" > notify< / 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 < a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg, const < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > & varList)< / td > < / tr >
< tr class = "separator:a4e1a43b0cf38a13088d24845aa75c386 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a98ff069756cfb787343d514964116024 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1subscriber.html#a98ff069756cfb787343d514964116024" > notify< / a > (const < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a > & ti, const < a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg, const < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > & varList)< / td > < / tr >
< tr class = "separator:a98ff069756cfb787343d514964116024 inherit pub_methods_classpFlow_1_1subscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af96a11f01b3b87593496cd57981d9146 inherit pub_methods_classpFlow_1_1subscriber" > < 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_1subscriber.html#af96a11f01b3b87593496cd57981d9146" > subscriberName< / a > () const< / td > < / tr >
< tr class = "separator:af96a11f01b3b87593496cd57981d9146 inherit pub_methods_classpFlow_1_1subscriber" > < 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-methods" > < / a >
Private Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:aa8a8b54dfabf2f9fb5da317cd085a23e" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#aa8a8b54dfabf2f9fb5da317cd085a23e" > setupPointStructure< / a > (const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & points)< / td > < / tr >
< tr class = "separator:aa8a8b54dfabf2f9fb5da317cd085a23e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa268b8531c9b39375be4b81ac44c614b" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#aa268b8531c9b39375be4b81ac44c614b" > setupPointStructure< / a > (const < a class = "el" href = "classpFlow_1_1internalPoints.html#a117cc5a1296f887303ad47f0ddc79c3e" > PointsTypeHost< / a > & points)< / td > < / tr >
< tr class = "separator:aa268b8531c9b39375be4b81ac44c614b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa3a123e71a569c1bad7423b6b26d1c28" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#aa3a123e71a569c1bad7423b6b26d1c28" > initializePoints< / a > (const < a class = "el" href = "classpFlow_1_1internalPoints.html#a117cc5a1296f887303ad47f0ddc79c3e" > PointsTypeHost< / a > & points)< / td > < / tr >
< tr class = "separator:aa3a123e71a569c1bad7423b6b26d1c28" > < 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:a2d1fb72fb81ea7a3ec893c5b1dc77bbc" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1simulationDomain.html" > simulationDomain< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a2d1fb72fb81ea7a3ec893c5b1dc77bbc" > simulationDomain_< / a > = nullptr< / td > < / tr >
< tr class = "separator:a2d1fb72fb81ea7a3ec893c5b1dc77bbc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a249b9a57ae07a3d627b57a243f04829e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1pointSorting.html" > pointSorting< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a249b9a57ae07a3d627b57a243f04829e" > pointSorting_< / a > = nullptr< / td > < / tr >
< tr class = "separator:a249b9a57ae07a3d627b57a243f04829e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5430f74b572d6e70ae5418ac4ca6c976" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1boundaryList.html" > boundaryList< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a5430f74b572d6e70ae5418ac4ca6c976" > boundaries_< / a > < / td > < / tr >
< tr class = "separator:a5430f74b572d6e70ae5418ac4ca6c976" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1072daecb0f4973c8a52f645b6eebe29" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a1072daecb0f4973c8a52f645b6eebe29" > boundaryUpdateTimer_< / a > < / td > < / tr >
< tr class = "separator:a1072daecb0f4973c8a52f645b6eebe29" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a57584b3855aa5f88cada78f92019875d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointStructure.html#a57584b3855aa5f88cada78f92019875d" > boundaryDataTransferTimer_< / a > < / td > < / tr >
< tr class = "separator:a57584b3855aa5f88cada78f92019875d" > < 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 = "inherited" > < / a >
Additional Inherited Members< / h2 > < / td > < / tr >
< tr class = "inherit_header pub_static_attribs_classpFlow_1_1internalPoints" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_static_attribs_classpFlow_1_1internalPoints')" > < img src = "closed.png" alt = "-" / >   Static Public Attributes inherited from < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > < / td > < / tr >
< tr class = "memitem:ac89087f9de3f39f044df820403a3bf5b inherit pub_static_attribs_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#ac89087f9de3f39f044df820403a3bf5b" > initialCapacity_< / a > = 10000< / td > < / tr >
< tr class = "separator:ac89087f9de3f39f044df820403a3bf5b inherit pub_static_attribs_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_methods_classpFlow_1_1IOfileHeader" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classpFlow_1_1IOfileHeader')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classpFlow_1_1IOfileHeader.html" > IOfileHeader< / a > < / td > < / tr >
< tr class = "memitem:a770eebd1866493c91efe18ab806d9568 inherit pro_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1iFstream.html" > iFstream< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a770eebd1866493c91efe18ab806d9568" > inStream< / a > () const< / td > < / tr >
< tr class = "separator:a770eebd1866493c91efe18ab806d9568 inherit pro_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aadf02aad5ab9dd4c10306e74510f4dd0 inherit pro_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1oFstream.html" > oFstream< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#aadf02aad5ab9dd4c10306e74510f4dd0" > outStream< / a > () const< / td > < / tr >
< tr class = "separator:aadf02aad5ab9dd4c10306e74510f4dd0 inherit pro_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a40f592c06afad8142b602fa255a5dc20 inherit pro_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1oFstream.html" > oFstream< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a40f592c06afad8142b602fa255a5dc20" > dummyOutStream< / a > () const< / td > < / tr >
< tr class = "separator:a40f592c06afad8142b602fa255a5dc20 inherit pro_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_methods_classpFlow_1_1internalPoints" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classpFlow_1_1internalPoints')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > < / td > < / tr >
< tr class = "memitem:afb513d8581c234e94f37b2fbb267f6d8 inherit pro_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#afb513d8581c234e94f37b2fbb267f6d8" > syncPFlag< / a > () const< / td > < / tr >
< tr class = "separator:afb513d8581c234e94f37b2fbb267f6d8 inherit pro_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac9b82c6a2981c4da1cca9c5e4a9a823e inherit pro_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#ac9b82c6a2981c4da1cca9c5e4a9a823e" > unSyncFlag< / a > ()< / td > < / tr >
< tr class = "separator:ac9b82c6a2981c4da1cca9c5e4a9a823e inherit pro_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0816ebf5954cb1c4d4400646be1e08ef inherit pro_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#a0816ebf5954cb1c4d4400646be1e08ef" > createDeviceFlag< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > cap, < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > start, < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > end)< / td > < / tr >
< tr class = "separator:a0816ebf5954cb1c4d4400646be1e08ef inherit pro_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab55af8d393e4be0c34a57a85c4345027 inherit pro_methods_classpFlow_1_1internalPoints" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalPoints.html#ab55af8d393e4be0c34a57a85c4345027" > sortPoints< / a > (const < a class = "el" href = "namespacepFlow.html#ace91b5b09f95f3d8409247898e688e9b" > uint32IndexContainer< / a > & sortedIndices)< / td > < / tr >
< tr class = "separator:ab55af8d393e4be0c34a57a85c4345027 inherit pro_methods_classpFlow_1_1internalPoints" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_attribs_classpFlow_1_1IOfileHeader" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1IOfileHeader')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1IOfileHeader.html" > IOfileHeader< / a > < / td > < / tr >
< tr class = "memitem:a0fc09585fc6fa997b81807dff8b8236d inherit pro_attribs_classpFlow_1_1IOfileHeader" > < 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_1IOfileHeader.html#a0fc09585fc6fa997b81807dff8b8236d" > objectName_< / a > < / td > < / tr >
< tr class = "separator:a0fc09585fc6fa997b81807dff8b8236d inherit pro_attribs_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf7afc3ea2cc179930f4e4f4ca48797c inherit pro_attribs_classpFlow_1_1IOfileHeader" > < 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_1IOfileHeader.html#adf7afc3ea2cc179930f4e4f4ca48797c" > objectType_< / a > < / td > < / tr >
< tr class = "separator:adf7afc3ea2cc179930f4e4f4ca48797c inherit pro_attribs_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4df46db2aad0395fac9c0522d8c409a9 inherit pro_attribs_classpFlow_1_1IOfileHeader" > < 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_1IOfileHeader.html#a4df46db2aad0395fac9c0522d8c409a9" > fileFormat_< / a > = " ASCII" < / td > < / tr >
< tr class = "memdesc:a4df46db2aad0395fac9c0522d8c409a9 inherit pro_attribs_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > file format read from file < a href = "classpFlow_1_1IOfileHeader.html#a4df46db2aad0395fac9c0522d8c409a9" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a4df46db2aad0395fac9c0522d8c409a9 inherit pro_attribs_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8hpp_source.html#l00034" > 34< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a139a0e82929617430e7157a17dabbe32" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a139a0e82929617430e7157a17dabbe32" > ◆ < / a > < / span > PointsType< / 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" > using < a class = "el" href = "classpFlow_1_1internalPoints.html#aecab18ee22629292256270f780660926" > PointsType< / a > = typename < a class = "el" href = "classpFlow_1_1internalPoints.html#aecab18ee22629292256270f780660926" > internalPoints::PointsType< / a > < / 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 = "pointStructure_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a117cc5a1296f887303ad47f0ddc79c3e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a117cc5a1296f887303ad47f0ddc79c3e" > ◆ < / a > < / span > PointsTypeHost< / 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" > using < a class = "el" href = "classpFlow_1_1internalPoints.html#a117cc5a1296f887303ad47f0ddc79c3e" > PointsTypeHost< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a956cfd99b2704fca5961350f47963e88" > PointsType::FieldTypeHost< / a > < / 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 = "pointStructure_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a8f8869f56eb0f46a1b5982b9c86c144c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8f8869f56eb0f46a1b5982b9c86c144c" > ◆ < / a > < / span > device_type< / 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" > using < a class = "el" href = "classpFlow_1_1internalPoints.html#a8f8869f56eb0f46a1b5982b9c86c144c" > device_type< / a > = typename < a class = "el" href = "classpFlow_1_1VectorSingle.html#a4430adf7e2f1710d3da2b59bdec7ba1c" > PointsType::device_type< / a > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
2025-01-10 13:02:07 +03:30
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.hpp< / a > .< / p >
< / div >
< / div >
< a id = "aab387c16af5c682175807ee62da9debe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab387c16af5c682175807ee62da9debe" > ◆ < / a > < / span > memory_space< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2023-03-27 10:16:23 -07:00
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1internalPoints.html#aab387c16af5c682175807ee62da9debe" > memory_space< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#abb38920d985a52377685fd852f62f4c2" > PointsType::memory_space< / a > < / 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 = "pointStructure_8hpp_source.html#l00048" > 48< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a58b791b039aeb7315f6cea0a2f117cba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a58b791b039aeb7315f6cea0a2f117cba" > ◆ < / a > < / span > execution_space< / 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" > using < a class = "el" href = "classpFlow_1_1internalPoints.html#a58b791b039aeb7315f6cea0a2f117cba" > execution_space< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a0b138cbd599d4fc0e95738e75f1e7445" > PointsType::execution_space< / a > < / 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 = "pointStructure_8hpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "adf6e06bca1642277ad459ee38ddd5d47" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adf6e06bca1642277ad459ee38ddd5d47" > ◆ < / a > < / span > pointStructure() < span class = "overload" > [1/4]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td >
< td class = "paramname" > < em > control< / em > < / td > < td > )< / td >
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" > explicit< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > an empty < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > , good for reading from file < / p >
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8cpp_source.html#l00094" > 94< / a > of file < a class = "el" href = "pointStructure_8cpp_source.html" > pointStructure.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "streams_8hpp_source.html#l00040" > END_REPORT< / 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 = "error_8hpp_source.html#l00098" > fatalExit< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00042" > Green_Text< / a > , < a class = "el" href = "IOfileHeader_8cpp_source.html#l00063" > IOfileHeader::path()< / a > , < a class = "el" href = "IOobject_8cpp_source.html#l00083" > IOobject::readObject()< / a > , and < a class = "el" href = "streams_8hpp_source.html#l00039" > REPORT< / 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_1pointStructure_adf6e06bca1642277ad459ee38ddd5d47_cgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_adf6e06bca1642277ad459ee38ddd5d47_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a792658f3e50caffe74517fc407d59a4d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a792658f3e50caffe74517fc407d59a4d" > ◆ < / a > < / span > pointStructure() < span class = "overload" > [2/4]< / span > < / 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_1pointStructure.html" > pointStructure< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td >
< td class = "paramname" > < em > control< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > &   < / td >
< td class = "paramname" > < em > posVec< / 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 > construct from point positions, assume all points are active < / p >
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8cpp_source.html#l00138" > 138< / a > of file < a class = "el" href = "pointStructure_8cpp_source.html" > pointStructure.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > , < a class = "el" href = "pointStructure_8hpp_source.html#l00057" > pointStructure::pointSorting_< / a > , < a class = "el" href = "pointStructure_8cpp_source.html#l00027" > pointStructure::setupPointStructure()< / a > , and < a class = "el" href = "pointStructure_8hpp_source.html#l00055" > pointStructure::simulationDomain_< / 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;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointStructure_a792658f3e50caffe74517fc407d59a4d_cgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_a792658f3e50caffe74517fc407d59a4d_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "abda655499728dd69d2d0e7e7b5dac433" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abda655499728dd69d2d0e7e7b5dac433" > ◆ < / a > < / span > pointStructure() < span class = "overload" > [3/4]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< 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" > delete< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a766a3cb046f9aace76721476157dec2d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a766a3cb046f9aace76721476157dec2d" > ◆ < / a > < / span > pointStructure() < span class = "overload" > [4/4]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & &   < / td >
2023-03-27 10:16:23 -07:00
< 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" > delete< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a88b67f59370894bc1987cbb683a7a25c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a88b67f59370894bc1987cbb683a7a25c" > ◆ < / a > < / span > ~pointStructure()< / 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_1pointStructure.html" > pointStructure< / a > < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > default< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "aa8a8b54dfabf2f9fb5da317cd085a23e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa8a8b54dfabf2f9fb5da317cd085a23e" > ◆ < / a > < / span > setupPointStructure() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool setupPointStructure < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > &   < / td >
< td class = "paramname" > < em > points< / 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" > 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 = "pointStructure_8cpp_source.html#l00027" > 27< / a > of file < a class = "el" href = "pointStructure_8cpp_source.html" > pointStructure.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "objectFile_8hpp_source.html#l00101" > objectFile::name()< / a > , and < a class = "el" href = "internalPoints_8cpp_source.html#l00209" > internalPoints::pointPosition()< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "pointStructure_8cpp_source.html#l00138" > pointStructure::pointStructure()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1pointStructure_aa8a8b54dfabf2f9fb5da317cd085a23e_cgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_aa8a8b54dfabf2f9fb5da317cd085a23e_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointStructure_aa8a8b54dfabf2f9fb5da317cd085a23e_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_aa8a8b54dfabf2f9fb5da317cd085a23e_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa268b8531c9b39375be4b81ac44c614b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa268b8531c9b39375be4b81ac44c614b" > ◆ < / a > < / span > setupPointStructure() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool setupPointStructure < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1internalPoints.html#a117cc5a1296f887303ad47f0ddc79c3e" > PointsTypeHost< / a > &   < / td >
< td class = "paramname" > < em > points< / 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" > 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 = "pointStructure_8cpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "pointStructure_8cpp_source.html" > pointStructure.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , and < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > .< / p >
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointStructure_aa268b8531c9b39375be4b81ac44c614b_cgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_aa268b8531c9b39375be4b81ac44c614b_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa3a123e71a569c1bad7423b6b26d1c28" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa3a123e71a569c1bad7423b6b26d1c28" > ◆ < / a > < / span > initializePoints()< / 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 initializePoints < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1internalPoints.html#a117cc5a1296f887303ad47f0ddc79c3e" > PointsTypeHost< / a > &   < / td >
< td class = "paramname" > < em > points< / em > < / td > < td > )< / td >
< td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > 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 = "pointStructure_8cpp_source.html#l00083" > 83< / a > of file < a class = "el" href = "pointStructure_8cpp_source.html" > pointStructure.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a79cf90bf54b5dc2b8cd0415152ee0875" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a79cf90bf54b5dc2b8cd0415152ee0875" > ◆ < / a > < / span > TypeInfo()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfo < / td >
< td > (< / td >
< td class = "paramtype" > " pointStructure"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ae336f51d6640efdee29c287da28680d6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae336f51d6640efdee29c287da28680d6" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / 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" > delete< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a9e74d0b5a8fdbe326a0400e3d81d4ebf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9e74d0b5a8fdbe326a0400e3d81d4ebf" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ada71b97666fe3f66b31690bf12633c32" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ada71b97666fe3f66b31690bf12633c32" > ◆ < / a > < / span > beforeIteration()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool beforeIteration < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > In the time loop before iterate. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1demComponent.html#a87d9b39a0e924bb21ed4a165140836de" > demComponent< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8cpp_source.html#l00175" > 175< / a > of file < a class = "el" href = "pointStructure_8cpp_source.html" > pointStructure.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "message_8hpp_source.html#l00119" > message::addAndName()< / a > , < a class = "el" href = "timeInfo_8hpp_source.html#l00051" > timeInfo::dt()< / a > , < a class = "el" href = "anyList_8hpp_source.html#l00084" > anyList::emplaceBack()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00037" > END_INFO< / 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 = "streams_8hpp_source.html#l00036" > INFORMATION< / a > , < a class = "el" href = "message_8hpp_source.html#l00044" > message::ITEM_REARRANGE< / a > , < a class = "el" href = "timeInfo_8hpp_source.html#l00055" > timeInfo::iter()< / a > , and < a class = "el" href = "timeInfo_8hpp_source.html#l00047" > timeInfo::t()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "dynamicPointStructure_8cpp_source.html#l00083" > dynamicPointStructure::beforeIteration()< / 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;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1pointStructure_ada71b97666fe3f66b31690bf12633c32_cgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_ada71b97666fe3f66b31690bf12633c32_cgraph" alt = "" / > < / div >
< / div >
< 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_1pointStructure_ada71b97666fe3f66b31690bf12633c32_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_ada71b97666fe3f66b31690bf12633c32_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "afa767bddda52eb71cea18f755e17d559" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afa767bddda52eb71cea18f755e17d559" > ◆ < / a > < / span > iterate()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool iterate < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > This is called in time loop. < / p >
< p > Perform the main calculations when the component should evolve along time. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1demComponent.html#ad9e44c3349e7a9a5b6ba72c9db344b96" > demComponent< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8cpp_source.html#l00232" > 232< / a > of file < a class = "el" href = "pointStructure_8cpp_source.html" > pointStructure.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , and < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "dynamicPointStructure_8cpp_source.html#l00094" > dynamicPointStructure::iterate()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1pointStructure_afa767bddda52eb71cea18f755e17d559_cgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_afa767bddda52eb71cea18f755e17d559_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -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_1pointStructure_afa767bddda52eb71cea18f755e17d559_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_afa767bddda52eb71cea18f755e17d559_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a5ab4b6c611c3256e54f51bbfc484d58e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5ab4b6c611c3256e54f51bbfc484d58e" > ◆ < / a > < / span > afterIteration()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool afterIteration < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > This is called in time loop, after iterate. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1demComponent.html#ac7d2399b393b6dfa6f00ad9bcd524437" > demComponent< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8cpp_source.html#l00244" > 244< / a > of file < a class = "el" href = "pointStructure_8cpp_source.html" > pointStructure.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , and < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-11" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-11-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-11-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1pointStructure_a5ab4b6c611c3256e54f51bbfc484d58e_cgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_a5ab4b6c611c3256e54f51bbfc484d58e_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a137901d5930c5fb8adeb41633d125445" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a137901d5930c5fb8adeb41633d125445" > ◆ < / a > < / span > boundaries() < span class = "overload" > [1/2]< / span > < / 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" > auto& boundaries < / 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 >
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 = "pointStructure_8hpp_source.html#l00118" > 118< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "pointStructure_8hpp_source.html#l00059" > pointStructure::boundaries_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a25f9934fc9339bdef99103aa060d8376" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a25f9934fc9339bdef99103aa060d8376" > ◆ < / a > < / span > boundaries() < span class = "overload" > [2/2]< / span > < / 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" > const auto& boundaries < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / 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 = "pointStructure_8hpp_source.html#l00123" > 123< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "pointStructure_8hpp_source.html#l00059" > pointStructure::boundaries_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ac469007fdaaadba509bda15a90e450d5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac469007fdaaadba509bda15a90e450d5" > ◆ < / a > < / span > time() < span class = "overload" > [1/2]< / span > < / 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" > < a class = "el" href = "classpFlow_1_1Time.html" > Time< / a > & time < / 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 >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1internalPoints.html#a02122759c4b2cc887b2fed727e01d808" > internalPoints< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8hpp_source.html#l00128" > 128< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.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 = "demComponent_8hpp_source.html#l00113" > demComponent::time()< / 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 = "fieldSelector_8hpp_source.html#l00014" > pFlow::selectedFieldVals()< / a > , and < a class = "el" href = "generalBoundary_8cpp_source.html#l00039" > generalBoundary::time()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-12" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-12-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1pointStructure_ac469007fdaaadba509bda15a90e450d5_cgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_ac469007fdaaadba509bda15a90e450d5_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-13" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-13-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-13-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-13-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointStructure_ac469007fdaaadba509bda15a90e450d5_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_ac469007fdaaadba509bda15a90e450d5_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a52736112a35934786ddb38ff4c5dffe8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a52736112a35934786ddb38ff4c5dffe8" > ◆ < / a > < / span > time() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1Time.html" > Time< / a > & time < / 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" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1internalPoints.html#a0e4b5f1eb0f3d2d4afea4ef973a7d29f" > internalPoints< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8hpp_source.html#l00133" > 133< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.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 = "demComponent_8hpp_source.html#l00113" > demComponent::time()< / a > .< / p >
< div id = "dynsection-14" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-14-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-14-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-14-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointStructure_a52736112a35934786ddb38ff4c5dffe8_cgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_a52736112a35934786ddb38ff4c5dffe8_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a1d82e8549654bfdc8c828d4f45bcd1f2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1d82e8549654bfdc8c828d4f45bcd1f2" > ◆ < / a > < / span > boundary() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1boundaryBase.html" > boundaryBase< / a > & boundary < / 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#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1internalPoints.html#a6f5f0a6a3d9add4155896519c2b8bc0b" > internalPoints< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8hpp_source.html#l00138" > 138< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.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 = "pointStructure_8hpp_source.html#l00059" > pointStructure::boundaries_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a4d958229a990fab7008b251b25e55b3e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4d958229a990fab7008b251b25e55b3e" > ◆ < / a > < / span > boundary() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1boundaryBase.html" > boundaryBase< / a > & boundary < / 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#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a >   < / td >
< td class = "paramname" > < em > i< / em > < / 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 class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1internalPoints.html#a6b298bc6316fe88edcd7978a2c919923" > internalPoints< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8hpp_source.html#l00143" > 143< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "pointStructure_8hpp_source.html#l00059" > pointStructure::boundaries_< / a > .< / p >
2023-04-13 11:46:41 -07:00
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab6e47ba73b45a9bdfe3aeb0e3d629b88" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab6e47ba73b45a9bdfe3aeb0e3d629b88" > ◆ < / a > < / span > simDomain()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const auto& simDomain < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8hpp_source.html#l00149" > 149< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.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 = "pointStructure_8hpp_source.html#l00055" > pointStructure::simulationDomain_< / 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 = "boundaryList_8cpp_source.html#l00091" > boundaryList::boundaryList()< / a > , < a class = "el" href = "boundaryList_8cpp_source.html#l00025" > boundaryList::setExtendedDomain()< / a > , and < a class = "el" href = "particles_8hpp_source.html#l00111" > particles::simDomain()< / a > .< / p >
< div id = "dynsection-15" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-15-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-15-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-15-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointStructure_ab6e47ba73b45a9bdfe3aeb0e3d629b88_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_ab6e47ba73b45a9bdfe3aeb0e3d629b88_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ac83f377533f26c27400c8e9b1ba26f8e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac83f377533f26c27400c8e9b1ba26f8e" > ◆ < / a > < / span > thisDomain()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const auto& thisDomain < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8hpp_source.html#l00155" > 155< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.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 = "pointStructure_8hpp_source.html#l00055" > pointStructure::simulationDomain_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "particles_8hpp_source.html#l00116" > particles::thisDomain()< / a > .< / p >
< div id = "dynsection-16" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-16-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-16-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-16-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointStructure_ac83f377533f26c27400c8e9b1ba26f8e_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_ac83f377533f26c27400c8e9b1ba26f8e_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a0d2a7b5c43832e65e2cbf5f9de32856d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0d2a7b5c43832e65e2cbf5f9de32856d" > ◆ < / a > < / span > extendedDomain()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const auto& extendedDomain < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8hpp_source.html#l00161" > 161< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.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 = "pointStructure_8hpp_source.html#l00059" > pointStructure::boundaries_< / a > , and < a class = "el" href = "boundaryList_8hpp_source.html#l00113" > boundaryList::extendedDomain()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "particles_8hpp_source.html#l00121" > particles::extendedDomain()< / a > .< / p >
< div id = "dynsection-17" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-17-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-17-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-17-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointStructure_a0d2a7b5c43832e65e2cbf5f9de32856d_cgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_a0d2a7b5c43832e65e2cbf5f9de32856d_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-18" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-18-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-18-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-18-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointStructure_a0d2a7b5c43832e65e2cbf5f9de32856d_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_a0d2a7b5c43832e65e2cbf5f9de32856d_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aff82dfcdc037791c20e374c6123523e5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aff82dfcdc037791c20e374c6123523e5" > ◆ < / a > < / span > internalDomainBox()< / h2 >
2023-04-13 11:46:41 -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 internalDomainBox < / td >
2023-04-13 11:46:41 -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 = "pointStructure_8hpp_source.html#l00167" > 167< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "pointStructure_8hpp_source.html#l00059" > pointStructure::boundaries_< / a > , and < a class = "el" href = "boundaryList_8cpp_source.html#l00165" > boundaryList::internalDomainBox()< / a > .< / p >
< div id = "dynsection-19" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-19-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-19-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-19-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointStructure_aff82dfcdc037791c20e374c6123523e5_cgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_aff82dfcdc037791c20e374c6123523e5_cgraph" alt = "" / > < / div >
< / div >
2023-04-13 11:46:41 -07:00
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a1c713f45ca620694735a6a21959cc408" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1c713f45ca620694735a6a21959cc408" > ◆ < / a > < / span > read()< / 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 read < / 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_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > &   < / td >
< td class = "paramname" > < em > iop< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > read the point structure from the input stream. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > is< / td > < td > input stream < / td > < / tr >
< tr > < td class = "paramname" > iop< / td > < td > type of input pattern < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > true on success < / dd > < / dl >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1IOobject.html#a19128bda6c31c2e870f9f1cd452b7482" > IOobject< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8cpp_source.html#l00257" > 257< / a > of file < a class = "el" href = "pointStructure_8cpp_source.html" > pointStructure.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , and < a class = "el" href = "IOstream_8cpp_source.html#l00031" > IOstream::name()< / a > .< / p >
< div id = "dynsection-20" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-20-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-20-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-20-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointStructure_a1c713f45ca620694735a6a21959cc408_cgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_a1c713f45ca620694735a6a21959cc408_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab3738b20dfa25d66228f6a7571d97aa0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab3738b20dfa25d66228f6a7571d97aa0" > ◆ < / a > < / span > write()< / 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 write < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < em > os< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > &   < / td >
< td class = "paramname" > < em > iop< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
2025-01-10 13:02:07 +03:30
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Write. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1IOobject.html#a6cfbdc0971c76486f89d1fadfcaf88c4" > IOobject< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8cpp_source.html#l00279" > 279< / a > of file < a class = "el" href = "pointStructure_8cpp_source.html" > pointStructure.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 = "internalPoints_8cpp_source.html#l00556" > internalPoints::write()< / a > .< / p >
< div id = "dynsection-21" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-21-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-21-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-21-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointStructure_ab3738b20dfa25d66228f6a7571d97aa0_cgraph.png" border = "0" usemap = "#classpFlow_1_1pointStructure_ab3738b20dfa25d66228f6a7571d97aa0_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a2d1fb72fb81ea7a3ec893c5b1dc77bbc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2d1fb72fb81ea7a3ec893c5b1dc77bbc" > ◆ < / a > < / span > simulationDomain_< / 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_1simulationDomain.html" > simulationDomain< / a > > simulationDomain_ = 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 class = "definition" > Definition at line < a class = "el" href = "pointStructure_8hpp_source.html#l00055" > 55< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.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 = "pointStructure_8cpp_source.html#l00138" > pointStructure::pointStructure()< / a > , < a class = "el" href = "pointStructure_8hpp_source.html#l00149" > pointStructure::simDomain()< / a > , and < a class = "el" href = "pointStructure_8hpp_source.html#l00155" > pointStructure::thisDomain()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a249b9a57ae07a3d627b57a243f04829e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a249b9a57ae07a3d627b57a243f04829e" > ◆ < / a > < / span > pointSorting_< / 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_1pointSorting.html" > pointSorting< / a > > pointSorting_ = 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 class = "definition" > Definition at line < a class = "el" href = "pointStructure_8hpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.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 = "pointStructure_8cpp_source.html#l00138" > pointStructure::pointStructure()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a5430f74b572d6e70ae5418ac4ca6c976" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5430f74b572d6e70ae5418ac4ca6c976" > ◆ < / a > < / span > boundaries_< / 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_1boundaryList.html" > boundaryList< / a > boundaries_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8hpp_source.html#l00059" > 59< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.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 = "pointStructure_8hpp_source.html#l00118" > pointStructure::boundaries()< / a > , < a class = "el" href = "pointStructure_8hpp_source.html#l00138" > pointStructure::boundary()< / a > , < a class = "el" href = "pointStructure_8hpp_source.html#l00161" > pointStructure::extendedDomain()< / a > , and < a class = "el" href = "pointStructure_8hpp_source.html#l00167" > pointStructure::internalDomainBox()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a1072daecb0f4973c8a52f645b6eebe29" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1072daecb0f4973c8a52f645b6eebe29" > ◆ < / a > < / span > boundaryUpdateTimer_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > boundaryUpdateTimer_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointStructure_8hpp_source.html#l00061" > 61< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a57584b3855aa5f88cada78f92019875d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a57584b3855aa5f88cada78f92019875d" > ◆ < / a > < / span > boundaryDataTransferTimer_< / h2 >
2023-04-13 11:46:41 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > boundaryDataTransferTimer_< / td >
2023-04-13 11:46:41 -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-04-13 11:46:41 -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 = "pointStructure_8hpp_source.html#l00063" > 63< / a > of file < a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
2025-01-10 13:02:07 +03:30
< li > src/phasicFlow/structuredData/pointStructure/pointStructure/< a class = "el" href = "pointStructure_8hpp_source.html" > pointStructure.hpp< / a > < / li >
< li > src/phasicFlow/structuredData/pointStructure/pointStructure/< a class = "el" href = "pointStructure_8cpp_source.html" > pointStructure.cpp< / a > < / li >
2023-03-27 10:16:23 -07:00
< / 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_1pointStructure.html" > pointStructure< / 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 >