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: AdamsBashforth2 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_1AdamsBashforth2.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pri-methods" > Private Member Functions< / a > |
< a href = "#pri-attribs" > Private Attributes< / a > |
< a href = "#friends" > Friends< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1AdamsBashforth2-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > AdamsBashforth2 Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-23 12:52:57 -07:00
< p > Second order Adams-Bashforth integration method for solving ODE.
< a href = "classpFlow_1_1AdamsBashforth2.html#details" > More...< / a > < / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for AdamsBashforth2:< / 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_1AdamsBashforth2__inherit__graph.png" border = "0" usemap = "#AdamsBashforth2_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 AdamsBashforth2:< / 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_1AdamsBashforth2__coll__graph.png" border = "0" usemap = "#AdamsBashforth2_coll__map" alt = "Collaboration graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a4db1a4db4a3c5af1dc7037acec0e40a9" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#a4db1a4db4a3c5af1dc7037acec0e40a9" > ClassInfo< / a > (" AdamsBashforth2" )< / td > < / tr >
< tr class = "memdesc:a4db1a4db4a3c5af1dc7037acec0e40a9" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Class info. < a href = "classpFlow_1_1AdamsBashforth2.html#a4db1a4db4a3c5af1dc7037acec0e40a9" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a4db1a4db4a3c5af1dc7037acec0e40a9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1e7473dc6951c5718277fadf484d4c7d" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#a1e7473dc6951c5718277fadf484d4c7d" > AdamsBashforth2< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > baseName< / a > , < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > , const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#a307a24e988c782099db9fc49291efe1e" > method< / a > , const < a class = "el" href = "namespacepFlow.html#a7c910c47fac98a967d343e8994298262" > realx3Field_D< / a > & initialValField)< / td > < / tr >
< tr class = "memdesc:a1e7473dc6951c5718277fadf484d4c7d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct from components. < a href = "classpFlow_1_1AdamsBashforth2.html#a1e7473dc6951c5718277fadf484d4c7d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1e7473dc6951c5718277fadf484d4c7d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0e0f8a5b0250e97e857de7bd6a5e9731" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#a0e0f8a5b0250e97e857de7bd6a5e9731" > ~AdamsBashforth2< / a > () final=default< / td > < / tr >
< tr class = "memdesc:a0e0f8a5b0250e97e857de7bd6a5e9731" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destructor. < a href = "classpFlow_1_1AdamsBashforth2.html#a0e0f8a5b0250e97e857de7bd6a5e9731" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a0e0f8a5b0250e97e857de7bd6a5e9731" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a3f4d930dbe074e5170da8b9a74f3c8b8" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#a3f4d930dbe074e5170da8b9a74f3c8b8" > add_vCtor< / a > (< a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > , < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html" > AdamsBashforth2< / a > , < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > )< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a3f4d930dbe074e5170da8b9a74f3c8b8" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Add this to the virtual constructor table. < a href = "classpFlow_1_1AdamsBashforth2.html#a3f4d930dbe074e5170da8b9a74f3c8b8" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a3f4d930dbe074e5170da8b9a74f3c8b8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:abd77556ae6ba5220c472e06b2ef2da31" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#abd77556ae6ba5220c472e06b2ef2da31" > updateBoundariesSlaveToMasterIfRequested< / a > () override< / td > < / tr >
< tr class = "separator:abd77556ae6ba5220c472e06b2ef2da31" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a307a24e988c782099db9fc49291efe1e" > < 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_1AdamsBashforth2.html#a307a24e988c782099db9fc49291efe1e" > method< / a > () const override< / td > < / tr >
< tr class = "memdesc:a307a24e988c782099db9fc49291efe1e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > return integration method < a href = "classpFlow_1_1AdamsBashforth2.html#a307a24e988c782099db9fc49291efe1e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a307a24e988c782099db9fc49291efe1e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5595208ecd7c3d8fdc960c8d2fd9bb69" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#a5595208ecd7c3d8fdc960c8d2fd9bb69" > predict< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > < a class = "el" href = "pFlowMacros_8hpp.html#a86d500a34c624c2cae56bc25a31b12f3" > UNUSED< / a > (dt), < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & < a class = "el" href = "pFlowMacros_8hpp.html#a86d500a34c624c2cae56bc25a31b12f3" > UNUSED< / a > (y), < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & < a class = "el" href = "pFlowMacros_8hpp.html#a86d500a34c624c2cae56bc25a31b12f3" > UNUSED< / a > (dy)) final< / td > < / tr >
< tr class = "separator:a5595208ecd7c3d8fdc960c8d2fd9bb69" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4f0aee8b7d5ace2fd263b10f1f29ffde" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#a4f0aee8b7d5ace2fd263b10f1f29ffde" > predict< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#a7c910c47fac98a967d343e8994298262" > realx3Field_D< / a > & y, < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & dy) final< / td > < / tr >
< tr class = "separator:a4f0aee8b7d5ace2fd263b10f1f29ffde" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a31ed4ecb323de5dc3f004927060fdc45" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#a31ed4ecb323de5dc3f004927060fdc45" > correct< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & y, < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & dy) final< / td > < / tr >
< tr class = "memdesc:a31ed4ecb323de5dc3f004927060fdc45" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Correction/main integration step. < a href = "classpFlow_1_1AdamsBashforth2.html#a31ed4ecb323de5dc3f004927060fdc45" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a31ed4ecb323de5dc3f004927060fdc45" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2dfa8f3fb9e8b803ed22d20d63e2f094" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#a2dfa8f3fb9e8b803ed22d20d63e2f094" > correctPStruct< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > , < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & vel) final< / td > < / tr >
< tr class = "separator:a2dfa8f3fb9e8b803ed22d20d63e2f094" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad114a4a04b76ea8e10d4388756912a7e" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#ad114a4a04b76ea8e10d4388756912a7e" > setInitialVals< / a > (const < a class = "el" href = "namespacepFlow.html#a27c4d9af27a6e7595097b77d05874147" > int32IndexContainer< / a > & newIndices, const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & y) final< / td > < / tr >
< tr class = "memdesc:ad114a4a04b76ea8e10d4388756912a7e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set the initial values for new indices. < a href = "classpFlow_1_1AdamsBashforth2.html#ad114a4a04b76ea8e10d4388756912a7e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ad114a4a04b76ea8e10d4388756912a7e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5fd0dfea4bc213a1a941358d72bedde0" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#a5fd0dfea4bc213a1a941358d72bedde0" > needSetInitialVals< / a > () const final< / td > < / tr >
< tr class = "memdesc:a5fd0dfea4bc213a1a941358d72bedde0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Check if the method requires any set initial vals. < a href = "classpFlow_1_1AdamsBashforth2.html#a5fd0dfea4bc213a1a941358d72bedde0" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a5fd0dfea4bc213a1a941358d72bedde0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pub_methods_classpFlow_1_1integration" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1integration')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > < / td > < / tr >
< tr class = "memitem:aa44247873627282e4f01578c6bc53426 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#aa44247873627282e4f01578c6bc53426" > TypeInfo< / a > (" integration" )< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:aa44247873627282e4f01578c6bc53426 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Type info. < a href = "classpFlow_1_1integration.html#aa44247873627282e4f01578c6bc53426" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa44247873627282e4f01578c6bc53426 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:af65ab3c37a54039dda3a3946f6d0004e inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#af65ab3c37a54039dda3a3946f6d0004e" > integration< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > baseName< / a > , < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > , const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a05cf94b87db6b7d4b9c2d2eb81592cf3" > method< / a > , const < a class = "el" href = "namespacepFlow.html#a7c910c47fac98a967d343e8994298262" > realx3Field_D< / a > & initialValField)< / td > < / tr >
< tr class = "memdesc:af65ab3c37a54039dda3a3946f6d0004e inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct from components. < a href = "classpFlow_1_1integration.html#af65ab3c37a54039dda3a3946f6d0004e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af65ab3c37a54039dda3a3946f6d0004e inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memitem:a771a76739b176fbb83563986a897dbc6 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a771a76739b176fbb83563986a897dbc6" > integration< / a > (const < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > & )=default< / td > < / tr >
< tr class = "memdesc:a771a76739b176fbb83563986a897dbc6 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy constructor. < a href = "classpFlow_1_1integration.html#a771a76739b176fbb83563986a897dbc6" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a771a76739b176fbb83563986a897dbc6 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a30aa8bdb5ce433dc44c3de44462b3d92 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a30aa8bdb5ce433dc44c3de44462b3d92" > integration< / a > (< a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > & & )=default< / td > < / tr >
< tr class = "memdesc:a30aa8bdb5ce433dc44c3de44462b3d92 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move constructor. < a href = "classpFlow_1_1integration.html#a30aa8bdb5ce433dc44c3de44462b3d92" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a30aa8bdb5ce433dc44c3de44462b3d92 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa5c3d9b07075b6725eeb15aa37da388a inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#aa5c3d9b07075b6725eeb15aa37da388a" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > & )=default< / td > < / tr >
< tr class = "memdesc:aa5c3d9b07075b6725eeb15aa37da388a inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy assignment. < a href = "classpFlow_1_1integration.html#aa5c3d9b07075b6725eeb15aa37da388a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa5c3d9b07075b6725eeb15aa37da388a inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aec2a99ef0f61788bb92c8a2d4dbd51fc inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#aec2a99ef0f61788bb92c8a2d4dbd51fc" > operator=< / a > (< a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > & & )=default< / td > < / tr >
< tr class = "memdesc:aec2a99ef0f61788bb92c8a2d4dbd51fc inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move assignment. < a href = "classpFlow_1_1integration.html#aec2a99ef0f61788bb92c8a2d4dbd51fc" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aec2a99ef0f61788bb92c8a2d4dbd51fc inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a9a87be54ea9981257a8149088723c433 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a9a87be54ea9981257a8149088723c433" > ~integration< / a > ()=default< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a9a87be54ea9981257a8149088723c433 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destructor. < a href = "classpFlow_1_1integration.html#a9a87be54ea9981257a8149088723c433" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a9a87be54ea9981257a8149088723c433 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a2777231bcfef43151845d16cd1936a03 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a2777231bcfef43151845d16cd1936a03" > create_vCtor< / a > (< a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > , < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > ,(const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > baseName< / a > , < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > , const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a05cf94b87db6b7d4b9c2d2eb81592cf3" > method< / a > , const < a class = "el" href = "namespacepFlow.html#a7c910c47fac98a967d343e8994298262" > realx3Field_D< / a > & initialValField),(< a class = "el" href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > baseName< / a > , < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > , < a class = "el" href = "classpFlow_1_1integration.html#a05cf94b87db6b7d4b9c2d2eb81592cf3" > method< / a > , initialValField))< / td > < / tr >
< tr class = "memdesc:a2777231bcfef43151845d16cd1936a03 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Add a virtual constructor. < a href = "classpFlow_1_1integration.html#a2777231bcfef43151845d16cd1936a03" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a2777231bcfef43151845d16cd1936a03 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a5a622149e803f0fa292a95784c12a7b8 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > () const< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a5a622149e803f0fa292a95784c12a7b8 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Const ref to < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > . < a href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a5a622149e803f0fa292a95784c12a7b8 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4e30df3927ef1cdd2490cd85018518f5 inherit pub_methods_classpFlow_1_1integration" > < 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_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > baseName< / a > () const< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a4e30df3927ef1cdd2490cd85018518f5 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Base name. < a href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a4e30df3927ef1cdd2490cd85018518f5 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a10329e18307a60d3fdb203bcbed2b295 inherit pub_methods_classpFlow_1_1integration" > < 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_1integration.html#a10329e18307a60d3fdb203bcbed2b295" > owner< / a > ()< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a10329e18307a60d3fdb203bcbed2b295 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Ref to the owner repository. < a href = "classpFlow_1_1integration.html#a10329e18307a60d3fdb203bcbed2b295" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a10329e18307a60d3fdb203bcbed2b295 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ae042a979b0888ee07428760767a7d841 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#ae042a979b0888ee07428760767a7d841" > predict< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & y, < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & dy)=0< / td > < / tr >
< tr class = "memdesc:ae042a979b0888ee07428760767a7d841 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Prediction step in integration. < a href = "classpFlow_1_1integration.html#ae042a979b0888ee07428760767a7d841" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ae042a979b0888ee07428760767a7d841 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1pointField" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1pointField')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< T, MemorySpace > < / a > < / td > < / tr >
< tr class = "memitem:ae91a578ed55e58f7eb9ab8b1ca020778 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#ae91a578ed55e58f7eb9ab8b1ca020778" > TypeInfoTemplate111< / a > (" pointField" , T, VectorType::memoerySpaceName())< / td > < / tr >
< tr class = "separator:ae91a578ed55e58f7eb9ab8b1ca020778 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8dfd2e69f73234b4c844585efdd128bb inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a8dfd2e69f73234b4c844585efdd128bb" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & objf, < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > , const T & defVal)< / td > < / tr >
< tr class = "separator:a8dfd2e69f73234b4c844585efdd128bb inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6c79a6f39b8a4562e11c4bf987f41a6b inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a6c79a6f39b8a4562e11c4bf987f41a6b" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & objf, < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *< a class = "el" href = "classpFlow_1_1IOobject.html#a09a559f42cef65f7e9b3ce24cfb42905" > owner< / a > , < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > , const T & defVal)< / td > < / tr >
< tr class = "separator:a6c79a6f39b8a4562e11c4bf987f41a6b inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3a657c093609935d9aede387dc24ebb1 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a3a657c093609935d9aede387dc24ebb1" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & objf, < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > , const T & defVal, const T & val)< / td > < / tr >
< tr class = "separator:a3a657c093609935d9aede387dc24ebb1 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae56dff00351d2151584222f751176870 inherit pub_methods_classpFlow_1_1pointField" > < 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_1pointField.html#ae56dff00351d2151584222f751176870" > name< / a > () const final< / td > < / tr >
< tr class = "separator:ae56dff00351d2151584222f751176870 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a74dbf0769a6a0ebe11f88bc6256ff442 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a74dbf0769a6a0ebe11f88bc6256ff442" > internal< / a > () const< / td > < / tr >
< tr class = "separator:a74dbf0769a6a0ebe11f88bc6256ff442 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3848ec448e875e0a2b18f85f40cd302b inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a3848ec448e875e0a2b18f85f40cd302b" > updateBoundaries< / a > (< a class = "el" href = "namespacepFlow.html#a4efa8bf817a550e04d128d6f4caadd9a" > DataDirection< / a > direction) const< / td > < / tr >
< tr class = "separator:a3848ec448e875e0a2b18f85f40cd302b inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4df96ffd1fa1b1fad9fc5dbd8bf03431 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a4df96ffd1fa1b1fad9fc5dbd8bf03431" > updateBoundariesSlaveToMasterIfRequested< / a > ()< / td > < / tr >
< tr class = "memdesc:a4df96ffd1fa1b1fad9fc5dbd8bf03431 inherit pub_methods_classpFlow_1_1pointField" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > update boundaries if it is requested previousely (slave to master). < a href = "classpFlow_1_1pointField.html#a4df96ffd1fa1b1fad9fc5dbd8bf03431" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a4df96ffd1fa1b1fad9fc5dbd8bf03431 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a25d6c9aa9bc2b510ce20c72d6ab7ceba inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a25d6c9aa9bc2b510ce20c72d6ab7ceba" > boundaryFields< / a > () const< / td > < / tr >
< tr class = "separator:a25d6c9aa9bc2b510ce20c72d6ab7ceba inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acfbd9758fc0061e2b6fd2922ddb63650 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#acfbd9758fc0061e2b6fd2922ddb63650" > BoundaryField< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > i) const< / td > < / tr >
< tr class = "separator:acfbd9758fc0061e2b6fd2922ddb63650 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af594ba73474d415474d32afc783799b1 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > () const< / td > < / tr >
< tr class = "separator:af594ba73474d415474d32afc783799b1 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a34b3e020ef4d15f9b2442bfff37f19b8 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a34b3e020ef4d15f9b2442bfff37f19b8" > fill< / a > (const T & val)< / td > < / tr >
< tr class = "separator:a34b3e020ef4d15f9b2442bfff37f19b8 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aecfee09c0f5d94feb516f1eed2cd45e9 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aecfee09c0f5d94feb516f1eed2cd45e9" > readPointField< / 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 = "separator:aecfee09c0f5d94feb516f1eed2cd45e9 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1fcf9243c3031510edc0bfb88c2fcc19 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a1fcf9243c3031510edc0bfb88c2fcc19" > writePointField< / 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 = "separator:a1fcf9243c3031510edc0bfb88c2fcc19 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1c713f45ca620694735a6a21959cc408 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.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 = "separator:a1c713f45ca620694735a6a21959cc408 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab3738b20dfa25d66228f6a7571d97aa0 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.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 = "separator:ab3738b20dfa25d66228f6a7571d97aa0 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a299b5ee396d969589ede9a5880bfa831 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a299b5ee396d969589ede9a5880bfa831" > TypeInfoTemplateNV2< / a > (" pointField" , T, VectorType::memoerySpaceName())< / td > < / tr >
< tr class = "separator:a299b5ee396d969589ede9a5880bfa831 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad45afd3b2dbf5ddf23e4632abbd59113 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#ad45afd3b2dbf5ddf23e4632abbd59113" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > , const T & defVal, bool < a class = "el" href = "classpFlow_1_1observer.html#a008ac3cf9870600e8a24936cdd5ffd29" > subscribe< / a > =true)< / td > < / tr >
< tr class = "separator:ad45afd3b2dbf5ddf23e4632abbd59113 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a615a338c0b4f44a8282545bc24ad7f33 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a615a338c0b4f44a8282545bc24ad7f33" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > , const T & val, const T & defVal, bool < a class = "el" href = "classpFlow_1_1observer.html#a008ac3cf9870600e8a24936cdd5ffd29" > subscribe< / a > =true)< / td > < / tr >
< tr class = "separator:a615a338c0b4f44a8282545bc24ad7f33 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7a9f02d4ecd31574afa11ff15ce2730c inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a7a9f02d4ecd31574afa11ff15ce2730c" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > & src, bool < a class = "el" href = "classpFlow_1_1observer.html#a008ac3cf9870600e8a24936cdd5ffd29" > subscribe< / a > )< / td > < / tr >
< tr class = "separator:a7a9f02d4ecd31574afa11ff15ce2730c inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1a529c131e9dd11ed01a452cf85cfa81 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a1a529c131e9dd11ed01a452cf85cfa81" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > & src)< / td > < / tr >
< tr class = "separator:a1a529c131e9dd11ed01a452cf85cfa81 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4e3dcdd8ee62b6d3f6a27404da2cddc2 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a4e3dcdd8ee62b6d3f6a27404da2cddc2" > pointField< / a > (< a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > & & src)=delete< / td > < / tr >
< tr class = "separator:a4e3dcdd8ee62b6d3f6a27404da2cddc2 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af0681df9e78649a8b342cf395898d8f5 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#af0681df9e78649a8b342cf395898d8f5" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > & rhs)< / td > < / tr >
< tr class = "separator:af0681df9e78649a8b342cf395898d8f5 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0905972b57fe1805434f133d0a282c7a inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a0905972b57fe1805434f133d0a282c7a" > operator=< / a > (< a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > & & )=delete< / td > < / tr >
< tr class = "separator:a0905972b57fe1805434f133d0a282c7a inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3cb48bd802b31d2b669049e7a8cf9c68 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1pointField.html#a1063c9fa94710fcea36468cd35295fe0" > pointFieldType< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a3cb48bd802b31d2b669049e7a8cf9c68" > clone< / a > () const< / td > < / tr >
< tr class = "separator:a3cb48bd802b31d2b669049e7a8cf9c68 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a60e604c17930fbb5dfa6716c51f7a7ca inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1pointField.html#a1063c9fa94710fcea36468cd35295fe0" > pointFieldType< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a60e604c17930fbb5dfa6716c51f7a7ca" > clonePtr< / a > () const< / td > < / tr >
< tr class = "separator:a60e604c17930fbb5dfa6716c51f7a7ca inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af594ba73474d415474d32afc783799b1 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > () const< / td > < / tr >
< tr class = "separator:af594ba73474d415474d32afc783799b1 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab9550b3f59f76a254d15a2d537bb395 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aab9550b3f59f76a254d15a2d537bb395" > allActive< / a > () const< / td > < / tr >
< tr class = "separator:aab9550b3f59f76a254d15a2d537bb395 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a785cd9cdbd48a18c6bddb623fa1740da inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a785cd9cdbd48a18c6bddb623fa1740da" > isActive< / a > (label i) const< / td > < / tr >
< tr class = "separator:a785cd9cdbd48a18c6bddb623fa1740da inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a313b7aa0a8e0fc78d0e9d1d8ee0b3f47 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a313b7aa0a8e0fc78d0e9d1d8ee0b3f47" > pointFlag< / a > () const< / td > < / tr >
< tr class = "separator:a313b7aa0a8e0fc78d0e9d1d8ee0b3f47 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afef304b4d4497e45857f6edef9b049e6 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > range  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#afef304b4d4497e45857f6edef9b049e6" > activeRange< / a > () const< / td > < / tr >
< tr class = "separator:afef304b4d4497e45857f6edef9b049e6 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abae5b084c84ba20afd60cbbec92e3124 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#abae5b084c84ba20afd60cbbec92e3124" > update< / a > (const eventMessage & msg)< / td > < / tr >
< tr class = "separator:abae5b084c84ba20afd60cbbec92e3124 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab0f80e66016e581c7c92ac96e43c3eca inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#ab0f80e66016e581c7c92ac96e43c3eca" > readPointField< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
< tr class = "separator:ab0f80e66016e581c7c92ac96e43c3eca inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa8b686deb96050edefdcef6f22aab8f0 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aa8b686deb96050edefdcef6f22aab8f0" > writePointField< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:aa8b686deb96050edefdcef6f22aab8f0 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff8e92ab47032ae811d1271161cb9b22 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aff8e92ab47032ae811d1271161cb9b22" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
< tr class = "separator:aff8e92ab47032ae811d1271161cb9b22 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a40de4ceed55b2f78cf3027739dfd91 inherit pub_methods_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a6a40de4ceed55b2f78cf3027739dfd91" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:a6a40de4ceed55b2f78cf3027739dfd91 inherit pub_methods_classpFlow_1_1pointField" > < 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: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_1internalField" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1internalField')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< T, void > < / a > < / td > < / tr >
< tr class = "memitem:a16cc22507ab6890008f688b3646022c1 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a16cc22507ab6890008f688b3646022c1" > internalField< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1internalField.html#a83f9a8e30fb37f90e9a6436f4470aaa2" > name< / a > , const < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > & internal, const T & defVal)< / td > < / tr >
< tr class = "separator:a16cc22507ab6890008f688b3646022c1 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2e727755b74af283386add0b0fbd792c inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a2e727755b74af283386add0b0fbd792c" > internalField< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1internalField.html#a83f9a8e30fb37f90e9a6436f4470aaa2" > name< / a > , const < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > & internal, const T & defVal, const T & val)< / td > < / tr >
< tr class = "separator:a2e727755b74af283386add0b0fbd792c inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae49b1b421c0a7de757a2fdc46f163498 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#ae49b1b421c0a7de757a2fdc46f163498" > deviceViewAll< / a > () const< / td > < / tr >
< tr class = "separator:ae49b1b421c0a7de757a2fdc46f163498 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a65a1eeccd800386379e7db5dd61ea9aa inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a65a1eeccd800386379e7db5dd61ea9aa" > deviceView< / a > () const< / td > < / tr >
< tr class = "separator:a65a1eeccd800386379e7db5dd61ea9aa inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a51882ffc24a281c2d7ad1ad7b985af73 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a51882ffc24a281c2d7ad1ad7b985af73" > hostView< / a > () const< / td > < / tr >
< tr class = "separator:a51882ffc24a281c2d7ad1ad7b985af73 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0b7cdb82732a46cf6c7aa342cf9c6c33 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1internalField.html#a40dbbac51cc766420c6da450d95c1edc" > FieldType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a0b7cdb82732a46cf6c7aa342cf9c6c33" > field< / a > () const< / td > < / tr >
< tr class = "separator:a0b7cdb82732a46cf6c7aa342cf9c6c33 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf341eb8b62dfce68e1703f77caf1669 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1internalField.html#a40dbbac51cc766420c6da450d95c1edc" > FieldType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#adf341eb8b62dfce68e1703f77caf1669" > field< / a > ()< / td > < / tr >
< tr class = "separator:adf341eb8b62dfce68e1703f77caf1669 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a67d82cfcfc613c9ffbccd1f9a9aa0ce6 inherit pub_methods_classpFlow_1_1internalField" > < 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_1internalField.html#a67d82cfcfc613c9ffbccd1f9a9aa0ce6" > activePointsMaskDevice< / a > () const< / td > < / tr >
< tr class = "separator:a67d82cfcfc613c9ffbccd1f9a9aa0ce6 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a441872596be8e9a89b22e9ca01edc48d inherit pub_methods_classpFlow_1_1internalField" > < 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_1internalField.html#a441872596be8e9a89b22e9ca01edc48d" > activePointsMaskHost< / a > () const< / td > < / tr >
< tr class = "separator:a441872596be8e9a89b22e9ca01edc48d inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a029a7ab2184ac4955ef07b37ee61b37b inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1internalField.html#a956cfd99b2704fca5961350f47963e88" > FieldTypeHost< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a029a7ab2184ac4955ef07b37ee61b37b" > activeValuesHost< / a > () const< / td > < / tr >
< tr class = "separator:a029a7ab2184ac4955ef07b37ee61b37b inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a10efdf47ffedbdc720f71c2f72b98d98 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a10efdf47ffedbdc720f71c2f72b98d98" > size< / a > () const< / td > < / tr >
< tr class = "separator:a10efdf47ffedbdc720f71c2f72b98d98 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a234de5cb432c97fcb4b0f806bb86624e inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a234de5cb432c97fcb4b0f806bb86624e" > capacity< / a > () const< / td > < / tr >
< tr class = "separator:a234de5cb432c97fcb4b0f806bb86624e inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a83f9a8e30fb37f90e9a6436f4470aaa2 inherit pub_methods_classpFlow_1_1internalField" > < 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_1internalField.html#a83f9a8e30fb37f90e9a6436f4470aaa2" > name< / a > () const< / td > < / tr >
< tr class = "separator:a83f9a8e30fb37f90e9a6436f4470aaa2 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a13fac74a6ba182fd009dbb14818b0d01 inherit pub_methods_classpFlow_1_1internalField" > < 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_1internalField.html#a13fac74a6ba182fd009dbb14818b0d01" > fieldKey< / a > () const< / td > < / tr >
< tr class = "separator:a13fac74a6ba182fd009dbb14818b0d01 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af4cad43c6d030d487ab0f80c330a7999 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > const T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#af4cad43c6d030d487ab0f80c330a7999" > defaultValue< / a > () const< / td > < / tr >
< tr class = "separator:af4cad43c6d030d487ab0f80c330a7999 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab90376459849df998be9743b291159cb inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#ae06b07ed1267c5e7bec6d1da50acf5d1" > rangeU32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#ab90376459849df998be9743b291159cb" > activeRange< / a > () const< / td > < / tr >
< tr class = "separator:ab90376459849df998be9743b291159cb inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a07cb16592ca70b20f356021cb92d2758 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a07cb16592ca70b20f356021cb92d2758" > isAllActive< / a > () const< / td > < / tr >
< tr class = "separator:a07cb16592ca70b20f356021cb92d2758 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af12eaa3ab088b32abf49705bf76ba293 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#af12eaa3ab088b32abf49705bf76ba293" > fillInternal< / a > (const T & val)< / td > < / tr >
< tr class = "separator:af12eaa3ab088b32abf49705bf76ba293 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae97e2279d720194a68a594a3edbc6763 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#ae97e2279d720194a68a594a3edbc6763" > insertSetElement< / a > (< a class = "el" href = "namespacepFlow.html#ace91b5b09f95f3d8409247898e688e9b" > uint32IndexContainer< / a > indices, const T & val)< / td > < / tr >
< tr class = "separator:ae97e2279d720194a68a594a3edbc6763 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d94096809fe3376b29a2a29ca11bb18 inherit pub_methods_classpFlow_1_1internalField" > < 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_1internalField.html#a0d94096809fe3376b29a2a29ca11bb18" > time< / a > () const< / td > < / tr >
< tr class = "separator:a0d94096809fe3376b29a2a29ca11bb18 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0f63a62676bba1a8a5cf891337d1d201 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a0f63a62676bba1a8a5cf891337d1d201" > hearChanges< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > t, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > iter, const < a class = "el" href = "classpFlow_1_1message.html" > message< / a > & msg, const < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > & varList) override< / td > < / tr >
< tr class = "separator:a0f63a62676bba1a8a5cf891337d1d201 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8c955e17bd99dcab8fa9cf8c96ba6dd0 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.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 = "separator:a8c955e17bd99dcab8fa9cf8c96ba6dd0 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a299b5ee396d969589ede9a5880bfa831 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a299b5ee396d969589ede9a5880bfa831" > TypeInfoTemplateNV2< / a > (" pointField" , T, VectorType::memoerySpaceName())< / td > < / tr >
< tr class = "separator:a299b5ee396d969589ede9a5880bfa831 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8dfd2e69f73234b4c844585efdd128bb inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a8dfd2e69f73234b4c844585efdd128bb" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & objf, < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "setPointStructure_8hpp.html#a385e32971df44b131e4498181a949a91" > pStruct< / a > , const T & defVal)< / td > < / tr >
< tr class = "separator:a8dfd2e69f73234b4c844585efdd128bb inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1observer" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1observer')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1observer.html" > observer< / a > < / td > < / tr >
< tr class = "memitem:aa4805b6451fbb1651a6fd3eb8e0db673 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#aa4805b6451fbb1651a6fd3eb8e0db673" > observer< / a > (< a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg)< / td > < / tr >
< tr class = "separator:aa4805b6451fbb1651a6fd3eb8e0db673 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a19690aae8f79f259dab21ac5be29b0da inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a19690aae8f79f259dab21ac5be29b0da" > observer< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > *subscrbr, < a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg)< / td > < / tr >
< tr class = "separator:a19690aae8f79f259dab21ac5be29b0da inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af035b2f590ebbed9ace6ffaf3954a893 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#af035b2f590ebbed9ace6ffaf3954a893" > ~observer< / a > ()< / td > < / tr >
< tr class = "separator:af035b2f590ebbed9ace6ffaf3954a893 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a008ac3cf9870600e8a24936cdd5ffd29 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a008ac3cf9870600e8a24936cdd5ffd29" > subscribe< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > *subscrbr, < a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg)< / td > < / tr >
< tr class = "separator:a008ac3cf9870600e8a24936cdd5ffd29 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a653c7226b70e6965bf6a79b5e33925ff inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1observer.html" > observer< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a653c7226b70e6965bf6a79b5e33925ff" > addEvent< / a > (< a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687d" > message::EVENT< / a > event)< / td > < / tr >
< tr class = "separator:a653c7226b70e6965bf6a79b5e33925ff inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0bbca55d6c8f234990c4f78bf4449288 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a0bbca55d6c8f234990c4f78bf4449288" > subscribed< / a > () const< / td > < / tr >
< tr class = "separator:a0bbca55d6c8f234990c4f78bf4449288 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae60104d9527f96b61e9bc2ea1e19c9f2 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#ae60104d9527f96b61e9bc2ea1e19c9f2" > addToSubscriber< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > *subscrbr, < a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg)< / td > < / tr >
< tr class = "separator:ae60104d9527f96b61e9bc2ea1e19c9f2 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aee31914b946ab2ffc70663260bab8b21 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#aee31914b946ab2ffc70663260bab8b21" > addToSubscriber< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > & < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > )< / td > < / tr >
< tr class = "separator:aee31914b946ab2ffc70663260bab8b21 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / 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:aec90bedeff0a2a031a0d310526a33f3b" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#aec90bedeff0a2a031a0d310526a33f3b" > dy1< / a > () const< / td > < / tr >
< tr class = "separator:aec90bedeff0a2a031a0d310526a33f3b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a08830f3ac97ae61ab7971024f5bfc99f" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#a08830f3ac97ae61ab7971024f5bfc99f" > dy1< / a > ()< / td > < / tr >
< tr class = "separator:a08830f3ac97ae61ab7971024f5bfc99f" > < 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:aac898ef26b84e559b552fb63b187e4a3" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1boundaryIntegrationList.html" > boundaryIntegrationList< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#aac898ef26b84e559b552fb63b187e4a3" > boundaryList_< / a > < / td > < / tr >
< tr class = "separator:aac898ef26b84e559b552fb63b187e4a3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "friends" > < / a >
Friends< / h2 > < / td > < / tr >
< tr class = "memitem:acfc416287e9f31450d930160b1ccaef3" > < td class = "memItemLeft" align = "right" valign = "top" > class  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#acfc416287e9f31450d930160b1ccaef3" > processorAB2BoundaryIntegration< / a > < / td > < / tr >
< tr class = "separator:acfc416287e9f31450d930160b1ccaef3" > < 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 = "inherited" > < / a >
Additional Inherited Members< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "inherit_header pub_types_classpFlow_1_1pointField" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_types_classpFlow_1_1pointField')" > < img src = "closed.png" alt = "-" / >   Public Types inherited from < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< T, MemorySpace > < / a > < / td > < / tr >
< tr class = "memitem:a5c1f041e788238a4a2016a233ea914ef inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a5c1f041e788238a4a2016a233ea914ef" > PointFieldType< / a > = < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < T, MemorySpace > < / td > < / tr >
< tr class = "separator:a5c1f041e788238a4a2016a233ea914ef inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5905769a866a61e63ab3abf53fde6926 inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a5905769a866a61e63ab3abf53fde6926" > InternalFieldType< / a > = < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< / a > < T, MemorySpace > < / td > < / tr >
< tr class = "separator:a5905769a866a61e63ab3abf53fde6926 inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a75a410daf13583da751aa732c0155eea inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a75a410daf13583da751aa732c0155eea" > boundaryFieldListType< / a > = < a class = "el" href = "classpFlow_1_1boundaryFieldList.html" > boundaryFieldList< / a > < T, MemorySpace > < / td > < / tr >
< tr class = "separator:a75a410daf13583da751aa732c0155eea inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2749253ae62ba5619ed909af6a1dcbd8 inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a2749253ae62ba5619ed909af6a1dcbd8" > FieldType< / a > = typename < a class = "el" href = "classpFlow_1_1internalField.html#a40dbbac51cc766420c6da450d95c1edc" > InternalFieldType::FieldType< / a > < / td > < / tr >
< tr class = "separator:a2749253ae62ba5619ed909af6a1dcbd8 inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae621f8dcf0b95741fac1d946040c5310 inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#ae621f8dcf0b95741fac1d946040c5310" > VectorType< / a > = typename < a class = "el" href = "classpFlow_1_1internalField.html#a21a2a37839edb0ffc02a7cfac6ca72b8" > InternalFieldType::VectorType< / a > < / td > < / tr >
< tr class = "separator:ae621f8dcf0b95741fac1d946040c5310 inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3b9fb26f07405660b138c6a9e2287ac5 inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a3b9fb26f07405660b138c6a9e2287ac5" > memory_space< / a > = typename < a class = "el" href = "classpFlow_1_1internalField.html#a26f2aab4010b76bfd0cf57e92e01fade" > InternalFieldType::memory_space< / a > < / td > < / tr >
< tr class = "separator:a3b9fb26f07405660b138c6a9e2287ac5 inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a54f9c6e1c50c4a824daf2e1cdca221e9 inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a54f9c6e1c50c4a824daf2e1cdca221e9" > execution_space< / a > = typename < a class = "el" href = "classpFlow_1_1internalField.html#a4653dd84b6912bca0527fee68c8efc20" > InternalFieldType::execution_space< / a > < / td > < / tr >
< tr class = "separator:a54f9c6e1c50c4a824daf2e1cdca221e9 inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1063c9fa94710fcea36468cd35295fe0 inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a1063c9fa94710fcea36468cd35295fe0" > pointFieldType< / a > = < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < VectorField, T, MemorySpace > < / td > < / tr >
< tr class = "separator:a1063c9fa94710fcea36468cd35295fe0 inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5e050a125891e919a41915663f1871f4 inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a5e050a125891e919a41915663f1871f4" > FieldType< / a > = < a class = "el" href = "classpFlow_1_1Field.html" > Field< / a > < VectorField, T, MemorySpace > < / td > < / tr >
< tr class = "separator:a5e050a125891e919a41915663f1871f4 inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a21a2a37839edb0ffc02a7cfac6ca72b8 inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a21a2a37839edb0ffc02a7cfac6ca72b8" > VectorType< / a > = typename FieldType::VectorType< / td > < / tr >
< tr class = "separator:a21a2a37839edb0ffc02a7cfac6ca72b8 inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad9407c8288db9ae18e7902d8dc299b30 inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#ad9407c8288db9ae18e7902d8dc299b30" > iterator< / a > = typename FieldType::iterator< / td > < / tr >
< tr class = "separator:ad9407c8288db9ae18e7902d8dc299b30 inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa3fec7e25f50ac758c32ed1c95874adc inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aa3fec7e25f50ac758c32ed1c95874adc" > constIterator< / a > = typename FieldType::constIterator< / td > < / tr >
< tr class = "separator:aa3fec7e25f50ac758c32ed1c95874adc inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aebe3eaed133a292a0698d6da1e3add0f inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aebe3eaed133a292a0698d6da1e3add0f" > reference< / a > = typename FieldType::reference< / td > < / tr >
< tr class = "separator:aebe3eaed133a292a0698d6da1e3add0f inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a138e3112b462f65f1ad50a9bf56e1da6 inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a138e3112b462f65f1ad50a9bf56e1da6" > constReference< / a > = typename FieldType::constReference< / td > < / tr >
< tr class = "separator:a138e3112b462f65f1ad50a9bf56e1da6 inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aee590d7dd65b9f02778474552e5a76f0 inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aee590d7dd65b9f02778474552e5a76f0" > valueType< / a > = typename FieldType::valueType< / td > < / tr >
< tr class = "separator:aee590d7dd65b9f02778474552e5a76f0 inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa3eef3be821cfdd7a297e2b86689b0ae inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aa3eef3be821cfdd7a297e2b86689b0ae" > pointer< / a > = typename FieldType::pointer< / td > < / tr >
< tr class = "separator:aa3eef3be821cfdd7a297e2b86689b0ae inherit pub_types_classpFlow_1_1pointField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa5df8e4ad5359a7c041b10c56d9eec23 inherit pub_types_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aa5df8e4ad5359a7c041b10c56d9eec23" > constPointer< / a > = typename FieldType::constPointer< / td > < / tr >
< tr class = "separator:aa5df8e4ad5359a7c041b10c56d9eec23 inherit pub_types_classpFlow_1_1pointField" > < 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 >
}< / td > < / tr >
< 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_1internalField" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_types_classpFlow_1_1internalField')" > < img src = "closed.png" alt = "-" / >   Public Types inherited from < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< T, void > < / a > < / td > < / tr >
< tr class = "memitem:a5905769a866a61e63ab3abf53fde6926 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a5905769a866a61e63ab3abf53fde6926" > InternalFieldType< / a > = < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< / a > < T, void > < / td > < / tr >
< tr class = "separator:a5905769a866a61e63ab3abf53fde6926 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a40dbbac51cc766420c6da450d95c1edc inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a40dbbac51cc766420c6da450d95c1edc" > FieldType< / a > = < a class = "el" href = "classpFlow_1_1Field.html" > Field< / a > < T, void > < / td > < / tr >
< tr class = "separator:a40dbbac51cc766420c6da450d95c1edc inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5e050a125891e919a41915663f1871f4 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a5e050a125891e919a41915663f1871f4" > FieldType< / a > = < a class = "el" href = "classpFlow_1_1Field.html" > Field< / a > < VectorField, T, void > < / td > < / tr >
< tr class = "separator:a5e050a125891e919a41915663f1871f4 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a956cfd99b2704fca5961350f47963e88 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a956cfd99b2704fca5961350f47963e88" > FieldTypeHost< / a > = < a class = "el" href = "classpFlow_1_1Field.html" > Field< / a > < T, < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > HostSpace< / a > > < / td > < / tr >
< tr class = "separator:a956cfd99b2704fca5961350f47963e88 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a21a2a37839edb0ffc02a7cfac6ca72b8 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a21a2a37839edb0ffc02a7cfac6ca72b8" > VectorType< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a90ee4a972a5e87720ef1e4b067a884ac" > FieldType::VectorType< / a > < / td > < / tr >
< tr class = "separator:a21a2a37839edb0ffc02a7cfac6ca72b8 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a21a2a37839edb0ffc02a7cfac6ca72b8 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a21a2a37839edb0ffc02a7cfac6ca72b8" > VectorType< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a90ee4a972a5e87720ef1e4b067a884ac" > FieldType::VectorType< / a > < / td > < / tr >
< tr class = "separator:a21a2a37839edb0ffc02a7cfac6ca72b8 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a26f2aab4010b76bfd0cf57e92e01fade inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a26f2aab4010b76bfd0cf57e92e01fade" > memory_space< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#abb38920d985a52377685fd852f62f4c2" > FieldType::memory_space< / a > < / td > < / tr >
< tr class = "separator:a26f2aab4010b76bfd0cf57e92e01fade inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4653dd84b6912bca0527fee68c8efc20 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a4653dd84b6912bca0527fee68c8efc20" > execution_space< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a0b138cbd599d4fc0e95738e75f1e7445" > FieldType::execution_space< / a > < / td > < / tr >
< tr class = "separator:a4653dd84b6912bca0527fee68c8efc20 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1063c9fa94710fcea36468cd35295fe0 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a1063c9fa94710fcea36468cd35295fe0" > pointFieldType< / a > = < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < VectorField, T, void > < / td > < / tr >
< tr class = "separator:a1063c9fa94710fcea36468cd35295fe0 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa3c708cb89c6f9f05434302635de5fe6 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#aa3c708cb89c6f9f05434302635de5fe6" > boundaryFieldListType< / a > = < a class = "el" href = "classpFlow_1_1boundaryFieldList.html" > boundaryFieldList< / a > < VectorField, T, void > < / td > < / tr >
< tr class = "separator:aa3c708cb89c6f9f05434302635de5fe6 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad9407c8288db9ae18e7902d8dc299b30 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#ad9407c8288db9ae18e7902d8dc299b30" > iterator< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a2b8f0ba308c4037e39ec503b9a1e4d0b" > FieldType::iterator< / a > < / td > < / tr >
< tr class = "separator:ad9407c8288db9ae18e7902d8dc299b30 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0408bb993df7a6a3b96dbd270b07b293 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a0408bb993df7a6a3b96dbd270b07b293" > const_iterator< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a0b878024ac2eb388b20acaf63eb29780" > FieldType::const_iterator< / a > < / td > < / tr >
< tr class = "separator:a0408bb993df7a6a3b96dbd270b07b293 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aebe3eaed133a292a0698d6da1e3add0f inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#aebe3eaed133a292a0698d6da1e3add0f" > reference< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a24e1cc28757f0776d455faa2a92cc094" > FieldType::reference< / a > < / td > < / tr >
< tr class = "separator:aebe3eaed133a292a0698d6da1e3add0f inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5906ca2ed2f7f389c01b0ca06412971f inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a5906ca2ed2f7f389c01b0ca06412971f" > const_reference< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a26f1ec9da8d343811868fe6cd475976d" > FieldType::const_reference< / a > < / td > < / tr >
< tr class = "separator:a5906ca2ed2f7f389c01b0ca06412971f inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af792d3dbecd401bf325475edc1379d8d inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#af792d3dbecd401bf325475edc1379d8d" > value_type< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a3c9fa6c4f9077b7dd44bd96007ef416a" > FieldType::value_type< / a > < / td > < / tr >
< tr class = "separator:af792d3dbecd401bf325475edc1379d8d inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa3eef3be821cfdd7a297e2b86689b0ae inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#aa3eef3be821cfdd7a297e2b86689b0ae" > pointer< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a15206b415c09500493d38c91b970e958" > FieldType::pointer< / a > < / td > < / tr >
< tr class = "separator:aa3eef3be821cfdd7a297e2b86689b0ae inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acf00d47226bd7513e146fe29682d1df4 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#acf00d47226bd7513e146fe29682d1df4" > const_pointer< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a0adaff4989b6c9d6ddd4b9ba43f9d95e" > FieldType::const_pointer< / a > < / td > < / tr >
< tr class = "separator:acf00d47226bd7513e146fe29682d1df4 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pub_static_methods_classpFlow_1_1integration" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_static_methods_classpFlow_1_1integration')" > < img src = "closed.png" alt = "-" / >   Static Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a293e861f8b422eca2e189e4e28d73fc9 inherit pub_static_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a293e861f8b422eca2e189e4e28d73fc9" > create< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > baseName< / a > , < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > , const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a05cf94b87db6b7d4b9c2d2eb81592cf3" > method< / a > , const < a class = "el" href = "namespacepFlow.html#a7c910c47fac98a967d343e8994298262" > realx3Field_D< / a > & initialValField)< / td > < / tr >
< tr class = "memdesc:a293e861f8b422eca2e189e4e28d73fc9 inherit pub_static_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Create the polymorphic object based on inputs. < a href = "classpFlow_1_1integration.html#a293e861f8b422eca2e189e4e28d73fc9" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a293e861f8b422eca2e189e4e28d73fc9 inherit pub_static_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_static_methods_classpFlow_1_1observer" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_static_methods_classpFlow_1_1observer')" > < img src = "closed.png" alt = "-" / >   Static Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1observer.html" > observer< / a > < / td > < / tr >
< tr class = "memitem:a55aa647a7d2b1aa80f32344c471d26ba inherit pub_static_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a55aa647a7d2b1aa80f32344c471d26ba" > numEvents< / a > ()< / td > < / tr >
< tr class = "separator:a55aa647a7d2b1aa80f32344c471d26ba inherit pub_static_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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_1internalField" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classpFlow_1_1internalField')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< T, void > < / a > < / td > < / tr >
< tr class = "memitem:a1c6758ae1f312ebe5cb9f5612d58cbf5 inherit pro_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a1c6758ae1f312ebe5cb9f5612d58cbf5" > insert< / a > (const < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > & varList)< / td > < / tr >
< tr class = "separator:a1c6758ae1f312ebe5cb9f5612d58cbf5 inherit pro_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a978503d179a49dd48b29f27da6da8b95 inherit pro_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a978503d179a49dd48b29f27da6da8b95" > rearrange< / a > (const < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > & varList)< / td > < / tr >
< tr class = "separator:a978503d179a49dd48b29f27da6da8b95 inherit pro_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_attribs_classpFlow_1_1pointField" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1pointField')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< T, MemorySpace > < / a > < / td > < / tr >
< tr class = "memitem:a3ede7be1f8d98c2fa4af7860cdcaf787 inherit pro_attribs_classpFlow_1_1pointField" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a3ede7be1f8d98c2fa4af7860cdcaf787" > defaultValue_< / a > < / td > < / tr >
< tr class = "separator:a3ede7be1f8d98c2fa4af7860cdcaf787 inherit pro_attribs_classpFlow_1_1pointField" > < 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 >
< tr class = "inherit_header pro_attribs_classpFlow_1_1internalField" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1internalField')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< T, void > < / a > < / td > < / tr >
< tr class = "memitem:a0d837e0d4f22a2dfa26a0a7e14574460 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1internalField.html#a40dbbac51cc766420c6da450d95c1edc" > FieldType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a0d837e0d4f22a2dfa26a0a7e14574460" > field_< / a > < / td > < / tr >
< tr class = "memdesc:a0d837e0d4f22a2dfa26a0a7e14574460 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Field. < a href = "classpFlow_1_1internalField.html#a0d837e0d4f22a2dfa26a0a7e14574460" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a0d837e0d4f22a2dfa26a0a7e14574460 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3ede7be1f8d98c2fa4af7860cdcaf787 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a3ede7be1f8d98c2fa4af7860cdcaf787" > defaultValue_< / a > < / td > < / tr >
< tr class = "memdesc:a3ede7be1f8d98c2fa4af7860cdcaf787 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > value when a new item is added to field < a href = "classpFlow_1_1internalField.html#a3ede7be1f8d98c2fa4af7860cdcaf787" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3ede7be1f8d98c2fa4af7860cdcaf787 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a15137adbd53fc39d4e822c6565268f45 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a15137adbd53fc39d4e822c6565268f45" > internalPoints_< / a > < / td > < / tr >
< tr class = "memdesc:a15137adbd53fc39d4e822c6565268f45 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > const ref to internal points < a href = "classpFlow_1_1internalField.html#a15137adbd53fc39d4e822c6565268f45" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a15137adbd53fc39d4e822c6565268f45 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8bc29a1664f097dfba88b30c29e5e7e3 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1internalField.html#aa3c708cb89c6f9f05434302635de5fe6" > boundaryFieldListType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a8bc29a1664f097dfba88b30c29e5e7e3" > boundaryFieldList_< / a > < / td > < / tr >
< tr class = "memdesc:a8bc29a1664f097dfba88b30c29e5e7e3 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > list of boundaries < a href = "classpFlow_1_1internalField.html#a8bc29a1664f097dfba88b30c29e5e7e3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a8bc29a1664f097dfba88b30c29e5e7e3 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5c62d7bde0e3c333317fabe4b8806bef inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a5c62d7bde0e3c333317fabe4b8806bef" > pStruct_< / a > < / td > < / tr >
< tr class = "memdesc:a5c62d7bde0e3c333317fabe4b8806bef inherit pro_attribs_classpFlow_1_1internalField" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > refrence to point structure < a href = "classpFlow_1_1internalField.html#a5c62d7bde0e3c333317fabe4b8806bef" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a5c62d7bde0e3c333317fabe4b8806bef inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_static_attribs_classpFlow_1_1internalField" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_static_attribs_classpFlow_1_1internalField')" > < img src = "closed.png" alt = "-" / >   Static Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< T, void > < / a > < / td > < / tr >
< tr class = "memitem:a21f8dfaaa7207d524df453d28ec9db83 inherit pro_static_attribs_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "classpFlow_1_1message.html" > message< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a21f8dfaaa7207d524df453d28ec9db83" > defaultMessage_< / a > < / td > < / tr >
< tr class = "separator:a21f8dfaaa7207d524df453d28ec9db83 inherit pro_static_attribs_classpFlow_1_1internalField" > < 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 >
2023-04-23 12:52:57 -07:00
< div class = "textblock" > < p > Second order Adams-Bashforth integration method for solving ODE. < / p >
< p > This is a one-step integration method and does not have prediction step. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsBashforth2_8hpp_source.html#l00037" > 37< / a > of file < a class = "el" href = "AdamsBashforth2_8hpp_source.html" > AdamsBashforth2.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a1e7473dc6951c5718277fadf484d4c7d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1e7473dc6951c5718277fadf484d4c7d" > ◆ < / a > < / span > AdamsBashforth2()< / 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_1AdamsBashforth2.html" > AdamsBashforth2< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > baseName< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td >
< td class = "paramname" > < em > pStruct< / 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 = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > method< / 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 = "namespacepFlow.html#a7c910c47fac98a967d343e8994298262" > realx3Field_D< / a > &   < / td >
< td class = "paramname" > < em > initialValField< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > Construct from components. < / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "AdamsBashforth2_8cpp_source.html#l00094" > 94< / a > of file < a class = "el" href = "AdamsBashforth2_8cpp_source.html" > AdamsBashforth2.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a0e0f8a5b0250e97e857de7bd6a5e9731" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0e0f8a5b0250e97e857de7bd6a5e9731" > ◆ < / a > < / span > ~AdamsBashforth2()< / 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_1AdamsBashforth2.html" > AdamsBashforth2< / 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" > final< / span > < span class = "mlabel" > default< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > Destructor. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "aec90bedeff0a2a031a0d310526a33f3b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aec90bedeff0a2a031a0d310526a33f3b" > ◆ < / a > < / span > dy1() < 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" > const auto& dy1 < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "AdamsBashforth2_8hpp_source.html#l00048" > 48< / a > of file < a class = "el" href = "AdamsBashforth2_8hpp_source.html" > AdamsBashforth2.hpp< / a > .< / p >
2023-04-23 12:52:57 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a08830f3ac97ae61ab7971024f5bfc99f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a08830f3ac97ae61ab7971024f5bfc99f" > ◆ < / a > < / span > dy1() < span class = "overload" > [2/2]< / span > < / h2 >
2023-04-23 12:52:57 -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& dy1 < / td >
2023-04-23 12:52:57 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > < / td >
2023-04-23 12:52:57 -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" > private< / span > < / span > < / td >
2023-04-23 12:52:57 -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 = "AdamsBashforth2_8hpp_source.html#l00053" > 53< / a > of file < a class = "el" href = "AdamsBashforth2_8hpp_source.html" > AdamsBashforth2.hpp< / a > .< / p >
2023-04-23 12:52:57 -07:00
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "a4db1a4db4a3c5af1dc7037acec0e40a9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4db1a4db4a3c5af1dc7037acec0e40a9" > ◆ < / a > < / span > ClassInfo()< / h2 >
2023-04-23 12:52:57 -07:00
2025-01-10 13:02:07 +03:30
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > ClassInfo < / td >
< td > (< / td >
< td class = "paramtype" > " AdamsBashforth2"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Class info. < / p >
2023-04-23 12:52:57 -07:00
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a3f4d930dbe074e5170da8b9a74f3c8b8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3f4d930dbe074e5170da8b9a74f3c8b8" > ◆ < / a > < / span > add_vCtor()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > add_vCtor < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html" > AdamsBashforth2< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > Add this to the virtual constructor table. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "abd77556ae6ba5220c472e06b2ef2da31" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abd77556ae6ba5220c472e06b2ef2da31" > ◆ < / a > < / span > updateBoundariesSlaveToMasterIfRequested()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void updateBoundariesSlaveToMasterIfRequested < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1integration.html#af460543ae3c8e6f3d02b0b1abf705c82" > integration< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsBashforth2_8cpp_source.html#l00118" > 118< / a > of file < a class = "el" href = "AdamsBashforth2_8cpp_source.html" > AdamsBashforth2.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "pointField_8hpp_source.html#l00115" > pointField< T, MemorySpace > ::updateBoundariesSlaveToMasterIfRequested()< / 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_1AdamsBashforth2_abd77556ae6ba5220c472e06b2ef2da31_cgraph.png" border = "0" usemap = "#classpFlow_1_1AdamsBashforth2_abd77556ae6ba5220c472e06b2ef2da31_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a307a24e988c782099db9fc49291efe1e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a307a24e988c782099db9fc49291efe1e" > ◆ < / a > < / span > method()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > method < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > return integration method < / p >
< p > Implements < a class = "el" href = "classpFlow_1_1integration.html#a05cf94b87db6b7d4b9c2d2eb81592cf3" > integration< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsBashforth2_8hpp_source.html#l00087" > 87< / a > of file < a class = "el" href = "AdamsBashforth2_8hpp_source.html" > AdamsBashforth2.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a5595208ecd7c3d8fdc960c8d2fd9bb69" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5595208ecd7c3d8fdc960c8d2fd9bb69" > ◆ < / a > < / span > predict() < 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" > bool predict < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > UNUSED< / em > dt, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > UNUSED< / em > y, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > UNUSED< / em > dy  < / td >
< / 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" > final< / 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 = "AdamsBashforth2_8cpp_source.html#l00123" > 123< / a > of file < a class = "el" href = "AdamsBashforth2_8cpp_source.html" > AdamsBashforth2.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a4f0aee8b7d5ace2fd263b10f1f29ffde" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4f0aee8b7d5ace2fd263b10f1f29ffde" > ◆ < / a > < / span > predict() < 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 predict < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a7c910c47fac98a967d343e8994298262" > realx3Field_D< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > y< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > dy< / em >   < / td >
< / 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" > final< / 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_1integration.html#a351abea829a5c6aa1f177e48c5c5e2bd" > integration< / 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 = "AdamsBashforth2_8cpp_source.html#l00132" > 132< / a > of file < a class = "el" href = "AdamsBashforth2_8cpp_source.html" > AdamsBashforth2.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a31ed4ecb323de5dc3f004927060fdc45" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a31ed4ecb323de5dc3f004927060fdc45" > ◆ < / a > < / span > correct()< / 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 correct < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td >
< td class = "paramname" > < em > y< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td >
< td class = "paramname" > < em > dy< / 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" > final< / 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 > Correction/main integration step. < / p >
2023-04-23 12:52:57 -07:00
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1integration.html#a5bc0f0e6d46b8e773688d1416f545365" > integration< / 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 = "AdamsBashforth2_8cpp_source.html#l00142" > 142< / a > of file < a class = "el" href = "AdamsBashforth2_8cpp_source.html" > AdamsBashforth2.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "internalField_8hpp_source.html#l00109" > internalField< T, MemorySpace > ::field()< / a > , < a class = "el" href = "AdamsBashforth2_8cpp_source.html#l00036" > pFlow::intAllActive()< / a > , and < a class = "el" href = "AdamsBashforth2_8cpp_source.html#l00061" > pFlow::intScattered()< / 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_1AdamsBashforth2_a31ed4ecb323de5dc3f004927060fdc45_cgraph.png" border = "0" usemap = "#classpFlow_1_1AdamsBashforth2_a31ed4ecb323de5dc3f004927060fdc45_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a2dfa8f3fb9e8b803ed22d20d63e2f094" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2dfa8f3fb9e8b803ed22d20d63e2f094" > ◆ < / a > < / span > correctPStruct()< / 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 correctPStruct < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td >
< td class = "paramname" > < em > pStruct< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td >
< td class = "paramname" > < em > vel< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > final< / 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_1integration.html#ae90a67d2cabadc5ed923c1bd04d5c850" > integration< / 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 = "AdamsBashforth2_8cpp_source.html#l00165" > 165< / a > of file < a class = "el" href = "AdamsBashforth2_8cpp_source.html" > AdamsBashforth2.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 = "AdamsBashforth2_8cpp_source.html#l00036" > pFlow::intAllActive()< / a > , < a class = "el" href = "AdamsBashforth2_8cpp_source.html#l00061" > pFlow::intScattered()< / a > , and < a class = "el" href = "setPointStructure_8hpp_source.html#l00024" > pStruct< / a > .< / p >
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1AdamsBashforth2_a2dfa8f3fb9e8b803ed22d20d63e2f094_cgraph.png" border = "0" usemap = "#classpFlow_1_1AdamsBashforth2_a2dfa8f3fb9e8b803ed22d20d63e2f094_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ad114a4a04b76ea8e10d4388756912a7e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad114a4a04b76ea8e10d4388756912a7e" > ◆ < / a > < / span > setInitialVals()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool setInitialVals < / 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#a27c4d9af27a6e7595097b77d05874147" > int32IndexContainer< / a > &   < / td >
< td class = "paramname" > < em > newIndices< / 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 = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > &   < / td >
< td class = "paramname" > < em > y< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > final< / 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 > Set the initial values for new indices. < / p >
2023-04-23 12:52:57 -07:00
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1integration.html#a6818fcc44008244dcd95c07d9df760fc" > integration< / 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 = "AdamsBashforth2_8cpp_source.html#l00187" > 187< / a > of file < a class = "el" href = "AdamsBashforth2_8cpp_source.html" > AdamsBashforth2.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a5fd0dfea4bc213a1a941358d72bedde0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5fd0dfea4bc213a1a941358d72bedde0" > ◆ < / a > < / span > needSetInitialVals()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool needSetInitialVals < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > final< / 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 > Check if the method requires any set initial vals. < / p >
< p > Implements < a class = "el" href = "classpFlow_1_1integration.html#aeec9758e3ff149eb4837c2be8d4e6214" > integration< / a > .< / p >
2023-04-23 12:52:57 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "AdamsBashforth2_8hpp_source.html#l00126" > 126< / a > of file < a class = "el" href = "AdamsBashforth2_8hpp_source.html" > AdamsBashforth2.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-02 14:53:54 -07:00
< / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< h2 class = "groupheader" > Friends And Related Function Documentation< / h2 >
< a id = "acfc416287e9f31450d930160b1ccaef3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acfc416287e9f31450d930160b1ccaef3" > ◆ < / a > < / span > processorAB2BoundaryIntegration< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > friend class processorAB2BoundaryIntegration< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsBashforth2_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "AdamsBashforth2_8hpp_source.html" > AdamsBashforth2.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "aac898ef26b84e559b552fb63b187e4a3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aac898ef26b84e559b552fb63b187e4a3" > ◆ < / a > < / span > boundaryList_< / 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_1boundaryIntegrationList.html" > boundaryIntegrationList< / a > boundaryList_< / 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" >
2023-04-23 12:52:57 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "AdamsBashforth2_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "AdamsBashforth2_8hpp_source.html" > AdamsBashforth2.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/Integration/AdamsBashforth2/< a class = "el" href = "AdamsBashforth2_8hpp_source.html" > AdamsBashforth2.hpp< / a > < / li >
< li > src/Integration/AdamsBashforth2/< a class = "el" href = "AdamsBashforth2_8cpp_source.html" > AdamsBashforth2.cpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html" > AdamsBashforth2< / 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 >