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: systemControl 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_1systemControl.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 = "#pro-methods" > Protected Member Functions< / a > |
2023-03-27 10:16:23 -07:00
< a href = "#pro-static-methods" > Static Protected Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1systemControl-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > systemControl Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for systemControl:< / 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_1systemControl__inherit__graph.png" border = "0" usemap = "#systemControl_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 systemControl:< / 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_1systemControl__coll__graph.png" border = "0" usemap = "#systemControl_coll__map" alt = "Collaboration graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ab5a7a83b2be626779e8da1684287f6ad" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#ab5a7a83b2be626779e8da1684287f6ad" > systemControl< / a > (const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > < a class = "el" href = "classpFlow_1_1repository.html#ae1921a7f20c43d1438221946e607c488" > path< / a > =< a class = "el" href = "namespacepFlow.html#a869d7b21ba981c374dcf8542f4ce2144" > CWD< / a > ())< / td > < / tr >
< tr class = "separator:ab5a7a83b2be626779e8da1684287f6ad" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afc2d8e164f084bbf111a14f984631890" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#afc2d8e164f084bbf111a14f984631890" > systemControl< / a > (const < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > startTime, const < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > endTime, const < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > saveInterval, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > startTimeName, const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > < a class = "el" href = "classpFlow_1_1repository.html#ae1921a7f20c43d1438221946e607c488" > path< / a > =< a class = "el" href = "namespacepFlow.html#a869d7b21ba981c374dcf8542f4ce2144" > CWD< / a > ())< / td > < / tr >
< tr class = "separator:afc2d8e164f084bbf111a14f984631890" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a29fd384d78800a8eab87b36b151728aa" > < 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_1systemControl.html#a29fd384d78800a8eab87b36b151728aa" > settings< / a > () const< / td > < / tr >
< tr class = "separator:a29fd384d78800a8eab87b36b151728aa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aec95a36ea1d08214fc87bc469ae8fcbd" > < 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_1systemControl.html#aec95a36ea1d08214fc87bc469ae8fcbd" > settings< / a > ()< / td > < / tr >
< tr class = "separator:aec95a36ea1d08214fc87bc469ae8fcbd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad68c5aa4b85c41f2c4d0e70f6f7fc6f2" > < 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_1systemControl.html#ad68c5aa4b85c41f2c4d0e70f6f7fc6f2" > caseSetup< / a > () const< / td > < / tr >
< tr class = "separator:ad68c5aa4b85c41f2c4d0e70f6f7fc6f2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad09d69a6983f440ce5990b203e99bf3b" > < 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_1systemControl.html#ad09d69a6983f440ce5990b203e99bf3b" > caseSetup< / a > ()< / td > < / tr >
< tr class = "separator:ad09d69a6983f440ce5990b203e99bf3b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d94096809fe3376b29a2a29ca11bb18" > < 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_1systemControl.html#a0d94096809fe3376b29a2a29ca11bb18" > time< / a > () const< / td > < / tr >
< tr class = "separator:a0d94096809fe3376b29a2a29ca11bb18" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a252c914b2d10cfe6e7d555128185d5d7" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Time.html" > Time< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a252c914b2d10cfe6e7d555128185d5d7" > time< / a > ()< / td > < / tr >
< tr class = "separator:a252c914b2d10cfe6e7d555128185d5d7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a291fd7758f93ea5fa995f571b369b263" > < 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_1systemControl.html#a291fd7758f93ea5fa995f571b369b263" > geometry< / a > () const< / td > < / tr >
< tr class = "separator:a291fd7758f93ea5fa995f571b369b263" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae7c5ca46b94fd495e2bd1d83910c4a80" > < 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_1systemControl.html#ae7c5ca46b94fd495e2bd1d83910c4a80" > geometry< / a > ()< / td > < / tr >
< tr class = "separator:ae7c5ca46b94fd495e2bd1d83910c4a80" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa3d6acb2c60d13322f421f79ab0845ba" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#aa3d6acb2c60d13322f421f79ab0845ba" > timers< / a > () const< / td > < / tr >
< tr class = "separator:aa3d6acb2c60d13322f421f79ab0845ba" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a175cde3d09026c38b51369a7af48fdd8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a175cde3d09026c38b51369a7af48fdd8" > timers< / a > ()< / td > < / tr >
< tr class = "separator:a175cde3d09026c38b51369a7af48fdd8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a82ccd9de8d972a6be7dd92e5e8c91418" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a82ccd9de8d972a6be7dd92e5e8c91418" > timersReport< / a > () const< / td > < / tr >
< tr class = "separator:a82ccd9de8d972a6be7dd92e5e8c91418" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a42885c92fdb0e893f879c1fc9d4d8830" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1fileDictionary.html" > fileDictionary< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a42885c92fdb0e893f879c1fc9d4d8830" > settingsDict< / a > () const< / td > < / tr >
< tr class = "separator:a42885c92fdb0e893f879c1fc9d4d8830" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acb8754d10376e8a1123c7a57cc99c622" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1fileDictionary.html" > fileDictionary< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#acb8754d10376e8a1123c7a57cc99c622" > settingsDict< / a > ()< / td > < / tr >
< tr class = "separator:acb8754d10376e8a1123c7a57cc99c622" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a2590a87028bbabcf133f18ae596c71dc" > < 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_1systemControl.html#a2590a87028bbabcf133f18ae596c71dc" > runName< / a > () const< / td > < / tr >
< tr class = "separator:a2590a87028bbabcf133f18ae596c71dc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:af4b5a24a1cac8eaf642c0cc39ce49573" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#af4b5a24a1cac8eaf642c0cc39ce49573" > g< / a > () const< / td > < / tr >
< tr class = "separator:af4b5a24a1cac8eaf642c0cc39ce49573" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ab591141c510c110635d0964bde7dff67" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#ab591141c510c110635d0964bde7dff67" > operator++< / a > (int)< / td > < / tr >
< tr class = "separator:ab591141c510c110635d0964bde7dff67" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0c6ee43740da4e029eb32b016c9575c4" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a0c6ee43740da4e029eb32b016c9575c4" > setSaveTimeFolder< / a > (bool saveToFile, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & timeName=" wrongTimeFolder" )< / td > < / tr >
< tr class = "separator:a0c6ee43740da4e029eb32b016c9575c4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa20e81f656d5e39f0e25d84b7c24c152" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#aa20e81f656d5e39f0e25d84b7c24c152" > outFilePrecision< / a > () const override< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa20e81f656d5e39f0e25d84b7c24c152" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a0161975760da57d6fdfe12a0f7545dba" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a0161975760da57d6fdfe12a0f7545dba" > isIncluded< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & objName) const final< / td > < / tr >
< tr class = "separator:a0161975760da57d6fdfe12a0f7545dba" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a41753f841d28821bc77c151a2b4d0223" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a41753f841d28821bc77c151a2b4d0223" > isExcluded< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & objName) const final< / td > < / tr >
< tr class = "separator:a41753f841d28821bc77c151a2b4d0223" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8e43260d652b5bcf9bccbed51ec78396" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a8e43260d652b5bcf9bccbed51ec78396" > clearIncludeExclude< / a > ()< / td > < / tr >
< tr class = "separator:a8e43260d652b5bcf9bccbed51ec78396" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac26156c28639af94ddf9c9e044231051" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#ac26156c28639af94ddf9c9e044231051" > addInclude< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & objName)< / td > < / tr >
< tr class = "separator:ac26156c28639af94ddf9c9e044231051" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab50cb6334eb1c2455f472d05ad570db7" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#ab50cb6334eb1c2455f472d05ad570db7" > addExclude< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & objName)< / td > < / tr >
< tr class = "separator:ab50cb6334eb1c2455f472d05ad570db7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pub_methods_classpFlow_1_1repository" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1repository')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > < / td > < / tr >
< tr class = "memitem:a091b1b05d3382c8761ba90e56bccd978 inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#a091b1b05d3382c8761ba90e56bccd978" > TypeInfo< / a > (" repository" )< / td > < / tr >
< tr class = "separator:a091b1b05d3382c8761ba90e56bccd978 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3c7f61efa6825420813172d57a6e82c6 inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#a3c7f61efa6825420813172d57a6e82c6" > repository< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1repository.html#a4c4b7703e6fdb86d441032675709e39c" > name< / a > , const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > & < a class = "el" href = "classpFlow_1_1repository.html#a79778ddeafeaa1d3607f30d74035ab93" > localPath< / a > , < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *< a class = "el" href = "classpFlow_1_1repository.html#a72f88f103879daa31190a58a237669b3" > owner< / a > =nullptr)< / td > < / tr >
< tr class = "separator:a3c7f61efa6825420813172d57a6e82c6 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a43d51101e27a30fd4f61e2f2383aa939 inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#a43d51101e27a30fd4f61e2f2383aa939" > repository< / a > (const < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > & )=delete< / td > < / tr >
< tr class = "separator:a43d51101e27a30fd4f61e2f2383aa939 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af75f23b860a3d00fb2b51d94b9574241 inherit pub_methods_classpFlow_1_1repository" > < 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_1repository.html#af75f23b860a3d00fb2b51d94b9574241" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > & )=delete< / td > < / tr >
< tr class = "separator:af75f23b860a3d00fb2b51d94b9574241 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aca2c9157494b4478a72f1c9466cb0501 inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#aca2c9157494b4478a72f1c9466cb0501" > ~repository< / a > ()< / td > < / tr >
< tr class = "separator:aca2c9157494b4478a72f1c9466cb0501 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4c4b7703e6fdb86d441032675709e39c inherit pub_methods_classpFlow_1_1repository" > < 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_1repository.html#a4c4b7703e6fdb86d441032675709e39c" > name< / a > () const< / td > < / tr >
< tr class = "separator:a4c4b7703e6fdb86d441032675709e39c inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a79778ddeafeaa1d3607f30d74035ab93 inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#a79778ddeafeaa1d3607f30d74035ab93" > localPath< / a > () const< / td > < / tr >
< tr class = "separator:a79778ddeafeaa1d3607f30d74035ab93 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1921a7f20c43d1438221946e607c488 inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#ae1921a7f20c43d1438221946e607c488" > path< / a > () const< / td > < / tr >
< tr class = "separator:ae1921a7f20c43d1438221946e607c488 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a72f88f103879daa31190a58a237669b3 inherit pub_methods_classpFlow_1_1repository" > < 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_1repository.html#a72f88f103879daa31190a58a237669b3" > owner< / a > () const< / td > < / tr >
< tr class = "separator:a72f88f103879daa31190a58a237669b3 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a00619b1fd305614c16a7097445d9f0c3 inherit pub_methods_classpFlow_1_1repository" > < 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_1repository.html#a00619b1fd305614c16a7097445d9f0c3" > owner< / a > ()< / td > < / tr >
< tr class = "separator:a00619b1fd305614c16a7097445d9f0c3 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae60fdee30b429dd668a42e0fd2d734fa inherit pub_methods_classpFlow_1_1repository" > < 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_1repository.html#ae60fdee30b429dd668a42e0fd2d734fa" > thisRepository< / a > () const< / td > < / tr >
< tr class = "separator:ae60fdee30b429dd668a42e0fd2d734fa inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9fad950a540833ce3fac384c66a838ac inherit pub_methods_classpFlow_1_1repository" > < 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_1repository.html#a9fad950a540833ce3fac384c66a838ac" > thisRepository< / a > ()< / td > < / tr >
< tr class = "separator:a9fad950a540833ce3fac384c66a838ac inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad346521bc098d1c68f903e9079c4906a inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#ad346521bc098d1c68f903e9079c4906a" > addToRepository< / a > (< a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *rep)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:ad346521bc098d1c68f903e9079c4906a inherit pub_methods_classpFlow_1_1repository" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > add repository to this repository return false if the name already exists < br / >
< a href = "classpFlow_1_1repository.html#ad346521bc098d1c68f903e9079c4906a" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad346521bc098d1c68f903e9079c4906a inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a8cf3a283de2ba9bae531b00105de0c2e inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#a8cf3a283de2ba9bae531b00105de0c2e" > removeFromRepository< / a > (< a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *rep)< / td > < / tr >
< tr class = "memdesc:a8cf3a283de2ba9bae531b00105de0c2e inherit pub_methods_classpFlow_1_1repository" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > remove rep from the list of repositories < a href = "classpFlow_1_1repository.html#a8cf3a283de2ba9bae531b00105de0c2e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a8cf3a283de2ba9bae531b00105de0c2e inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aed410917b08313707ab0349b1b71ff9c inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#aed410917b08313707ab0349b1b71ff9c" > addToRepository< / a > (< a class = "el" href = "classpFlow_1_1IOobject.html" > IOobject< / a > *io)< / td > < / tr >
< tr class = "memdesc:aed410917b08313707ab0349b1b71ff9c inherit pub_methods_classpFlow_1_1repository" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > add < a class = "el" href = "classpFlow_1_1IOobject.html" > IOobject< / a > to this repository < a href = "classpFlow_1_1repository.html#aed410917b08313707ab0349b1b71ff9c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aed410917b08313707ab0349b1b71ff9c inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a31fac7663dfd3c8903a4da5f1054ce15 inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#a31fac7663dfd3c8903a4da5f1054ce15" > removeFromRepository< / a > (< a class = "el" href = "classpFlow_1_1IOobject.html" > IOobject< / a > *io)< / td > < / tr >
< tr class = "memdesc:a31fac7663dfd3c8903a4da5f1054ce15 inherit pub_methods_classpFlow_1_1repository" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > remove rep from the list of repositories < a href = "classpFlow_1_1repository.html#a31fac7663dfd3c8903a4da5f1054ce15" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a31fac7663dfd3c8903a4da5f1054ce15 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a489ff7b751b95e03bb3d16839208b74d inherit pub_methods_classpFlow_1_1repository" > < 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_1repository.html#a489ff7b751b95e03bb3d16839208b74d" > releaseOwner< / a > (bool fromOwner=false)< / td > < / tr >
< tr class = "separator:a489ff7b751b95e03bb3d16839208b74d inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a0109dccd6858538bb64bc7dbf2a2b404 inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#a0109dccd6858538bb64bc7dbf2a2b404" > lookupObjectName< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & nm) const< / td > < / tr >
< tr class = "separator:a0109dccd6858538bb64bc7dbf2a2b404 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9a9370ec1e984651b807c5d7986d60ed inherit pub_methods_classpFlow_1_1repository" > < 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_1repository.html#a9a9370ec1e984651b807c5d7986d60ed" > lookupObjectTypeName< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & nm) const< / td > < / tr >
< tr class = "separator:a9a9370ec1e984651b807c5d7986d60ed inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af77cc3465ed7313f25470f308c1c633e inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#af77cc3465ed7313f25470f308c1c633e" > globalLookupObjectName< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & nm, bool downward=false) const< / td > < / tr >
< tr class = "separator:af77cc3465ed7313f25470f308c1c633e inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6e1d0c2dff16e65ef9844c32cc0ca6dd inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#a6e1d0c2dff16e65ef9844c32cc0ca6dd" > lookupRepositoryName< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & nm) const< / td > < / tr >
< tr class = "separator:a6e1d0c2dff16e65ef9844c32cc0ca6dd inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab9af89641d5192a2c833c62fe558effd inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#ab9af89641d5192a2c833c62fe558effd" > lookupName< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > nm) const< / td > < / tr >
< tr class = "separator:ab9af89641d5192a2c833c62fe558effd inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ad9d7464e3dcdbe8207306214bed44989 inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#ad9d7464e3dcdbe8207306214bed44989" > numObjects< / a > () const< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad9d7464e3dcdbe8207306214bed44989 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ae0c145d4e6d682a8fb7419d6714d024e inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#ae0c145d4e6d682a8fb7419d6714d024e" > numRepositories< / a > () const< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae0c145d4e6d682a8fb7419d6714d024e inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9908dca95b0c33c0cb43efa18daa2679 inherit pub_methods_classpFlow_1_1repository" > < td class = "memTemplParams" colspan = "2" > template< typename T > < / td > < / tr >
< tr class = "memitem:a9908dca95b0c33c0cb43efa18daa2679 inherit pub_methods_classpFlow_1_1repository" > < td class = "memTemplItemLeft" align = "right" valign = "top" > T &   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#a9908dca95b0c33c0cb43efa18daa2679" > lookupObject< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1repository.html#a4c4b7703e6fdb86d441032675709e39c" > name< / a > )< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a9908dca95b0c33c0cb43efa18daa2679 inherit pub_methods_classpFlow_1_1repository" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > return a ref to the underlaying data in the object < a href = "classpFlow_1_1repository.html#a9908dca95b0c33c0cb43efa18daa2679" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a9908dca95b0c33c0cb43efa18daa2679 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aeff70bee82bd1371b742679ab0c6cd7d inherit pub_methods_classpFlow_1_1repository" > < td class = "memTemplParams" colspan = "2" > template< typename T > < / td > < / tr >
< tr class = "memitem:aeff70bee82bd1371b742679ab0c6cd7d inherit pub_methods_classpFlow_1_1repository" > < td class = "memTemplItemLeft" align = "right" valign = "top" > const T &   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#aeff70bee82bd1371b742679ab0c6cd7d" > lookupObject< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1repository.html#a4c4b7703e6fdb86d441032675709e39c" > name< / a > ) const< / td > < / tr >
< tr class = "memdesc:aeff70bee82bd1371b742679ab0c6cd7d inherit pub_methods_classpFlow_1_1repository" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > return a const ref to the underlaying data in the object < a href = "classpFlow_1_1repository.html#aeff70bee82bd1371b742679ab0c6cd7d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aeff70bee82bd1371b742679ab0c6cd7d inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a500191802cd76acfc230739286e38e2c inherit pub_methods_classpFlow_1_1repository" > < 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_1repository.html#a500191802cd76acfc230739286e38e2c" > lookupRepository< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1repository.html#a4c4b7703e6fdb86d441032675709e39c" > name< / a > )< / td > < / tr >
< tr class = "separator:a500191802cd76acfc230739286e38e2c inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a03094338dddf305b1dbabdac34922c34 inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#ac2c8831a940f11de069cd73eb255b3ae" > wordList< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#a03094338dddf305b1dbabdac34922c34" > objectNames< / a > () const< / td > < / tr >
< tr class = "separator:a03094338dddf305b1dbabdac34922c34 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a001da2f7274cae96395f611284ce4192 inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#ac2c8831a940f11de069cd73eb255b3ae" > wordList< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#a001da2f7274cae96395f611284ce4192" > repositoryNames< / a > () const< / td > < / tr >
< tr class = "separator:a001da2f7274cae96395f611284ce4192 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:adf86e34cfc6279c70c03cb31dcb77403 inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#adf86e34cfc6279c70c03cb31dcb77403" > outFileBinary< / a > () const< / td > < / tr >
< tr class = "separator:adf86e34cfc6279c70c03cb31dcb77403 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a4e7969c9e53d9007d5dbed9f18fc596a inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#a4e7969c9e53d9007d5dbed9f18fc596a" > write< / a > (bool verbose=false) const< / td > < / tr >
< tr class = "separator:a4e7969c9e53d9007d5dbed9f18fc596a inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa1c5951decf6caa85e37bd468ca68135 inherit pub_methods_classpFlow_1_1repository" > < td class = "memTemplParams" colspan = "2" > template< typename Type1 > < / td > < / tr >
< tr class = "memitem:aa1c5951decf6caa85e37bd468ca68135 inherit pub_methods_classpFlow_1_1repository" > < td class = "memTemplItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > pFlow::word< / a >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#aa1c5951decf6caa85e37bd468ca68135" > reportTypeError< / a > (< a class = "el" href = "classpFlow_1_1IOobject.html" > IOobject< / a > & object) const< / td > < / tr >
< tr class = "separator:aa1c5951decf6caa85e37bd468ca68135 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a075be83b68e504f7c45699f8778b7ca2" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a075be83b68e504f7c45699f8778b7ca2" > readIncludeExclue< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a075be83b68e504f7c45699f8778b7ca2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-static-methods" > < / a >
Static Protected Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:abdb9f71335d973537b7571418077a502" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#abdb9f71335d973537b7571418077a502" > getRunName< / a > (const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > & < a class = "el" href = "classpFlow_1_1repository.html#ae1921a7f20c43d1438221946e607c488" > path< / a > )< / td > < / tr >
< tr class = "separator:abdb9f71335d973537b7571418077a502" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7074205a94f43aa32719ccd2e290b470" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a7074205a94f43aa32719ccd2e290b470" > getTopFolder< / a > (const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > & < a class = "el" href = "classpFlow_1_1repository.html#ae1921a7f20c43d1438221946e607c488" > path< / a > )< / td > < / tr >
< tr class = "separator:a7074205a94f43aa32719ccd2e290b470" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a852628cf90d003e49d9f706906b83513" > < 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_1systemControl.html#a852628cf90d003e49d9f706906b83513" > runName_< / a > < / td > < / tr >
< tr class = "separator:a852628cf90d003e49d9f706906b83513" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0acc0b8ab31e69bf1ffc83b451820bd3" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a0acc0b8ab31e69bf1ffc83b451820bd3" > topLevelFolder_< / a > < / td > < / tr >
< tr class = "separator:a0acc0b8ab31e69bf1ffc83b451820bd3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a6dec8c44d3a991c5ce115a92b3bc0876" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1fileDictionary.html" > fileDictionary< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a6dec8c44d3a991c5ce115a92b3bc0876" > settingsDict_< / a > < / td > < / tr >
< tr class = "memdesc:a6dec8c44d3a991c5ce115a92b3bc0876" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > settingsDict < a class = "el" href = "classpFlow_1_1fileDictionary.html" > fileDictionary< / a > < a href = "classpFlow_1_1systemControl.html#a6dec8c44d3a991c5ce115a92b3bc0876" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a6dec8c44d3a991c5ce115a92b3bc0876" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a38394f0d5f7744d04507e88657827464" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Time.html" > Time< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a38394f0d5f7744d04507e88657827464" > Time_< / a > < / td > < / tr >
< tr class = "memdesc:a38394f0d5f7744d04507e88657827464" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > time repository < a href = "classpFlow_1_1systemControl.html#a38394f0d5f7744d04507e88657827464" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a38394f0d5f7744d04507e88657827464" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9fe816267f122bbbf8a005ab341b7a2b" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a9fe816267f122bbbf8a005ab341b7a2b" > settings_< / a > < / td > < / tr >
< tr class = "memdesc:a9fe816267f122bbbf8a005ab341b7a2b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > settings folder repository < a href = "classpFlow_1_1systemControl.html#a9fe816267f122bbbf8a005ab341b7a2b" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a9fe816267f122bbbf8a005ab341b7a2b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af8db943dae76b8a97bac9e52e925380b" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#af8db943dae76b8a97bac9e52e925380b" > caseSetup_< / a > < / td > < / tr >
< tr class = "memdesc:af8db943dae76b8a97bac9e52e925380b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > caseSetup folder repository < a href = "classpFlow_1_1systemControl.html#af8db943dae76b8a97bac9e52e925380b" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af8db943dae76b8a97bac9e52e925380b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ae59900d974a3633efcec8f3c8969eaaa" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1dynamicLinkLibs.html" > dynamicLinkLibs< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#ae59900d974a3633efcec8f3c8969eaaa" > libs_< / a > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:ae59900d974a3633efcec8f3c8969eaaa" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > extra libs to be loaded < a href = "classpFlow_1_1systemControl.html#ae59900d974a3633efcec8f3c8969eaaa" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae59900d974a3633efcec8f3c8969eaaa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a6afc45488db10e29da3a79562ace2249" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a6afc45488db10e29da3a79562ace2249" > outFilePrecision_< / a > = 6< / td > < / tr >
< tr class = "memdesc:a6afc45488db10e29da3a79562ace2249" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > precision for writing to file < a href = "classpFlow_1_1systemControl.html#a6afc45488db10e29da3a79562ace2249" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6afc45488db10e29da3a79562ace2249" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa13fc834266618685965444bfb86821f" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#aa13fc834266618685965444bfb86821f" > externalTimeControl_< / a > = false< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:aa13fc834266618685965444bfb86821f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > if time control is managed externaly < a href = "classpFlow_1_1systemControl.html#aa13fc834266618685965444bfb86821f" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa13fc834266618685965444bfb86821f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0c29ef9514a77bce5b8f4ece533bcf8c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a0c29ef9514a77bce5b8f4ece533bcf8c" > timers_< / a > < / td > < / tr >
< tr class = "separator:a0c29ef9514a77bce5b8f4ece533bcf8c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0cd6da73f4e91af1f1fd862e2f8ee47c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a0cd6da73f4e91af1f1fd862e2f8ee47c" > timersReport_< / a > < / td > < / tr >
< tr class = "separator:a0cd6da73f4e91af1f1fd862e2f8ee47c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a97723244a06a5566aa0c1468583d2048" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a97723244a06a5566aa0c1468583d2048" > writeToFileTimer_< / a > < / td > < / tr >
< tr class = "separator:a97723244a06a5566aa0c1468583d2048" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa46e08513d4947b17f4fb643866b93b9" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a621788675309abd8b8b93c5fb98e1c9f" > wordSet< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#aa46e08513d4947b17f4fb643866b93b9" > includeList_< / a > < / td > < / tr >
< tr class = "separator:aa46e08513d4947b17f4fb643866b93b9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1d8c4a5197ebb3e163adbff0c7d5bb85" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a621788675309abd8b8b93c5fb98e1c9f" > wordSet< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1systemControl.html#a1d8c4a5197ebb3e163adbff0c7d5bb85" > excludeList_< / a > < / td > < / tr >
< tr class = "separator:a1d8c4a5197ebb3e163adbff0c7d5bb85" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00041" > 41< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "ab5a7a83b2be626779e8da1684287f6ad" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab5a7a83b2be626779e8da1684287f6ad" > ◆ < / a > < / span > systemControl() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a >   < / td >
< td class = "paramname" > < em > path< / em > = < code > < a class = "el" href = "namespacepFlow.html#a869d7b21ba981c374dcf8542f4ce2144" > CWD< / a > ()< / code > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8cpp_source.html#l00100" > 100< / a > of file < a class = "el" href = "systemControl_8cpp_source.html" > systemControl.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "systemControl_8cpp_source.html#l00028" > systemControl::readIncludeExclue()< / a > , and < a class = "el" href = "systemControl_8hpp_source.html#l00054" > systemControl::settingsDict_< / 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_1systemControl_ab5a7a83b2be626779e8da1684287f6ad_cgraph.png" border = "0" usemap = "#classpFlow_1_1systemControl_ab5a7a83b2be626779e8da1684287f6ad_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "afc2d8e164f084bbf111a14f984631890" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afc2d8e164f084bbf111a14f984631890" > ◆ < / a > < / span > systemControl() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > startTime< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > endTime< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > saveInterval< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > startTimeName< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a >   < / td >
< td class = "paramname" > < em > path< / em > = < code > < a class = "el" href = "namespacepFlow.html#a869d7b21ba981c374dcf8542f4ce2144" > CWD< / a > ()< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8cpp_source.html#l00136" > 136< / a > of file < a class = "el" href = "systemControl_8cpp_source.html" > systemControl.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "systemControl_8cpp_source.html#l00028" > systemControl::readIncludeExclue()< / a > , and < a class = "el" href = "systemControl_8hpp_source.html#l00054" > systemControl::settingsDict_< / 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_1systemControl_afc2d8e164f084bbf111a14f984631890_cgraph.png" border = "0" usemap = "#classpFlow_1_1systemControl_afc2d8e164f084bbf111a14f984631890_cgraph" alt = "" / > < / div >
< / div >
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 = "a075be83b68e504f7c45699f8778b7ca2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a075be83b68e504f7c45699f8778b7ca2" > ◆ < / a > < / span > readIncludeExclue()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool readIncludeExclue < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8cpp_source.html#l00028" > 28< / a > of file < a class = "el" href = "systemControl_8cpp_source.html" > systemControl.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "dictionary_8cpp_source.html#l00761" > dictionary::containsDataEntry()< / a > , < a class = "el" href = "systemControl_8hpp_source.html#l00084" > systemControl::excludeList_< / a > , < a class = "el" href = "dictionary_8hpp_source.html#l00379" > dictionary::getVal()< / a > , and < a class = "el" href = "systemControl_8hpp_source.html#l00082" > systemControl::includeList_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "systemControl_8cpp_source.html#l00100" > systemControl::systemControl()< / 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_1systemControl_a075be83b68e504f7c45699f8778b7ca2_cgraph.png" border = "0" usemap = "#classpFlow_1_1systemControl_a075be83b68e504f7c45699f8778b7ca2_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1systemControl_a075be83b68e504f7c45699f8778b7ca2_icgraph.png" border = "0" usemap = "#classpFlow_1_1systemControl_a075be83b68e504f7c45699f8778b7ca2_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
2023-03-27 10:16:23 -07:00
< a id = "abdb9f71335d973537b7571418077a502" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abdb9f71335d973537b7571418077a502" > ◆ < / a > < / span > getRunName()< / 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" > pFlow::word< / a > getRunName < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > &   < / td >
< td class = "paramname" > < em > path< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8cpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "systemControl_8cpp_source.html" > systemControl.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 = "fileSystem_8cpp_source.html#l00149" > fileSystem::canonical()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > , and < a class = "el" href = "fileSystem_8hpp_source.html#l00160" > fileSystem::wordPath()< / a > .< / p >
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1systemControl_abdb9f71335d973537b7571418077a502_cgraph.png" border = "0" usemap = "#classpFlow_1_1systemControl_abdb9f71335d973537b7571418077a502_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a7074205a94f43aa32719ccd2e290b470" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7074205a94f43aa32719ccd2e290b470" > ◆ < / a > < / span > getTopFolder()< / 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" > pFlow::word< / a > getTopFolder < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > &   < / td >
< td class = "paramname" > < em > path< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8cpp_source.html#l00075" > 75< / a > of file < a class = "el" href = "systemControl_8cpp_source.html" > systemControl.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 = "fileSystem_8cpp_source.html#l00149" > fileSystem::canonical()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > , and < a class = "el" href = "fileSystem_8hpp_source.html#l00160" > fileSystem::wordPath()< / a > .< / p >
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1systemControl_a7074205a94f43aa32719ccd2e290b470_cgraph.png" border = "0" usemap = "#classpFlow_1_1systemControl_a7074205a94f43aa32719ccd2e290b470_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a29fd384d78800a8eab87b36b151728aa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a29fd384d78800a8eab87b36b151728aa" > ◆ < / a > < / span > settings() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > & settings < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00105" > 105< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00060" > systemControl::settings_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "positionParticles_8cpp_source.html#l00075" > positionParticles::positionParticles()< / a > .< / p >
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1systemControl_a29fd384d78800a8eab87b36b151728aa_icgraph.png" border = "0" usemap = "#classpFlow_1_1systemControl_a29fd384d78800a8eab87b36b151728aa_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aec95a36ea1d08214fc87bc469ae8fcbd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aec95a36ea1d08214fc87bc469ae8fcbd" > ◆ < / a > < / span > settings() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > & settings < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00109" > 109< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00060" > systemControl::settings_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ad68c5aa4b85c41f2c4d0e70f6f7fc6f2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad68c5aa4b85c41f2c4d0e70f6f7fc6f2" > ◆ < / a > < / span > caseSetup() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > & caseSetup < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00113" > 113< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00063" > systemControl::caseSetup_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "interaction_8cpp_source.html#l00048" > interaction::create()< / a > .< / p >
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1systemControl_ad68c5aa4b85c41f2c4d0e70f6f7fc6f2_icgraph.png" border = "0" usemap = "#classpFlow_1_1systemControl_ad68c5aa4b85c41f2c4d0e70f6f7fc6f2_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "ad09d69a6983f440ce5990b203e99bf3b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad09d69a6983f440ce5990b203e99bf3b" > ◆ < / a > < / span > caseSetup() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > & caseSetup < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00117" > 117< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00063" > systemControl::caseSetup_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a0d94096809fe3376b29a2a29ca11bb18" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0d94096809fe3376b29a2a29ca11bb18" > ◆ < / a > < / span > time() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1Time.html" > Time< / a > & time < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00122" > 122< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00057" > systemControl::Time_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "setFields_8hpp_source.html#l00034" > pFlow::applySelector()< / a > , < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00008" > pFlow::PFtoVTK::convertTimeFolderPointFields()< / a > , < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00095" > pFlow::PFtoVTK::convertTimeFolderPointFieldsSelected()< / a > , < a class = "el" href = "triSurfaceFieldToVTK_8cpp_source.html#l00005" > pFlow::TSFtoVTK::convertTimeFolderTriSurfaceFields()< / a > , and < a class = "el" href = "geometry_8cpp_source.html#l00336" > geometry::create()< / a > .< / p >
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-10-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1systemControl_a0d94096809fe3376b29a2a29ca11bb18_icgraph.png" border = "0" usemap = "#classpFlow_1_1systemControl_a0d94096809fe3376b29a2a29ca11bb18_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a252c914b2d10cfe6e7d555128185d5d7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a252c914b2d10cfe6e7d555128185d5d7" > ◆ < / a > < / span > time() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Time.html" > Time< / a > & time < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00127" > 127< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00057" > systemControl::Time_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a291fd7758f93ea5fa995f571b369b263" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a291fd7758f93ea5fa995f571b369b263" > ◆ < / a > < / span > geometry() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > & < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00132" > 132< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Time_8hpp_source.html#l00068" > Time::geometry()< / a > , and < a class = "el" href = "systemControl_8hpp_source.html#l00057" > systemControl::Time_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "triSurfaceFieldToVTK_8cpp_source.html#l00005" > pFlow::TSFtoVTK::convertTimeFolderTriSurfaceFields()< / a > .< / p >
< div id = "dynsection-11" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-11-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-11-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1systemControl_a291fd7758f93ea5fa995f571b369b263_cgraph.png" border = "0" usemap = "#classpFlow_1_1systemControl_a291fd7758f93ea5fa995f571b369b263_cgraph" alt = "" / > < / div >
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-12" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-12-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1systemControl_a291fd7758f93ea5fa995f571b369b263_icgraph.png" border = "0" usemap = "#classpFlow_1_1systemControl_a291fd7758f93ea5fa995f571b369b263_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "ae7c5ca46b94fd495e2bd1d83910c4a80" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae7c5ca46b94fd495e2bd1d83910c4a80" > ◆ < / a > < / span > geometry() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > & < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00137" > 137< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Time_8hpp_source.html#l00068" > Time::geometry()< / a > , and < a class = "el" href = "systemControl_8hpp_source.html#l00057" > systemControl::Time_< / a > .< / p >
< div id = "dynsection-13" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-13-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-13-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-13-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1systemControl_ae7c5ca46b94fd495e2bd1d83910c4a80_cgraph.png" border = "0" usemap = "#classpFlow_1_1systemControl_ae7c5ca46b94fd495e2bd1d83910c4a80_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "aa3d6acb2c60d13322f421f79ab0845ba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa3d6acb2c60d13322f421f79ab0845ba" > ◆ < / a > < / span > timers() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > & timers < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00142" > 142< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00076" > systemControl::timers_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a175cde3d09026c38b51369a7af48fdd8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a175cde3d09026c38b51369a7af48fdd8" > ◆ < / a > < / span > timers() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > & timers < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00147" > 147< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00076" > systemControl::timers_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a82ccd9de8d972a6be7dd92e5e8c91418" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a82ccd9de8d972a6be7dd92e5e8c91418" > ◆ < / a > < / span > timersReport()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool timersReport < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00152" > 152< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00078" > systemControl::timersReport_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a42885c92fdb0e893f879c1fc9d4d8830" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a42885c92fdb0e893f879c1fc9d4d8830" > ◆ < / a > < / span > settingsDict() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1fileDictionary.html" > fileDictionary< / a > & settingsDict < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00157" > 157< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00054" > systemControl::settingsDict_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "acb8754d10376e8a1123c7a57cc99c622" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acb8754d10376e8a1123c7a57cc99c622" > ◆ < / a > < / span > settingsDict() < 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" > < a class = "el" href = "classpFlow_1_1fileDictionary.html" > fileDictionary< / a > & settingsDict < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00161" > 161< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00054" > systemControl::settingsDict_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a2590a87028bbabcf133f18ae596c71dc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2590a87028bbabcf133f18ae596c71dc" > ◆ < / a > < / span > runName()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > runName < / 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" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00168" > 168< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00048" > systemControl::runName_< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "af4b5a24a1cac8eaf642c0cc39ce49573" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af4b5a24a1cac8eaf642c0cc39ce49573" > ◆ < / a > < / span > g()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > g < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00173" > 173< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00054" > systemControl::settingsDict_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ab591141c510c110635d0964bde7dff67" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab591141c510c110635d0964bde7dff67" > ◆ < / a > < / span > operator++()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool operator++ < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8cpp_source.html#l00182" > 182< / a > of file < a class = "el" href = "systemControl_8cpp_source.html" > systemControl.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 = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , and < a class = "el" href = "namespacepFlow.html#a3b4a2b317fde2e633c19612003db8859" > pFlow::mOutput< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a0c6ee43740da4e029eb32b016c9575c4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0c6ee43740da4e029eb32b016c9575c4" > ◆ < / a > < / span > setSaveTimeFolder()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void setSaveTimeFolder < / td >
< td > (< / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > saveToFile< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > timeName< / em > = < code > " wrongTimeFolder" < / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00180" > 180< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "timeControl_8cpp_source.html#l00192" > timeControl::setSaveTimeFolder()< / a > , and < a class = "el" href = "systemControl_8hpp_source.html#l00057" > systemControl::Time_< / a > .< / p >
< div id = "dynsection-14" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-14-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-14-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-14-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1systemControl_a0c6ee43740da4e029eb32b016c9575c4_cgraph.png" border = "0" usemap = "#classpFlow_1_1systemControl_a0c6ee43740da4e029eb32b016c9575c4_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "aa20e81f656d5e39f0e25d84b7c24c152" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa20e81f656d5e39f0e25d84b7c24c152" > ◆ < / a > < / span > outFilePrecision()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a > outFilePrecision < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reimplemented from < a class = "el" href = "classpFlow_1_1repository.html#a7a10194640a84cc39d6a935f181a86ad" > repository< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00187" > 187< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00069" > systemControl::outFilePrecision_< / a > .< / p >
< / div >
< / div >
< a id = "a0161975760da57d6fdfe12a0f7545dba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0161975760da57d6fdfe12a0f7545dba" > ◆ < / a > < / span > isIncluded()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool isIncluded < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > objName< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / 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 >
< / div > < div class = "memdoc" >
< p > Reimplemented from < a class = "el" href = "classpFlow_1_1repository.html#add8e03162ae5c99e43a6a512ef9b7e36" > repository< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00193" > 193< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00082" > systemControl::includeList_< / a > .< / p >
< / div >
< / div >
< a id = "a41753f841d28821bc77c151a2b4d0223" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a41753f841d28821bc77c151a2b4d0223" > ◆ < / a > < / span > isExcluded()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool isExcluded < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > objName< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / 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 >
< / div > < div class = "memdoc" >
< p > Reimplemented from < a class = "el" href = "classpFlow_1_1repository.html#af78fefb5053ee53f6846c61c61a3a1be" > repository< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00199" > 199< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00084" > systemControl::excludeList_< / a > .< / p >
< / div >
< / div >
< a id = "a8e43260d652b5bcf9bccbed51ec78396" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8e43260d652b5bcf9bccbed51ec78396" > ◆ < / a > < / span > clearIncludeExclude()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clearIncludeExclude < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00204" > 204< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00084" > systemControl::excludeList_< / a > , and < a class = "el" href = "systemControl_8hpp_source.html#l00082" > systemControl::includeList_< / a > .< / p >
< / div >
< / div >
< a id = "ac26156c28639af94ddf9c9e044231051" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac26156c28639af94ddf9c9e044231051" > ◆ < / a > < / span > addInclude()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool addInclude < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > objName< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00210" > 210< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00082" > systemControl::includeList_< / a > .< / p >
< / div >
< / div >
< a id = "ab50cb6334eb1c2455f472d05ad570db7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab50cb6334eb1c2455f472d05ad570db7" > ◆ < / a > < / span > addExclude()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool addExclude < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > objName< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00216" > 216< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "systemControl_8hpp_source.html#l00084" > systemControl::excludeList_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a852628cf90d003e49d9f706906b83513" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a852628cf90d003e49d9f706906b83513" > ◆ < / a > < / span > runName_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > runName_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00048" > 48< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "systemControl_8hpp_source.html#l00168" > systemControl::runName()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a0acc0b8ab31e69bf1ffc83b451820bd3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0acc0b8ab31e69bf1ffc83b451820bd3" > ◆ < / a > < / span > topLevelFolder_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > topLevelFolder_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00051" > 51< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a6dec8c44d3a991c5ce115a92b3bc0876" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6dec8c44d3a991c5ce115a92b3bc0876" > ◆ < / a > < / span > settingsDict_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1fileDictionary.html" > fileDictionary< / a > > settingsDict_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > settingsDict < a class = "el" href = "classpFlow_1_1fileDictionary.html" > fileDictionary< / 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 = "systemControl_8hpp_source.html#l00054" > 54< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "systemControl_8hpp_source.html#l00173" > systemControl::g()< / a > , < a class = "el" href = "systemControl_8hpp_source.html#l00157" > systemControl::settingsDict()< / a > , and < a class = "el" href = "systemControl_8cpp_source.html#l00100" > systemControl::systemControl()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a38394f0d5f7744d04507e88657827464" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a38394f0d5f7744d04507e88657827464" > ◆ < / a > < / span > Time_< / 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_1Time.html" > Time< / a > Time_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > time repository < / p >
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "systemControl_8hpp_source.html#l00132" > systemControl::geometry()< / a > , < a class = "el" href = "systemControl_8hpp_source.html#l00180" > systemControl::setSaveTimeFolder()< / a > , and < a class = "el" href = "systemControl_8hpp_source.html#l00122" > systemControl::time()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a9fe816267f122bbbf8a005ab341b7a2b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9fe816267f122bbbf8a005ab341b7a2b" > ◆ < / a > < / span > settings_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > > settings_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > settings folder repository < / 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 = "systemControl_8hpp_source.html#l00060" > 60< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "systemControl_8hpp_source.html#l00105" > systemControl::settings()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "af8db943dae76b8a97bac9e52e925380b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af8db943dae76b8a97bac9e52e925380b" > ◆ < / a > < / span > caseSetup_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > > caseSetup_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > caseSetup folder repository < / p >
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00063" > 63< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "systemControl_8hpp_source.html#l00113" > systemControl::caseSetup()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ae59900d974a3633efcec8f3c8969eaaa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae59900d974a3633efcec8f3c8969eaaa" > ◆ < / a > < / span > libs_< / 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_1dynamicLinkLibs.html" > dynamicLinkLibs< / a > libs_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > extra libs to be loaded < / 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 = "systemControl_8hpp_source.html#l00066" > 66< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a6afc45488db10e29da3a79562ace2249" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6afc45488db10e29da3a79562ace2249" > ◆ < / a > < / span > outFilePrecision_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a > outFilePrecision_ = 6< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > precision for writing to file < / p >
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00069" > 69< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "systemControl_8hpp_source.html#l00187" > systemControl::outFilePrecision()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aa13fc834266618685965444bfb86821f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa13fc834266618685965444bfb86821f" > ◆ < / a > < / span > externalTimeControl_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool externalTimeControl_ = false< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > if time control is managed externaly < / p >
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00073" > 73< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a0c29ef9514a77bce5b8f4ece533bcf8c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0c29ef9514a77bce5b8f4ece533bcf8c" > ◆ < / a > < / span > timers_< / 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_1Timers.html" > Timers< / a > timers_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00076" > 76< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "systemControl_8hpp_source.html#l00142" > systemControl::timers()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a0cd6da73f4e91af1f1fd862e2f8ee47c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0cd6da73f4e91af1f1fd862e2f8ee47c" > ◆ < / a > < / span > timersReport_< / 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_1Logical.html" > Logical< / a > timersReport_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00078" > 78< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "systemControl_8hpp_source.html#l00152" > systemControl::timersReport()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a97723244a06a5566aa0c1468583d2048" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a97723244a06a5566aa0c1468583d2048" > ◆ < / a > < / span > writeToFileTimer_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > writeToFileTimer_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00080" > 80< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa46e08513d4947b17f4fb643866b93b9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa46e08513d4947b17f4fb643866b93b9" > ◆ < / a > < / span > includeList_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a621788675309abd8b8b93c5fb98e1c9f" > wordSet< / a > includeList_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00082" > 82< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "systemControl_8hpp_source.html#l00210" > systemControl::addInclude()< / a > , < a class = "el" href = "systemControl_8hpp_source.html#l00204" > systemControl::clearIncludeExclude()< / a > , < a class = "el" href = "systemControl_8hpp_source.html#l00193" > systemControl::isIncluded()< / a > , and < a class = "el" href = "systemControl_8cpp_source.html#l00028" > systemControl::readIncludeExclue()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a1d8c4a5197ebb3e163adbff0c7d5bb85" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1d8c4a5197ebb3e163adbff0c7d5bb85" > ◆ < / a > < / span > excludeList_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a621788675309abd8b8b93c5fb98e1c9f" > wordSet< / a > excludeList_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "systemControl_8hpp_source.html#l00084" > 84< / a > of file < a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "systemControl_8hpp_source.html#l00216" > systemControl::addExclude()< / a > , < a class = "el" href = "systemControl_8hpp_source.html#l00204" > systemControl::clearIncludeExclude()< / a > , < a class = "el" href = "systemControl_8hpp_source.html#l00199" > systemControl::isExcluded()< / a > , and < a class = "el" href = "systemControl_8cpp_source.html#l00028" > systemControl::readIncludeExclue()< / 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/phasicFlow/repository/systemControl/< a class = "el" href = "systemControl_8hpp_source.html" > systemControl.hpp< / a > < / li >
< li > src/phasicFlow/repository/systemControl/< a class = "el" href = "systemControl_8cpp_source.html" > systemControl.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_1systemControl.html" > systemControl< / 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 >