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: Time 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_1Time.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pri-methods" > Private Member Functions< / a > |
< a href = "#pri-attribs" > Private Attributes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1Time-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > Time 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 Time:< / 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_1Time__inherit__graph.png" border = "0" usemap = "#Time_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 Time:< / 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_1Time__coll__graph.png" border = "0" usemap = "#Time_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:aa81ff8e40a2904a1e4012a5139caf11d" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Time.html#aa81ff8e40a2904a1e4012a5139caf11d" > Time< / a > (< a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *< a class = "el" href = "classpFlow_1_1repository.html#a72f88f103879daa31190a58a237669b3" > owner< / a > , const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & setiingsDict)< / td > < / tr >
< tr class = "separator:aa81ff8e40a2904a1e4012a5139caf11d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a693837bca5cf124967f1b949b3fbd7ab" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Time.html#a693837bca5cf124967f1b949b3fbd7ab" > Time< / a > (< a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *< a class = "el" href = "classpFlow_1_1repository.html#a72f88f103879daa31190a58a237669b3" > owner< / a > , < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & setiingsDict, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > < a class = "el" href = "classpFlow_1_1timeControl.html#aaff3f438097803be5fef5cd29cd8985d" > startTime< / a > , < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > endTime, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > saveInterval, < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > startTimeName)< / td > < / tr >
< tr class = "separator:a693837bca5cf124967f1b949b3fbd7ab" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aed804c5417fbab95b9b1588840fb07a0" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Time.html#aed804c5417fbab95b9b1588840fb07a0" > localPath< / a > () const override< / td > < / tr >
< tr class = "separator:aed804c5417fbab95b9b1588840fb07a0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< 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_1Time.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_1Time.html#ae7c5ca46b94fd495e2bd1d83910c4a80" > geometry< / a > ()< / td > < / tr >
< tr class = "separator:ae7c5ca46b94fd495e2bd1d83910c4a80" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ace69c543a8c83631c189182c41d9201a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Time.html#ace69c543a8c83631c189182c41d9201a" > integrationFolder< / a > () const< / td > < / tr >
< tr class = "separator:ace69c543a8c83631c189182c41d9201a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:ae72bfd05a9b8fbf06376933922272374" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Time.html#ae72bfd05a9b8fbf06376933922272374" > outFileBinary< / a > () const override< / td > < / tr >
< tr class = "memdesc:ae72bfd05a9b8fbf06376933922272374" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write to the file with binary format? < a href = "classpFlow_1_1Time.html#ae72bfd05a9b8fbf06376933922272374" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ae72bfd05a9b8fbf06376933922272374" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a4e7969c9e53d9007d5dbed9f18fc596a" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Time.html#a4e7969c9e53d9007d5dbed9f18fc596a" > write< / a > (bool verbose=false) const< / td > < / tr >
< tr class = "separator:a4e7969c9e53d9007d5dbed9f18fc596a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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: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 >
< tr class = "memitem:add8e03162ae5c99e43a6a512ef9b7e36 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#add8e03162ae5c99e43a6a512ef9b7e36" > isIncluded< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & objName) const< / td > < / tr >
< tr class = "separator:add8e03162ae5c99e43a6a512ef9b7e36 inherit pub_methods_classpFlow_1_1repository" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af78fefb5053ee53f6846c61c61a3a1be 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#af78fefb5053ee53f6846c61c61a3a1be" > isExcluded< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & objName) const< / td > < / tr >
< tr class = "separator:af78fefb5053ee53f6846c61c61a3a1be 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 >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7a10194640a84cc39d6a935f181a86ad inherit pub_methods_classpFlow_1_1repository" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#a801d6a451a01953ef8cbae6feb6a3638" > size_t< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1repository.html#a7a10194640a84cc39d6a935f181a86ad" > outFilePrecision< / a > () const< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a7a10194640a84cc39d6a935f181a86ad 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 >
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 >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pub_methods_classpFlow_1_1timeControl" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1timeControl')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1timeControl.html" > timeControl< / a > < / td > < / tr >
< tr class = "memitem:a3b9ffd76e31f477f6bc6822e802058dd inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#a3b9ffd76e31f477f6bc6822e802058dd" > timeControl< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a3b9ffd76e31f477f6bc6822e802058dd inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a779f8770a6807e262a85d274d1e531f5 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#a779f8770a6807e262a85d274d1e531f5" > timeControl< / a > (< a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > < a class = "el" href = "classpFlow_1_1timeControl.html#aaff3f438097803be5fef5cd29cd8985d" > startTime< / a > , < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > endTime, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > saveInterval, < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > startTimeName)< / td > < / tr >
< tr class = "separator:a779f8770a6807e262a85d274d1e531f5 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ac517e7a39b6eec9af0bd9d2bc90992cd inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#ac517e7a39b6eec9af0bd9d2bc90992cd" > ~timeControl< / a > ()=default< / td > < / tr >
< tr class = "separator:ac517e7a39b6eec9af0bd9d2bc90992cd inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a4fc823022c8f0175108f10a42e7b858f inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#a4fc823022c8f0175108f10a42e7b858f" > dt< / a > () const< / td > < / tr >
< tr class = "separator:a4fc823022c8f0175108f10a42e7b858f inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a628b4bac5e3c6eb1561ae362df84ff20 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#a628b4bac5e3c6eb1561ae362df84ff20" > setTime< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > t)< / td > < / tr >
< tr class = "separator:a628b4bac5e3c6eb1561ae362df84ff20 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ab720d825ddebb68d0ab08d3f13d04e39 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#ab720d825ddebb68d0ab08d3f13d04e39" > setStopAt< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > sT)< / td > < / tr >
< tr class = "separator:ab720d825ddebb68d0ab08d3f13d04e39 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaff3f438097803be5fef5cd29cd8985d inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#aaff3f438097803be5fef5cd29cd8985d" > startTime< / a > () const< / td > < / tr >
< tr class = "separator:aaff3f438097803be5fef5cd29cd8985d inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a65b1ca1c81e3fe3de6eebc0c07e5c003 inherit pub_methods_classpFlow_1_1timeControl" > < 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_1timeControl.html#a65b1ca1c81e3fe3de6eebc0c07e5c003" > timeName< / a > () const< / td > < / tr >
< tr class = "separator:a65b1ca1c81e3fe3de6eebc0c07e5c003 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a476763249b99b131d7116430896cd44e inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#a476763249b99b131d7116430896cd44e" > currentTime< / a > () const< / td > < / tr >
< tr class = "separator:a476763249b99b131d7116430896cd44e inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a94edcc0afbc3380392a6ce745913a31c inherit pub_methods_classpFlow_1_1timeControl" > < 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_1timeControl.html#a94edcc0afbc3380392a6ce745913a31c" > currentTimeWord< / a > (bool forSave=true) const< / td > < / tr >
< tr class = "separator:a94edcc0afbc3380392a6ce745913a31c inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a581d391429e3071085e2bcead0653efb inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#a581d391429e3071085e2bcead0653efb" > currentIter< / a > () const< / td > < / tr >
< tr class = "separator:a581d391429e3071085e2bcead0653efb inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1f73acccf51d9ca370c7c0798be38510 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#a1f73acccf51d9ca370c7c0798be38510" > finalTime< / a > () const< / td > < / tr >
< tr class = "separator:a1f73acccf51d9ca370c7c0798be38510 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a75463b442578a00111678ff4b476d6f2 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#a75463b442578a00111678ff4b476d6f2" > reachedStopAt< / a > () const< / td > < / tr >
< tr class = "separator:a75463b442578a00111678ff4b476d6f2 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae8a94aa257125307d3df43083c280d53 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#ae8a94aa257125307d3df43083c280d53" > outputToFile< / a > () const< / td > < / tr >
< tr class = "separator:ae8a94aa257125307d3df43083c280d53 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a87c857adb25188138027cd40884e18ea inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#a87c857adb25188138027cd40884e18ea" > timersReportTime< / a > () const< / td > < / tr >
< tr class = "separator:a87c857adb25188138027cd40884e18ea inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:ae34b594064f0532b96aeaf249a22e251 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#ae34b594064f0532b96aeaf249a22e251" > sortTime< / a > () const< / td > < / tr >
< tr class = "separator:ae34b594064f0532b96aeaf249a22e251 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a9f16eb3f9fc84652d5bd44c766572b4a inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#a9f16eb3f9fc84652d5bd44c766572b4a" > setOutputToFile< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > writeTime, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1timeControl.html#a65b1ca1c81e3fe3de6eebc0c07e5c003" > timeName< / a > )< / td > < / tr >
< tr class = "separator:a9f16eb3f9fc84652d5bd44c766572b4a inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab591141c510c110635d0964bde7dff67 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#ab591141c510c110635d0964bde7dff67" > operator++< / a > (int)< / td > < / tr >
< tr class = "separator:ab591141c510c110635d0964bde7dff67 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0c6ee43740da4e029eb32b016c9575c4 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#a0c6ee43740da4e029eb32b016c9575c4" > setSaveTimeFolder< / a > (bool saveToFile, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1timeControl.html#a65b1ca1c81e3fe3de6eebc0c07e5c003" > timeName< / a > =" wrongTimeFolder" )< / td > < / tr >
< tr class = "separator:a0c6ee43740da4e029eb32b016c9575c4 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6ee4bd223ce658eee969972435041347 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#a6ee4bd223ce658eee969972435041347" > timePrecision< / a > () const< / td > < / tr >
< tr class = "separator:a6ee4bd223ce658eee969972435041347 inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a380dd7dbad324a1c085a6afeef8b059b inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1timeControl.html#a380dd7dbad324a1c085a6afeef8b059b" > TimeInfo< / a > () const< / td > < / tr >
< tr class = "separator:a380dd7dbad324a1c085a6afeef8b059b inherit pub_methods_classpFlow_1_1timeControl" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-methods" > < / a >
Private Member Functions< / h2 > < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a3ee94dd32f4df1490653290d2919dc52" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Time.html#a3ee94dd32f4df1490653290d2919dc52" > readDictionary< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a3ee94dd32f4df1490653290d2919dc52" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a25c4a9bb43a8917e5a17b01af89ae945" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Time.html#a25c4a9bb43a8917e5a17b01af89ae945" > outFormatBinary_< / a > = false< / td > < / tr >
< tr class = "separator:a25c4a9bb43a8917e5a17b01af89ae945" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a2dae603535b44cff7d8683019fe89925" > < 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_1Time.html#a2dae603535b44cff7d8683019fe89925" > geometry_< / a > < / td > < / tr >
< tr class = "separator:a2dae603535b44cff7d8683019fe89925" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Time_8hpp_source.html#l00037" > 37< / a > of file < a class = "el" href = "Time_8hpp_source.html" > Time.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "aa81ff8e40a2904a1e4012a5139caf11d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa81ff8e40a2904a1e4012a5139caf11d" > ◆ < / a > < / span > Time() < 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_1Time.html" > Time< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *  < / td >
< td class = "paramname" > < em > owner< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > setiingsDict< / em >   < / 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 = "Time_8cpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "Time_8cpp_source.html" > Time.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > , and < a class = "el" href = "Time_8cpp_source.html#l00026" > Time::readDictionary()< / 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_1Time_aa81ff8e40a2904a1e4012a5139caf11d_cgraph.png" border = "0" usemap = "#classpFlow_1_1Time_aa81ff8e40a2904a1e4012a5139caf11d_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a693837bca5cf124967f1b949b3fbd7ab" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a693837bca5cf124967f1b949b3fbd7ab" > ◆ < / a > < / span > Time() < 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_1Time.html" > Time< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *  < / td >
< td class = "paramname" > < em > owner< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > setiingsDict< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > startTime< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > endTime< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > saveInterval< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > startTimeName< / em >   < / 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 = "Time_8cpp_source.html#l00055" > 55< / a > of file < a class = "el" href = "Time_8cpp_source.html" > Time.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > , and < a class = "el" href = "Time_8cpp_source.html#l00026" > Time::readDictionary()< / a > .< / p >
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
2023-04-13 11:46:41 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2023-04-13 11:46:41 -07:00
< div class = "center" > < img src = "classpFlow_1_1Time_a693837bca5cf124967f1b949b3fbd7ab_cgraph.png" border = "0" usemap = "#classpFlow_1_1Time_a693837bca5cf124967f1b949b3fbd7ab_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2023-04-13 11:46:41 -07:00
< a id = "a3ee94dd32f4df1490653290d2919dc52" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3ee94dd32f4df1490653290d2919dc52" > ◆ < / a > < / span > readDictionary()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool readDictionary < / 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" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-04-13 11:46:41 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Time_8cpp_source.html#l00026" > 26< / a > of file < a class = "el" href = "Time_8cpp_source.html" > Time.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "dictionary_8hpp_source.html#l00415" > dictionary::getValOrSet()< / a > , < a class = "el" href = "iEntry_8hpp_source.html#l00100" > iEntry::name()< / a > , < a class = "el" href = "Time_8hpp_source.html#l00043" > Time::outFormatBinary_< / a > , and < a class = "el" href = "bTypesFunctions_8cpp_source.html#l00043" > pFlow::toUpper()< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Time_8cpp_source.html#l00044" > Time::Time()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1Time_a3ee94dd32f4df1490653290d2919dc52_cgraph.png" border = "0" usemap = "#classpFlow_1_1Time_a3ee94dd32f4df1490653290d2919dc52_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;" >
2023-04-13 11:46:41 -07:00
< div class = "center" > < img src = "classpFlow_1_1Time_a3ee94dd32f4df1490653290d2919dc52_icgraph.png" border = "0" usemap = "#classpFlow_1_1Time_a3ee94dd32f4df1490653290d2919dc52_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aed804c5417fbab95b9b1588840fb07a0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aed804c5417fbab95b9b1588840fb07a0" > ◆ < / a > < / span > localPath()< / 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_1fileSystem.html" > pFlow::fileSystem< / a > localPath < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reimplemented from < a class = "el" href = "classpFlow_1_1repository.html#a79778ddeafeaa1d3607f30d74035ab93" > repository< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Time_8cpp_source.html#l00074" > 74< / a > of file < a class = "el" href = "Time_8cpp_source.html" > Time.cpp< / 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 = "Time_8hpp_source.html#l00068" > 68< / a > of file < a class = "el" href = "Time_8hpp_source.html" > Time.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#l00046" > Time::geometry_< / 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 = "geometry_8cpp_source.html#l00336" > geometry::create()< / a > , and < a class = "el" href = "systemControl_8hpp_source.html#l00132" > systemControl::geometry()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< 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_1Time_a291fd7758f93ea5fa995f571b369b263_icgraph.png" border = "0" usemap = "#classpFlow_1_1Time_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 = "Time_8hpp_source.html#l00073" > 73< / a > of file < a class = "el" href = "Time_8hpp_source.html" > Time.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#l00046" > Time::geometry_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ace69c543a8c83631c189182c41d9201a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ace69c543a8c83631c189182c41d9201a" > ◆ < / a > < / span > integrationFolder()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1fileSystem.html" > pFlow::fileSystem< / a > integrationFolder < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / 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 = "Time_8cpp_source.html#l00080" > 80< / a > of file < a class = "el" href = "Time_8cpp_source.html" > Time.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 = "vocabs_8hpp_source.html#l00035" > pFlow::integrationFolder__< / a > .< / p >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< a id = "ae72bfd05a9b8fbf06376933922272374" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae72bfd05a9b8fbf06376933922272374" > ◆ < / a > < / span > outFileBinary()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool outFileBinary < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Write to the file with binary format? < / p >
< p > Reimplemented from < a class = "el" href = "classpFlow_1_1repository.html#adf86e34cfc6279c70c03cb31dcb77403" > repository< / 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 = "Time_8hpp_source.html#l00081" > 81< / a > of file < a class = "el" href = "Time_8hpp_source.html" > Time.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Time_8hpp_source.html#l00043" > Time::outFormatBinary_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a4e7969c9e53d9007d5dbed9f18fc596a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4e7969c9e53d9007d5dbed9f18fc596a" > ◆ < / a > < / span > write()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool write < / td >
< td > (< / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > verbose< / em > = < code > false< / code > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reimplemented from < a class = "el" href = "classpFlow_1_1repository.html#a4e7969c9e53d9007d5dbed9f18fc596a" > repository< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Time_8cpp_source.html#l00086" > 86< / a > of file < a class = "el" href = "Time_8cpp_source.html" > Time.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00044" > Cyan_Text< / a > , < a class = "el" href = "streams_8hpp_source.html#l00040" > END_REPORT< / a > , < a class = "el" href = "streams_8hpp_source.html#l00039" > REPORT< / a > , and < a class = "el" href = "repository_8cpp_source.html#l00278" > repository::write()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< 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_1Time_a4e7969c9e53d9007d5dbed9f18fc596a_cgraph.png" border = "0" usemap = "#classpFlow_1_1Time_a4e7969c9e53d9007d5dbed9f18fc596a_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2023-04-13 11:46:41 -07:00
< a id = "a25c4a9bb43a8917e5a17b01af89ae945" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a25c4a9bb43a8917e5a17b01af89ae945" > ◆ < / a > < / span > outFormatBinary_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool outFormatBinary_ = false< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-04-13 11:46:41 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Time_8hpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "Time_8hpp_source.html" > Time.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Time_8hpp_source.html#l00081" > Time::outFileBinary()< / a > , and < a class = "el" href = "Time_8cpp_source.html#l00026" > Time::readDictionary()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
2023-03-27 10:16:23 -07:00
< a id = "a2dae603535b44cff7d8683019fe89925" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2dae603535b44cff7d8683019fe89925" > ◆ < / a > < / span > geometry_< / 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 > geometry_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Time_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "Time_8hpp_source.html" > Time.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 = "Time_8hpp_source.html#l00068" > Time::geometry()< / 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/Time/< a class = "el" href = "Time_8hpp_source.html" > Time.hpp< / a > < / li >
< li > src/phasicFlow/repository/Time/< a class = "el" href = "Time_8cpp_source.html" > Time.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_1Time.html" > Time< / 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 >