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." >
2025-01-10 13:02:07 +03:30
< title > PhasicFlow: pointField< T, MemorySpace > Class Template Reference< / title >
2023-03-27 10:16:23 -07:00
< 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_1pointField.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pri-attribs" > Private Attributes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1pointField-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2025-01-10 13:02:07 +03:30
< div class = "title" > pointField< T, MemorySpace > Class Template Reference< / div > < / div >
2023-03-27 10:16:23 -07:00
< / 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;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for pointField< T, MemorySpace > :< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1pointField__inherit__graph.png" border = "0" usemap = "#pointField_3_01T_00_01MemorySpace_01_4_inherit__map" alt = "Inheritance graph" / > < / div >
2023-03-27 10:16:23 -07:00
< 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;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for pointField< T, MemorySpace > :< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1pointField__coll__graph.png" border = "0" usemap = "#pointField_3_01T_00_01MemorySpace_01_4_coll__map" alt = "Collaboration graph" / > < / div >
2023-03-27 10:16:23 -07:00
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a5c1f041e788238a4a2016a233ea914ef" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a5c1f041e788238a4a2016a233ea914ef" > PointFieldType< / a > = < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < T, MemorySpace > < / td > < / tr >
< tr class = "separator:a5c1f041e788238a4a2016a233ea914ef" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5905769a866a61e63ab3abf53fde6926" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a5905769a866a61e63ab3abf53fde6926" > InternalFieldType< / a > = < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< / a > < T, MemorySpace > < / td > < / tr >
< tr class = "separator:a5905769a866a61e63ab3abf53fde6926" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a75a410daf13583da751aa732c0155eea" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a75a410daf13583da751aa732c0155eea" > boundaryFieldListType< / a > = < a class = "el" href = "classpFlow_1_1boundaryFieldList.html" > boundaryFieldList< / a > < T, MemorySpace > < / td > < / tr >
< tr class = "separator:a75a410daf13583da751aa732c0155eea" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2749253ae62ba5619ed909af6a1dcbd8" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a2749253ae62ba5619ed909af6a1dcbd8" > FieldType< / a > = typename < a class = "el" href = "classpFlow_1_1internalField.html#a40dbbac51cc766420c6da450d95c1edc" > InternalFieldType::FieldType< / a > < / td > < / tr >
< tr class = "separator:a2749253ae62ba5619ed909af6a1dcbd8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae621f8dcf0b95741fac1d946040c5310" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#ae621f8dcf0b95741fac1d946040c5310" > VectorType< / a > = typename < a class = "el" href = "classpFlow_1_1internalField.html#a21a2a37839edb0ffc02a7cfac6ca72b8" > InternalFieldType::VectorType< / a > < / td > < / tr >
< tr class = "separator:ae621f8dcf0b95741fac1d946040c5310" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3b9fb26f07405660b138c6a9e2287ac5" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a3b9fb26f07405660b138c6a9e2287ac5" > memory_space< / a > = typename < a class = "el" href = "classpFlow_1_1internalField.html#a26f2aab4010b76bfd0cf57e92e01fade" > InternalFieldType::memory_space< / a > < / td > < / tr >
< tr class = "separator:a3b9fb26f07405660b138c6a9e2287ac5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a54f9c6e1c50c4a824daf2e1cdca221e9" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a54f9c6e1c50c4a824daf2e1cdca221e9" > execution_space< / a > = typename < a class = "el" href = "classpFlow_1_1internalField.html#a4653dd84b6912bca0527fee68c8efc20" > InternalFieldType::execution_space< / a > < / td > < / tr >
< tr class = "separator:a54f9c6e1c50c4a824daf2e1cdca221e9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a1063c9fa94710fcea36468cd35295fe0" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a1063c9fa94710fcea36468cd35295fe0" > pointFieldType< / a > = < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < VectorField, T, MemorySpace > < / td > < / tr >
< tr class = "separator:a1063c9fa94710fcea36468cd35295fe0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5e050a125891e919a41915663f1871f4" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a5e050a125891e919a41915663f1871f4" > FieldType< / a > = < a class = "el" href = "classpFlow_1_1Field.html" > Field< / a > < VectorField, T, MemorySpace > < / td > < / tr >
< tr class = "separator:a5e050a125891e919a41915663f1871f4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a21a2a37839edb0ffc02a7cfac6ca72b8" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a21a2a37839edb0ffc02a7cfac6ca72b8" > VectorType< / a > = typename FieldType::VectorType< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a21a2a37839edb0ffc02a7cfac6ca72b8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ad9407c8288db9ae18e7902d8dc299b30" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#ad9407c8288db9ae18e7902d8dc299b30" > iterator< / a > = typename FieldType::iterator< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad9407c8288db9ae18e7902d8dc299b30" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa3fec7e25f50ac758c32ed1c95874adc" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aa3fec7e25f50ac758c32ed1c95874adc" > constIterator< / a > = typename FieldType::constIterator< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa3fec7e25f50ac758c32ed1c95874adc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aebe3eaed133a292a0698d6da1e3add0f" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aebe3eaed133a292a0698d6da1e3add0f" > reference< / a > = typename FieldType::reference< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aebe3eaed133a292a0698d6da1e3add0f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a138e3112b462f65f1ad50a9bf56e1da6" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a138e3112b462f65f1ad50a9bf56e1da6" > constReference< / a > = typename FieldType::constReference< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a138e3112b462f65f1ad50a9bf56e1da6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aee590d7dd65b9f02778474552e5a76f0" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aee590d7dd65b9f02778474552e5a76f0" > valueType< / a > = typename FieldType::valueType< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aee590d7dd65b9f02778474552e5a76f0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa3eef3be821cfdd7a297e2b86689b0ae" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aa3eef3be821cfdd7a297e2b86689b0ae" > pointer< / a > = typename FieldType::pointer< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa3eef3be821cfdd7a297e2b86689b0ae" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa5df8e4ad5359a7c041b10c56d9eec23" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aa5df8e4ad5359a7c041b10c56d9eec23" > constPointer< / a > = typename FieldType::constPointer< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa5df8e4ad5359a7c041b10c56d9eec23" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "inherit_header pub_types_classpFlow_1_1objectFile" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_types_classpFlow_1_1objectFile')" > < img src = "closed.png" alt = "-" / >   Public Types inherited from < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > < / td > < / tr >
< tr class = "memitem:a314ebf993d731f5b477f5b2670de2135 inherit pub_types_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a314ebf993d731f5b477f5b2670de2135" > readFlag< / a > { < a class = "el" href = "classpFlow_1_1objectFile.html#a314ebf993d731f5b477f5b2670de2135ae52db7f5bc766c98892c85b3da80035d" > READ_ALWAYS< / a > ,
< a class = "el" href = "classpFlow_1_1objectFile.html#a314ebf993d731f5b477f5b2670de2135a5d213848a5257045c66f1131ba592588" > READ_NEVER< / a > ,
< a class = "el" href = "classpFlow_1_1objectFile.html#a314ebf993d731f5b477f5b2670de2135a93b5e7478325255e6d8414b6b2ccc6f0" > READ_IF_PRESENT< / a >
}< / td > < / tr >
< tr class = "separator:a314ebf993d731f5b477f5b2670de2135 inherit pub_types_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a167fce7aaf9bbff61e0e5ad4815d09fb inherit pub_types_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a167fce7aaf9bbff61e0e5ad4815d09fb" > writeFlag< / a > { < a class = "el" href = "classpFlow_1_1objectFile.html#a167fce7aaf9bbff61e0e5ad4815d09fba37ad78d623d69d7a70f565528efc0f59" > WRITE_ALWAYS< / a > ,
< a class = "el" href = "classpFlow_1_1objectFile.html#a167fce7aaf9bbff61e0e5ad4815d09fbad27c52a51ad59856941a9597905f9130" > WRITE_NEVER< / a >
}< / td > < / tr >
< tr class = "separator:a167fce7aaf9bbff61e0e5ad4815d09fb inherit pub_types_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_types_classpFlow_1_1internalField" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_types_classpFlow_1_1internalField')" > < img src = "closed.png" alt = "-" / >   Public Types inherited from < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< T, void > < / a > < / td > < / tr >
< tr class = "memitem:a5905769a866a61e63ab3abf53fde6926 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a5905769a866a61e63ab3abf53fde6926" > InternalFieldType< / a > = < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< / a > < T, void > < / td > < / tr >
< tr class = "separator:a5905769a866a61e63ab3abf53fde6926 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a40dbbac51cc766420c6da450d95c1edc inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a40dbbac51cc766420c6da450d95c1edc" > FieldType< / a > = < a class = "el" href = "classpFlow_1_1Field.html" > Field< / a > < T, void > < / td > < / tr >
< tr class = "separator:a40dbbac51cc766420c6da450d95c1edc inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5e050a125891e919a41915663f1871f4 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a5e050a125891e919a41915663f1871f4" > FieldType< / a > = < a class = "el" href = "classpFlow_1_1Field.html" > Field< / a > < VectorField, T, void > < / td > < / tr >
< tr class = "separator:a5e050a125891e919a41915663f1871f4 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a956cfd99b2704fca5961350f47963e88 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a956cfd99b2704fca5961350f47963e88" > FieldTypeHost< / a > = < a class = "el" href = "classpFlow_1_1Field.html" > Field< / a > < T, < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > HostSpace< / a > > < / td > < / tr >
< tr class = "separator:a956cfd99b2704fca5961350f47963e88 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a21a2a37839edb0ffc02a7cfac6ca72b8 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a21a2a37839edb0ffc02a7cfac6ca72b8" > VectorType< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a90ee4a972a5e87720ef1e4b067a884ac" > FieldType::VectorType< / a > < / td > < / tr >
< tr class = "separator:a21a2a37839edb0ffc02a7cfac6ca72b8 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a21a2a37839edb0ffc02a7cfac6ca72b8 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a21a2a37839edb0ffc02a7cfac6ca72b8" > VectorType< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a90ee4a972a5e87720ef1e4b067a884ac" > FieldType::VectorType< / a > < / td > < / tr >
< tr class = "separator:a21a2a37839edb0ffc02a7cfac6ca72b8 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a26f2aab4010b76bfd0cf57e92e01fade inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a26f2aab4010b76bfd0cf57e92e01fade" > memory_space< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#abb38920d985a52377685fd852f62f4c2" > FieldType::memory_space< / a > < / td > < / tr >
< tr class = "separator:a26f2aab4010b76bfd0cf57e92e01fade inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4653dd84b6912bca0527fee68c8efc20 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a4653dd84b6912bca0527fee68c8efc20" > execution_space< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a0b138cbd599d4fc0e95738e75f1e7445" > FieldType::execution_space< / a > < / td > < / tr >
< tr class = "separator:a4653dd84b6912bca0527fee68c8efc20 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1063c9fa94710fcea36468cd35295fe0 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a1063c9fa94710fcea36468cd35295fe0" > pointFieldType< / a > = < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < VectorField, T, void > < / td > < / tr >
< tr class = "separator:a1063c9fa94710fcea36468cd35295fe0 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa3c708cb89c6f9f05434302635de5fe6 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#aa3c708cb89c6f9f05434302635de5fe6" > boundaryFieldListType< / a > = < a class = "el" href = "classpFlow_1_1boundaryFieldList.html" > boundaryFieldList< / a > < VectorField, T, void > < / td > < / tr >
< tr class = "separator:aa3c708cb89c6f9f05434302635de5fe6 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad9407c8288db9ae18e7902d8dc299b30 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#ad9407c8288db9ae18e7902d8dc299b30" > iterator< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a2b8f0ba308c4037e39ec503b9a1e4d0b" > FieldType::iterator< / a > < / td > < / tr >
< tr class = "separator:ad9407c8288db9ae18e7902d8dc299b30 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0408bb993df7a6a3b96dbd270b07b293 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a0408bb993df7a6a3b96dbd270b07b293" > const_iterator< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a0b878024ac2eb388b20acaf63eb29780" > FieldType::const_iterator< / a > < / td > < / tr >
< tr class = "separator:a0408bb993df7a6a3b96dbd270b07b293 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aebe3eaed133a292a0698d6da1e3add0f inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#aebe3eaed133a292a0698d6da1e3add0f" > reference< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a24e1cc28757f0776d455faa2a92cc094" > FieldType::reference< / a > < / td > < / tr >
< tr class = "separator:aebe3eaed133a292a0698d6da1e3add0f inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5906ca2ed2f7f389c01b0ca06412971f inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a5906ca2ed2f7f389c01b0ca06412971f" > const_reference< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a26f1ec9da8d343811868fe6cd475976d" > FieldType::const_reference< / a > < / td > < / tr >
< tr class = "separator:a5906ca2ed2f7f389c01b0ca06412971f inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af792d3dbecd401bf325475edc1379d8d inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#af792d3dbecd401bf325475edc1379d8d" > value_type< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a3c9fa6c4f9077b7dd44bd96007ef416a" > FieldType::value_type< / a > < / td > < / tr >
< tr class = "separator:af792d3dbecd401bf325475edc1379d8d inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa3eef3be821cfdd7a297e2b86689b0ae inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#aa3eef3be821cfdd7a297e2b86689b0ae" > pointer< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a15206b415c09500493d38c91b970e958" > FieldType::pointer< / a > < / td > < / tr >
< tr class = "separator:aa3eef3be821cfdd7a297e2b86689b0ae inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acf00d47226bd7513e146fe29682d1df4 inherit pub_types_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#acf00d47226bd7513e146fe29682d1df4" > const_pointer< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a0adaff4989b6c9d6ddd4b9ba43f9d95e" > FieldType::const_pointer< / a > < / td > < / tr >
< tr class = "separator:acf00d47226bd7513e146fe29682d1df4 inherit pub_types_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ae91a578ed55e58f7eb9ab8b1ca020778" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#ae91a578ed55e58f7eb9ab8b1ca020778" > TypeInfoTemplate111< / a > (" pointField" , T, VectorType::memoerySpaceName())< / td > < / tr >
< tr class = "separator:ae91a578ed55e58f7eb9ab8b1ca020778" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8dfd2e69f73234b4c844585efdd128bb" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a8dfd2e69f73234b4c844585efdd128bb" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & objf, < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > , const T & defVal)< / td > < / tr >
< tr class = "separator:a8dfd2e69f73234b4c844585efdd128bb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6c79a6f39b8a4562e11c4bf987f41a6b" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a6c79a6f39b8a4562e11c4bf987f41a6b" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & objf, < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *< a class = "el" href = "classpFlow_1_1IOobject.html#a09a559f42cef65f7e9b3ce24cfb42905" > owner< / a > , < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > , const T & defVal)< / td > < / tr >
< tr class = "separator:a6c79a6f39b8a4562e11c4bf987f41a6b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3a657c093609935d9aede387dc24ebb1" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a3a657c093609935d9aede387dc24ebb1" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & objf, < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > , const T & defVal, const T & val)< / td > < / tr >
< tr class = "separator:a3a657c093609935d9aede387dc24ebb1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae56dff00351d2151584222f751176870" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#ae56dff00351d2151584222f751176870" > name< / a > () const final< / td > < / tr >
< tr class = "separator:ae56dff00351d2151584222f751176870" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a74dbf0769a6a0ebe11f88bc6256ff442" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a74dbf0769a6a0ebe11f88bc6256ff442" > internal< / a > () const< / td > < / tr >
< tr class = "separator:a74dbf0769a6a0ebe11f88bc6256ff442" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3848ec448e875e0a2b18f85f40cd302b" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a3848ec448e875e0a2b18f85f40cd302b" > updateBoundaries< / a > (< a class = "el" href = "namespacepFlow.html#a4efa8bf817a550e04d128d6f4caadd9a" > DataDirection< / a > direction) const< / td > < / tr >
< tr class = "separator:a3848ec448e875e0a2b18f85f40cd302b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4df96ffd1fa1b1fad9fc5dbd8bf03431" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a4df96ffd1fa1b1fad9fc5dbd8bf03431" > updateBoundariesSlaveToMasterIfRequested< / a > ()< / td > < / tr >
< tr class = "memdesc:a4df96ffd1fa1b1fad9fc5dbd8bf03431" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > update boundaries if it is requested previousely (slave to master). < a href = "classpFlow_1_1pointField.html#a4df96ffd1fa1b1fad9fc5dbd8bf03431" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a4df96ffd1fa1b1fad9fc5dbd8bf03431" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a25d6c9aa9bc2b510ce20c72d6ab7ceba" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a25d6c9aa9bc2b510ce20c72d6ab7ceba" > boundaryFields< / a > () const< / td > < / tr >
< tr class = "separator:a25d6c9aa9bc2b510ce20c72d6ab7ceba" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acfbd9758fc0061e2b6fd2922ddb63650" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#acfbd9758fc0061e2b6fd2922ddb63650" > BoundaryField< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > i) const< / td > < / tr >
< tr class = "separator:acfbd9758fc0061e2b6fd2922ddb63650" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af594ba73474d415474d32afc783799b1" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > () const< / td > < / tr >
< tr class = "separator:af594ba73474d415474d32afc783799b1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a34b3e020ef4d15f9b2442bfff37f19b8" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a34b3e020ef4d15f9b2442bfff37f19b8" > fill< / a > (const T & val)< / td > < / tr >
< tr class = "separator:a34b3e020ef4d15f9b2442bfff37f19b8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aecfee09c0f5d94feb516f1eed2cd45e9" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aecfee09c0f5d94feb516f1eed2cd45e9" > readPointField< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is, const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > & iop)< / td > < / tr >
< tr class = "separator:aecfee09c0f5d94feb516f1eed2cd45e9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1fcf9243c3031510edc0bfb88c2fcc19" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a1fcf9243c3031510edc0bfb88c2fcc19" > writePointField< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os, const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > & iop) const< / td > < / tr >
< tr class = "separator:a1fcf9243c3031510edc0bfb88c2fcc19" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1c713f45ca620694735a6a21959cc408" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a1c713f45ca620694735a6a21959cc408" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is, const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > & iop) override< / td > < / tr >
< tr class = "separator:a1c713f45ca620694735a6a21959cc408" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab3738b20dfa25d66228f6a7571d97aa0" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#ab3738b20dfa25d66228f6a7571d97aa0" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os, const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > & iop) const override< / td > < / tr >
< tr class = "separator:ab3738b20dfa25d66228f6a7571d97aa0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a299b5ee396d969589ede9a5880bfa831" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a299b5ee396d969589ede9a5880bfa831" > TypeInfoTemplateNV2< / a > (" pointField" , T, VectorType::memoerySpaceName())< / td > < / tr >
< tr class = "separator:a299b5ee396d969589ede9a5880bfa831" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ad45afd3b2dbf5ddf23e4632abbd59113" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#ad45afd3b2dbf5ddf23e4632abbd59113" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > , const T & defVal, bool < a class = "el" href = "classpFlow_1_1observer.html#a008ac3cf9870600e8a24936cdd5ffd29" > subscribe< / a > =true)< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad45afd3b2dbf5ddf23e4632abbd59113" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a615a338c0b4f44a8282545bc24ad7f33" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a615a338c0b4f44a8282545bc24ad7f33" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > , const T & val, const T & defVal, bool < a class = "el" href = "classpFlow_1_1observer.html#a008ac3cf9870600e8a24936cdd5ffd29" > subscribe< / a > =true)< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a615a338c0b4f44a8282545bc24ad7f33" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7a9f02d4ecd31574afa11ff15ce2730c" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a7a9f02d4ecd31574afa11ff15ce2730c" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > & src, bool < a class = "el" href = "classpFlow_1_1observer.html#a008ac3cf9870600e8a24936cdd5ffd29" > subscribe< / a > )< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a7a9f02d4ecd31574afa11ff15ce2730c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1a529c131e9dd11ed01a452cf85cfa81" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a1a529c131e9dd11ed01a452cf85cfa81" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > & src)< / td > < / tr >
< tr class = "separator:a1a529c131e9dd11ed01a452cf85cfa81" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4e3dcdd8ee62b6d3f6a27404da2cddc2" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a4e3dcdd8ee62b6d3f6a27404da2cddc2" > pointField< / a > (< a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > & & src)=delete< / td > < / tr >
< tr class = "separator:a4e3dcdd8ee62b6d3f6a27404da2cddc2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:af0681df9e78649a8b342cf395898d8f5" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#af0681df9e78649a8b342cf395898d8f5" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > & rhs)< / td > < / tr >
< tr class = "separator:af0681df9e78649a8b342cf395898d8f5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a0905972b57fe1805434f133d0a282c7a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a0905972b57fe1805434f133d0a282c7a" > operator=< / a > (< a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > & & )=delete< / td > < / tr >
< tr class = "separator:a0905972b57fe1805434f133d0a282c7a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3cb48bd802b31d2b669049e7a8cf9c68" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1pointField.html#a1063c9fa94710fcea36468cd35295fe0" > pointFieldType< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a3cb48bd802b31d2b669049e7a8cf9c68" > clone< / a > () const< / td > < / tr >
< tr class = "separator:a3cb48bd802b31d2b669049e7a8cf9c68" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a60e604c17930fbb5dfa6716c51f7a7ca" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1pointField.html#a1063c9fa94710fcea36468cd35295fe0" > pointFieldType< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a60e604c17930fbb5dfa6716c51f7a7ca" > clonePtr< / a > () const< / td > < / tr >
< tr class = "separator:a60e604c17930fbb5dfa6716c51f7a7ca" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af594ba73474d415474d32afc783799b1" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#af594ba73474d415474d32afc783799b1" > pStruct< / a > () const< / td > < / tr >
< tr class = "separator:af594ba73474d415474d32afc783799b1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab9550b3f59f76a254d15a2d537bb395" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aab9550b3f59f76a254d15a2d537bb395" > allActive< / a > () const< / td > < / tr >
< tr class = "separator:aab9550b3f59f76a254d15a2d537bb395" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a785cd9cdbd48a18c6bddb623fa1740da" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a785cd9cdbd48a18c6bddb623fa1740da" > isActive< / a > (label i) const< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a785cd9cdbd48a18c6bddb623fa1740da" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a313b7aa0a8e0fc78d0e9d1d8ee0b3f47" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a313b7aa0a8e0fc78d0e9d1d8ee0b3f47" > pointFlag< / a > () const< / td > < / tr >
< tr class = "separator:a313b7aa0a8e0fc78d0e9d1d8ee0b3f47" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:afef304b4d4497e45857f6edef9b049e6" > < td class = "memItemLeft" align = "right" valign = "top" > range  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#afef304b4d4497e45857f6edef9b049e6" > activeRange< / a > () const< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:afef304b4d4497e45857f6edef9b049e6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:abae5b084c84ba20afd60cbbec92e3124" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#abae5b084c84ba20afd60cbbec92e3124" > update< / a > (const eventMessage & msg)< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:abae5b084c84ba20afd60cbbec92e3124" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab0f80e66016e581c7c92ac96e43c3eca" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#ab0f80e66016e581c7c92ac96e43c3eca" > readPointField< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
< tr class = "separator:ab0f80e66016e581c7c92ac96e43c3eca" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa8b686deb96050edefdcef6f22aab8f0" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aa8b686deb96050edefdcef6f22aab8f0" > writePointField< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:aa8b686deb96050edefdcef6f22aab8f0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff8e92ab47032ae811d1271161cb9b22" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#aff8e92ab47032ae811d1271161cb9b22" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
< tr class = "separator:aff8e92ab47032ae811d1271161cb9b22" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a40de4ceed55b2f78cf3027739dfd91" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a6a40de4ceed55b2f78cf3027739dfd91" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:a6a40de4ceed55b2f78cf3027739dfd91" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "inherit_header pub_methods_classpFlow_1_1IOobject" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1IOobject')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1IOobject.html" > IOobject< / a > < / td > < / tr >
< tr class = "memitem:a9521838a2604fc381c2b4d8227615246 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a9521838a2604fc381c2b4d8227615246" > typeName< / a > () const =0< / td > < / tr >
< tr class = "separator:a9521838a2604fc381c2b4d8227615246 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aad269ef21d55c3c31022045b90075823 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#aad269ef21d55c3c31022045b90075823" > IOobject< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & objf, const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > & iop, < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *< a class = "el" href = "classpFlow_1_1IOobject.html#a09a559f42cef65f7e9b3ce24cfb42905" > owner< / a > )< / td > < / tr >
< tr class = "separator:aad269ef21d55c3c31022045b90075823 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a343821968cc70abd87c9e3c9706b2e08 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a343821968cc70abd87c9e3c9706b2e08" > ~IOobject< / a > () override< / td > < / tr >
< tr class = "separator:a343821968cc70abd87c9e3c9706b2e08 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a387f9719028f6a7a4b72dbeccdae8e48 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a387f9719028f6a7a4b72dbeccdae8e48" > IOobject< / a > (const < a class = "el" href = "classpFlow_1_1IOobject.html" > IOobject< / a > & src)=delete< / td > < / tr >
< tr class = "separator:a387f9719028f6a7a4b72dbeccdae8e48 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ada2832137ec41bfb31a433af7d833d22 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#ada2832137ec41bfb31a433af7d833d22" > IOobject< / a > (< a class = "el" href = "classpFlow_1_1IOobject.html" > IOobject< / a > & & src)=delete< / td > < / tr >
< tr class = "separator:ada2832137ec41bfb31a433af7d833d22 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab0970fc1f3e24ea17048045400fe34f5 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#ab0970fc1f3e24ea17048045400fe34f5" > ioPattern< / a > () const< / td > < / tr >
< tr class = "separator:ab0970fc1f3e24ea17048045400fe34f5 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a09a559f42cef65f7e9b3ce24cfb42905 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a09a559f42cef65f7e9b3ce24cfb42905" > owner< / a > () const override< / td > < / tr >
< tr class = "separator:a09a559f42cef65f7e9b3ce24cfb42905 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a00619b1fd305614c16a7097445d9f0c3 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a00619b1fd305614c16a7097445d9f0c3" > owner< / a > ()< / td > < / tr >
< tr class = "separator:a00619b1fd305614c16a7097445d9f0c3 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a489ff7b751b95e03bb3d16839208b74d inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a489ff7b751b95e03bb3d16839208b74d" > releaseOwner< / a > (bool fromOwner=false)< / td > < / tr >
< tr class = "separator:a489ff7b751b95e03bb3d16839208b74d inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae86a22cbcc2022c0f2d7c1bd188889d6 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#ae86a22cbcc2022c0f2d7c1bd188889d6" > isIncluded< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & objName) const override< / td > < / tr >
< tr class = "separator:ae86a22cbcc2022c0f2d7c1bd188889d6 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5f6e9860479ec6d8584a6c1bfa456dea inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a5f6e9860479ec6d8584a6c1bfa456dea" > isExcluded< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & objName) const override< / td > < / tr >
< tr class = "separator:a5f6e9860479ec6d8584a6c1bfa456dea inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a56a17cd8322aee7227a30824c5f5107b inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a56a17cd8322aee7227a30824c5f5107b" > readObject< / a > (bool rdHdr=true)< / td > < / tr >
< tr class = "separator:a56a17cd8322aee7227a30824c5f5107b inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afb0d210a86dfa7ee073b16be32be2198 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#afb0d210a86dfa7ee073b16be32be2198" > writeObject< / a > () const< / td > < / tr >
< tr class = "separator:afb0d210a86dfa7ee073b16be32be2198 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a55db1ce145befa1e4a8535806169c2c3 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a55db1ce145befa1e4a8535806169c2c3" > readObject< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is, bool rdHdr=true)< / td > < / tr >
< tr class = "separator:a55db1ce145befa1e4a8535806169c2c3 inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6979f73f254fb1a89ba95f46ac79278c inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOobject.html#a6979f73f254fb1a89ba95f46ac79278c" > writeObject< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:a6979f73f254fb1a89ba95f46ac79278c inherit pub_methods_classpFlow_1_1IOobject" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1IOfileHeader" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1IOfileHeader')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1IOfileHeader.html" > IOfileHeader< / a > < / td > < / tr >
< tr class = "memitem:a27694b34ae10a55819c0647e27e52424 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a27694b34ae10a55819c0647e27e52424" > IOfileHeader< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & objf)< / td > < / tr >
< tr class = "separator:a27694b34ae10a55819c0647e27e52424 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4ae6d6ea877ec8652d86076eaf333c12 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a4ae6d6ea877ec8652d86076eaf333c12" > objectName< / a > () const< / td > < / tr >
< tr class = "separator:a4ae6d6ea877ec8652d86076eaf333c12 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a67068cb6552c42a5ddb1c66bf6bbf6b3 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a67068cb6552c42a5ddb1c66bf6bbf6b3" > objectType< / a > () const< / td > < / tr >
< tr class = "separator:a67068cb6552c42a5ddb1c66bf6bbf6b3 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1921a7f20c43d1438221946e607c488 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#ae1921a7f20c43d1438221946e607c488" > path< / a > () const< / td > < / tr >
< tr class = "separator:ae1921a7f20c43d1438221946e607c488 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aefb380f32e3c6839d26dbc93ff4eb00a inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#aefb380f32e3c6839d26dbc93ff4eb00a" > outFileBinary< / a > () const< / td > < / tr >
< tr class = "separator:aefb380f32e3c6839d26dbc93ff4eb00a inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6e04bca1658d3c571a38d8ac1d62462e inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a6e04bca1658d3c571a38d8ac1d62462e" > inFileBinary< / a > () const< / td > < / tr >
< tr class = "separator:a6e04bca1658d3c571a38d8ac1d62462e inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1a248aa0488b774d5160449992ad31e5 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a1a248aa0488b774d5160449992ad31e5" > headerOk< / a > (bool silent=false)< / td > < / tr >
< tr class = "separator:a1a248aa0488b774d5160449992ad31e5 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aac13e923e67df5e79d9a75f592b97da3 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#aac13e923e67df5e79d9a75f592b97da3" > implyRead< / a > () const< / td > < / tr >
< tr class = "memdesc:aac13e923e67df5e79d9a75f592b97da3 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Imply read. < a href = "classpFlow_1_1IOfileHeader.html#aac13e923e67df5e79d9a75f592b97da3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aac13e923e67df5e79d9a75f592b97da3 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adfb03998f9b3b981631dc794cffd05a1 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#adfb03998f9b3b981631dc794cffd05a1" > implyWrite< / a > () const< / td > < / tr >
< tr class = "memdesc:adfb03998f9b3b981631dc794cffd05a1 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Imply write. < a href = "classpFlow_1_1IOfileHeader.html#adfb03998f9b3b981631dc794cffd05a1" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:adfb03998f9b3b981631dc794cffd05a1 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac38363de350016ce974d10db7d4d0753 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#ac38363de350016ce974d10db7d4d0753" > fileExist< / a > () const< / td > < / tr >
< tr class = "memdesc:ac38363de350016ce974d10db7d4d0753 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Check if file exists. < a href = "classpFlow_1_1IOfileHeader.html#ac38363de350016ce974d10db7d4d0753" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ac38363de350016ce974d10db7d4d0753 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aad1bd18bfebe1913d2b10785c0aff822 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#aad1bd18bfebe1913d2b10785c0aff822" > readIfPresent< / a > () const< / td > < / tr >
< tr class = "memdesc:aad1bd18bfebe1913d2b10785c0aff822 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Check read if present. < a href = "classpFlow_1_1IOfileHeader.html#aad1bd18bfebe1913d2b10785c0aff822" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aad1bd18bfebe1913d2b10785c0aff822 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a68bff73fd26a260a1d26e7890897d4e4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a68bff73fd26a260a1d26e7890897d4e4" > writeHeader< / a > () const< / td > < / tr >
< tr class = "memdesc:a68bff73fd26a260a1d26e7890897d4e4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Check if the header should be written to file True: on master + implyWrite + readWriteHeader = true False: otherwise. < a href = "classpFlow_1_1IOfileHeader.html#a68bff73fd26a260a1d26e7890897d4e4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a68bff73fd26a260a1d26e7890897d4e4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab83d4ca3dd2d2995f15ffe5e2693f316 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#ab83d4ca3dd2d2995f15ffe5e2693f316" > writeHeader< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & typeName, bool forceWrite=false) const< / td > < / tr >
< tr class = "memdesc:ab83d4ca3dd2d2995f15ffe5e2693f316 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write the header to the file , typeName comes from caller. < a href = "classpFlow_1_1IOfileHeader.html#ab83d4ca3dd2d2995f15ffe5e2693f316" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab83d4ca3dd2d2995f15ffe5e2693f316 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5d569ab3079ca594877dfbdf4d45cae4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a5d569ab3079ca594877dfbdf4d45cae4" > writeHeader< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os, bool forceWrite=false) const< / td > < / tr >
< tr class = "memdesc:a5d569ab3079ca594877dfbdf4d45cae4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write the header to the file, typeName comes from the one read from file. < a href = "classpFlow_1_1IOfileHeader.html#a5d569ab3079ca594877dfbdf4d45cae4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a5d569ab3079ca594877dfbdf4d45cae4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaf27120b2528b8d3d77903c4f4481127 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#aaf27120b2528b8d3d77903c4f4481127" > readHeader< / a > () const< / td > < / tr >
< tr class = "memdesc:aaf27120b2528b8d3d77903c4f4481127 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Check if header should be read from file. < a href = "classpFlow_1_1IOfileHeader.html#aaf27120b2528b8d3d77903c4f4481127" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aaf27120b2528b8d3d77903c4f4481127 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad3e735fcc23f3717d149728c03f5074a inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#ad3e735fcc23f3717d149728c03f5074a" > readHeader< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is, bool silent=false)< / td > < / tr >
< tr class = "memdesc:ad3e735fcc23f3717d149728c03f5074a inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Read the header in the file. < a href = "classpFlow_1_1IOfileHeader.html#ad3e735fcc23f3717d149728c03f5074a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ad3e735fcc23f3717d149728c03f5074a inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a935aedcbc2d9fc4e32646d718eaec1f4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a935aedcbc2d9fc4e32646d718eaec1f4" > writeBanner< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "memdesc:a935aedcbc2d9fc4e32646d718eaec1f4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > write the banner < a href = "classpFlow_1_1IOfileHeader.html#a935aedcbc2d9fc4e32646d718eaec1f4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a935aedcbc2d9fc4e32646d718eaec1f4 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7724614a5d68ca0d55beead4b79f6051 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a7724614a5d68ca0d55beead4b79f6051" > writeSeparator< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "memdesc:a7724614a5d68ca0d55beead4b79f6051 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > wirte a separator line < a href = "classpFlow_1_1IOfileHeader.html#a7724614a5d68ca0d55beead4b79f6051" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a7724614a5d68ca0d55beead4b79f6051 inherit pub_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1objectFile" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1objectFile')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > < / td > < / tr >
< tr class = "memitem:a03145445e47fe40d36071d3207e4eaae inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a03145445e47fe40d36071d3207e4eaae" > objectFile< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1objectFile.html#a754ce9966caae1ee331378bf4a87269b" > name< / a > )< / td > < / tr >
< tr class = "separator:a03145445e47fe40d36071d3207e4eaae inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a697165e3ce0c66f2e8b3cd10ceabbc1f inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a697165e3ce0c66f2e8b3cd10ceabbc1f" > objectFile< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1objectFile.html#a754ce9966caae1ee331378bf4a87269b" > name< / a > , const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > & < a class = "el" href = "classpFlow_1_1objectFile.html#a55c0ceffcfed66ff50377088cbac2d8d" > localPath< / a > , const < a class = "el" href = "classpFlow_1_1objectFile.html#a314ebf993d731f5b477f5b2670de2135" > readFlag< / a > & rf=readFlag::READ_NEVER, const < a class = "el" href = "classpFlow_1_1objectFile.html#a167fce7aaf9bbff61e0e5ad4815d09fb" > writeFlag< / a > & wf=writeFlag::WRITE_NEVER, bool rwHeader=true)< / td > < / tr >
< tr class = "separator:a697165e3ce0c66f2e8b3cd10ceabbc1f inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acfc22694eec3cb20477252e35e8d38c4 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#acfc22694eec3cb20477252e35e8d38c4" > objectFile< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & src)=default< / td > < / tr >
< tr class = "separator:acfc22694eec3cb20477252e35e8d38c4 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d9f2616944d55462ad8c9665b27086c inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a0d9f2616944d55462ad8c9665b27086c" > objectFile< / a > (< a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & & src)=default< / td > < / tr >
< tr class = "separator:a0d9f2616944d55462ad8c9665b27086c inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad48d19db468e7a67e0ace83c38905e32 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#ad48d19db468e7a67e0ace83c38905e32" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & rhs)=default< / td > < / tr >
< tr class = "separator:ad48d19db468e7a67e0ace83c38905e32 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a724fdc744ee41f5b154c325701f14c2d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a724fdc744ee41f5b154c325701f14c2d" > operator=< / a > (< a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & & rhs)=default< / td > < / tr >
< tr class = "separator:a724fdc744ee41f5b154c325701f14c2d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5eb42fccb46707b1c231389b56ec574b inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a5eb42fccb46707b1c231389b56ec574b" > ~objectFile< / a > ()=default< / td > < / tr >
< tr class = "separator:a5eb42fccb46707b1c231389b56ec574b inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a55c0ceffcfed66ff50377088cbac2d8d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a55c0ceffcfed66ff50377088cbac2d8d" > localPath< / a > () const< / td > < / tr >
< tr class = "separator:a55c0ceffcfed66ff50377088cbac2d8d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a349924059ebb9ce3b154dbd6850c601d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1objectFile.html#a314ebf993d731f5b477f5b2670de2135" > readFlag< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a349924059ebb9ce3b154dbd6850c601d" > rFlag< / a > () const< / td > < / tr >
< tr class = "separator:a349924059ebb9ce3b154dbd6850c601d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af42da690717c749e1ee5108dcee62e7d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1objectFile.html#a167fce7aaf9bbff61e0e5ad4815d09fb" > writeFlag< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#af42da690717c749e1ee5108dcee62e7d" > wFlag< / a > () const< / td > < / tr >
< tr class = "separator:af42da690717c749e1ee5108dcee62e7d inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7097fa42f98e5a95fd95ec46bdf6cd60 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a7097fa42f98e5a95fd95ec46bdf6cd60" > isReadAlways< / a > () const< / td > < / tr >
< tr class = "separator:a7097fa42f98e5a95fd95ec46bdf6cd60 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0c27a5cdee1d686f94bea4254bdbe650 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a0c27a5cdee1d686f94bea4254bdbe650" > isReadNever< / a > () const< / td > < / tr >
< tr class = "separator:a0c27a5cdee1d686f94bea4254bdbe650 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2d01f4526e21bccb1392a344d3e6cbfd inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a2d01f4526e21bccb1392a344d3e6cbfd" > isReadIfPresent< / a > () const< / td > < / tr >
< tr class = "separator:a2d01f4526e21bccb1392a344d3e6cbfd inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acbd01f9965d77d91b82df73d1fc67438 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#acbd01f9965d77d91b82df73d1fc67438" > isWriteAlways< / a > () const< / td > < / tr >
< tr class = "separator:acbd01f9965d77d91b82df73d1fc67438 inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a91e42168656b6587284c9167ef8b678e inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#a91e42168656b6587284c9167ef8b678e" > isWriteNever< / a > () const< / td > < / tr >
< tr class = "separator:a91e42168656b6587284c9167ef8b678e inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae10b53b60cb4631fdeb46271ccab67aa inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1objectFile.html#ae10b53b60cb4631fdeb46271ccab67aa" > readWriteHeader< / a > () const< / td > < / tr >
< tr class = "separator:ae10b53b60cb4631fdeb46271ccab67aa inherit pub_methods_classpFlow_1_1objectFile" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1internalField" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1internalField')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< T, void > < / a > < / td > < / tr >
< tr class = "memitem:a16cc22507ab6890008f688b3646022c1 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a16cc22507ab6890008f688b3646022c1" > internalField< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1internalField.html#a83f9a8e30fb37f90e9a6436f4470aaa2" > name< / a > , const < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > & internal, const T & defVal)< / td > < / tr >
< tr class = "separator:a16cc22507ab6890008f688b3646022c1 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2e727755b74af283386add0b0fbd792c inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a2e727755b74af283386add0b0fbd792c" > internalField< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1internalField.html#a83f9a8e30fb37f90e9a6436f4470aaa2" > name< / a > , const < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > & internal, const T & defVal, const T & val)< / td > < / tr >
< tr class = "separator:a2e727755b74af283386add0b0fbd792c inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae49b1b421c0a7de757a2fdc46f163498 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#ae49b1b421c0a7de757a2fdc46f163498" > deviceViewAll< / a > () const< / td > < / tr >
< tr class = "separator:ae49b1b421c0a7de757a2fdc46f163498 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a65a1eeccd800386379e7db5dd61ea9aa inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a65a1eeccd800386379e7db5dd61ea9aa" > deviceView< / a > () const< / td > < / tr >
< tr class = "separator:a65a1eeccd800386379e7db5dd61ea9aa inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a51882ffc24a281c2d7ad1ad7b985af73 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a51882ffc24a281c2d7ad1ad7b985af73" > hostView< / a > () const< / td > < / tr >
< tr class = "separator:a51882ffc24a281c2d7ad1ad7b985af73 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0b7cdb82732a46cf6c7aa342cf9c6c33 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1internalField.html#a40dbbac51cc766420c6da450d95c1edc" > FieldType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a0b7cdb82732a46cf6c7aa342cf9c6c33" > field< / a > () const< / td > < / tr >
< tr class = "separator:a0b7cdb82732a46cf6c7aa342cf9c6c33 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf341eb8b62dfce68e1703f77caf1669 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1internalField.html#a40dbbac51cc766420c6da450d95c1edc" > FieldType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#adf341eb8b62dfce68e1703f77caf1669" > field< / a > ()< / td > < / tr >
< tr class = "separator:adf341eb8b62dfce68e1703f77caf1669 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a67d82cfcfc613c9ffbccd1f9a9aa0ce6 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a9a87272f235780fa7725c23a9da79011" > pFlagTypeDevice< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a67d82cfcfc613c9ffbccd1f9a9aa0ce6" > activePointsMaskDevice< / a > () const< / td > < / tr >
< tr class = "separator:a67d82cfcfc613c9ffbccd1f9a9aa0ce6 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a441872596be8e9a89b22e9ca01edc48d inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a36e1a67f3be546ade260eba35bca493f" > pFlagTypeHost< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a441872596be8e9a89b22e9ca01edc48d" > activePointsMaskHost< / a > () const< / td > < / tr >
< tr class = "separator:a441872596be8e9a89b22e9ca01edc48d inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a029a7ab2184ac4955ef07b37ee61b37b inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1internalField.html#a956cfd99b2704fca5961350f47963e88" > FieldTypeHost< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a029a7ab2184ac4955ef07b37ee61b37b" > activeValuesHost< / a > () const< / td > < / tr >
< tr class = "separator:a029a7ab2184ac4955ef07b37ee61b37b inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a10efdf47ffedbdc720f71c2f72b98d98 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a10efdf47ffedbdc720f71c2f72b98d98" > size< / a > () const< / td > < / tr >
< tr class = "separator:a10efdf47ffedbdc720f71c2f72b98d98 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a234de5cb432c97fcb4b0f806bb86624e inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a234de5cb432c97fcb4b0f806bb86624e" > capacity< / a > () const< / td > < / tr >
< tr class = "separator:a234de5cb432c97fcb4b0f806bb86624e inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a83f9a8e30fb37f90e9a6436f4470aaa2 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a83f9a8e30fb37f90e9a6436f4470aaa2" > name< / a > () const< / td > < / tr >
< tr class = "separator:a83f9a8e30fb37f90e9a6436f4470aaa2 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a13fac74a6ba182fd009dbb14818b0d01 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a13fac74a6ba182fd009dbb14818b0d01" > fieldKey< / a > () const< / td > < / tr >
< tr class = "separator:a13fac74a6ba182fd009dbb14818b0d01 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af4cad43c6d030d487ab0f80c330a7999 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > const T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#af4cad43c6d030d487ab0f80c330a7999" > defaultValue< / a > () const< / td > < / tr >
< tr class = "separator:af4cad43c6d030d487ab0f80c330a7999 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab90376459849df998be9743b291159cb inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#ae06b07ed1267c5e7bec6d1da50acf5d1" > rangeU32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#ab90376459849df998be9743b291159cb" > activeRange< / a > () const< / td > < / tr >
< tr class = "separator:ab90376459849df998be9743b291159cb inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a07cb16592ca70b20f356021cb92d2758 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a07cb16592ca70b20f356021cb92d2758" > isAllActive< / a > () const< / td > < / tr >
< tr class = "separator:a07cb16592ca70b20f356021cb92d2758 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af12eaa3ab088b32abf49705bf76ba293 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#af12eaa3ab088b32abf49705bf76ba293" > fillInternal< / a > (const T & val)< / td > < / tr >
< tr class = "separator:af12eaa3ab088b32abf49705bf76ba293 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae97e2279d720194a68a594a3edbc6763 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#ae97e2279d720194a68a594a3edbc6763" > insertSetElement< / a > (< a class = "el" href = "namespacepFlow.html#ace91b5b09f95f3d8409247898e688e9b" > uint32IndexContainer< / a > indices, const T & val)< / td > < / tr >
< tr class = "separator:ae97e2279d720194a68a594a3edbc6763 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d94096809fe3376b29a2a29ca11bb18 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1Time.html" > Time< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a0d94096809fe3376b29a2a29ca11bb18" > time< / a > () const< / td > < / tr >
< tr class = "separator:a0d94096809fe3376b29a2a29ca11bb18 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0f63a62676bba1a8a5cf891337d1d201 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a0f63a62676bba1a8a5cf891337d1d201" > hearChanges< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > t, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > iter, const < a class = "el" href = "classpFlow_1_1message.html" > message< / a > & msg, const < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > & varList) override< / td > < / tr >
< tr class = "separator:a0f63a62676bba1a8a5cf891337d1d201 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8c955e17bd99dcab8fa9cf8c96ba6dd0 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a8c955e17bd99dcab8fa9cf8c96ba6dd0" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os, const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > & iop) const< / td > < / tr >
< tr class = "separator:a8c955e17bd99dcab8fa9cf8c96ba6dd0 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a299b5ee396d969589ede9a5880bfa831 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a299b5ee396d969589ede9a5880bfa831" > TypeInfoTemplateNV2< / a > (" pointField" , T, VectorType::memoerySpaceName())< / td > < / tr >
< tr class = "separator:a299b5ee396d969589ede9a5880bfa831 inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8dfd2e69f73234b4c844585efdd128bb inherit pub_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a8dfd2e69f73234b4c844585efdd128bb" > pointField< / a > (const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > & objf, < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "setPointStructure_8hpp.html#a385e32971df44b131e4498181a949a91" > pStruct< / a > , const T & defVal)< / td > < / tr >
< tr class = "separator:a8dfd2e69f73234b4c844585efdd128bb inherit pub_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1observer" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1observer')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1observer.html" > observer< / a > < / td > < / tr >
< tr class = "memitem:aa4805b6451fbb1651a6fd3eb8e0db673 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#aa4805b6451fbb1651a6fd3eb8e0db673" > observer< / a > (< a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg)< / td > < / tr >
< tr class = "separator:aa4805b6451fbb1651a6fd3eb8e0db673 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a19690aae8f79f259dab21ac5be29b0da inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a19690aae8f79f259dab21ac5be29b0da" > observer< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > *subscrbr, < a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg)< / td > < / tr >
< tr class = "separator:a19690aae8f79f259dab21ac5be29b0da inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af035b2f590ebbed9ace6ffaf3954a893 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#af035b2f590ebbed9ace6ffaf3954a893" > ~observer< / a > ()< / td > < / tr >
< tr class = "separator:af035b2f590ebbed9ace6ffaf3954a893 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a008ac3cf9870600e8a24936cdd5ffd29 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a008ac3cf9870600e8a24936cdd5ffd29" > subscribe< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > *subscrbr, < a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg)< / td > < / tr >
< tr class = "separator:a008ac3cf9870600e8a24936cdd5ffd29 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a653c7226b70e6965bf6a79b5e33925ff inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1observer.html" > observer< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a653c7226b70e6965bf6a79b5e33925ff" > addEvent< / a > (< a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687d" > message::EVENT< / a > event)< / td > < / tr >
< tr class = "separator:a653c7226b70e6965bf6a79b5e33925ff inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0bbca55d6c8f234990c4f78bf4449288 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a0bbca55d6c8f234990c4f78bf4449288" > subscribed< / a > () const< / td > < / tr >
< tr class = "separator:a0bbca55d6c8f234990c4f78bf4449288 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae60104d9527f96b61e9bc2ea1e19c9f2 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#ae60104d9527f96b61e9bc2ea1e19c9f2" > addToSubscriber< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > *subscrbr, < a class = "el" href = "classpFlow_1_1message.html" > message< / a > msg)< / td > < / tr >
< tr class = "separator:ae60104d9527f96b61e9bc2ea1e19c9f2 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aee31914b946ab2ffc70663260bab8b21 inherit pub_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#aee31914b946ab2ffc70663260bab8b21" > addToSubscriber< / a > (const < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > & < a class = "el" href = "classpFlow_1_1subscriber.html" > subscriber< / a > )< / td > < / tr >
< tr class = "separator:aee31914b946ab2ffc70663260bab8b21 inherit pub_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a3ede7be1f8d98c2fa4af7860cdcaf787" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a3ede7be1f8d98c2fa4af7860cdcaf787" > defaultValue_< / a > < / td > < / tr >
< tr class = "separator:a3ede7be1f8d98c2fa4af7860cdcaf787" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "inherit_header pro_attribs_classpFlow_1_1IOfileHeader" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1IOfileHeader')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1IOfileHeader.html" > IOfileHeader< / a > < / td > < / tr >
< tr class = "memitem:a0fc09585fc6fa997b81807dff8b8236d inherit pro_attribs_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a0fc09585fc6fa997b81807dff8b8236d" > objectName_< / a > < / td > < / tr >
< tr class = "separator:a0fc09585fc6fa997b81807dff8b8236d inherit pro_attribs_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf7afc3ea2cc179930f4e4f4ca48797c inherit pro_attribs_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#adf7afc3ea2cc179930f4e4f4ca48797c" > objectType_< / a > < / td > < / tr >
< tr class = "separator:adf7afc3ea2cc179930f4e4f4ca48797c inherit pro_attribs_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4df46db2aad0395fac9c0522d8c409a9 inherit pro_attribs_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a4df46db2aad0395fac9c0522d8c409a9" > fileFormat_< / a > = " ASCII" < / td > < / tr >
< tr class = "memdesc:a4df46db2aad0395fac9c0522d8c409a9 inherit pro_attribs_classpFlow_1_1IOfileHeader" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > file format read from file < a href = "classpFlow_1_1IOfileHeader.html#a4df46db2aad0395fac9c0522d8c409a9" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a4df46db2aad0395fac9c0522d8c409a9 inherit pro_attribs_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_attribs_classpFlow_1_1internalField" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1internalField')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< T, void > < / a > < / td > < / tr >
< tr class = "memitem:a0d837e0d4f22a2dfa26a0a7e14574460 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1internalField.html#a40dbbac51cc766420c6da450d95c1edc" > FieldType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a0d837e0d4f22a2dfa26a0a7e14574460" > field_< / a > < / td > < / tr >
< tr class = "memdesc:a0d837e0d4f22a2dfa26a0a7e14574460 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Field. < a href = "classpFlow_1_1internalField.html#a0d837e0d4f22a2dfa26a0a7e14574460" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a0d837e0d4f22a2dfa26a0a7e14574460 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3ede7be1f8d98c2fa4af7860cdcaf787 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a3ede7be1f8d98c2fa4af7860cdcaf787" > defaultValue_< / a > < / td > < / tr >
< tr class = "memdesc:a3ede7be1f8d98c2fa4af7860cdcaf787 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > value when a new item is added to field < a href = "classpFlow_1_1internalField.html#a3ede7be1f8d98c2fa4af7860cdcaf787" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3ede7be1f8d98c2fa4af7860cdcaf787 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a15137adbd53fc39d4e822c6565268f45 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1internalPoints.html" > internalPoints< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a15137adbd53fc39d4e822c6565268f45" > internalPoints_< / a > < / td > < / tr >
< tr class = "memdesc:a15137adbd53fc39d4e822c6565268f45 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > const ref to internal points < a href = "classpFlow_1_1internalField.html#a15137adbd53fc39d4e822c6565268f45" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a15137adbd53fc39d4e822c6565268f45 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8bc29a1664f097dfba88b30c29e5e7e3 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1internalField.html#aa3c708cb89c6f9f05434302635de5fe6" > boundaryFieldListType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a8bc29a1664f097dfba88b30c29e5e7e3" > boundaryFieldList_< / a > < / td > < / tr >
< tr class = "memdesc:a8bc29a1664f097dfba88b30c29e5e7e3 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > list of boundaries < a href = "classpFlow_1_1internalField.html#a8bc29a1664f097dfba88b30c29e5e7e3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a8bc29a1664f097dfba88b30c29e5e7e3 inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5c62d7bde0e3c333317fabe4b8806bef inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a5c62d7bde0e3c333317fabe4b8806bef" > pStruct_< / a > < / td > < / tr >
< tr class = "memdesc:a5c62d7bde0e3c333317fabe4b8806bef inherit pro_attribs_classpFlow_1_1internalField" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > refrence to point structure < a href = "classpFlow_1_1internalField.html#a5c62d7bde0e3c333317fabe4b8806bef" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a5c62d7bde0e3c333317fabe4b8806bef inherit pro_attribs_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a8bc29a1664f097dfba88b30c29e5e7e3" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1pointField.html#a75a410daf13583da751aa732c0155eea" > boundaryFieldListType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a8bc29a1664f097dfba88b30c29e5e7e3" > boundaryFieldList_< / a > < / td > < / tr >
< tr class = "memdesc:a8bc29a1664f097dfba88b30c29e5e7e3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > list of boundaries < a href = "classpFlow_1_1pointField.html#a8bc29a1664f097dfba88b30c29e5e7e3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a8bc29a1664f097dfba88b30c29e5e7e3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a24220ba2b901d78e0c7d398bd36d4d7d" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1pointField.html#a24220ba2b901d78e0c7d398bd36d4d7d" > pStruct_< / a > < / td > < / tr >
< tr class = "memdesc:a24220ba2b901d78e0c7d398bd36d4d7d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > refrence to point structure < a href = "classpFlow_1_1pointField.html#a24220ba2b901d78e0c7d398bd36d4d7d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a24220ba2b901d78e0c7d398bd36d4d7d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "inherited" > < / a >
Additional Inherited Members< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "inherit_header pub_static_methods_classpFlow_1_1observer" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_static_methods_classpFlow_1_1observer')" > < img src = "closed.png" alt = "-" / >   Static Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1observer.html" > observer< / a > < / td > < / tr >
< tr class = "memitem:a55aa647a7d2b1aa80f32344c471d26ba inherit pub_static_methods_classpFlow_1_1observer" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1observer.html#a55aa647a7d2b1aa80f32344c471d26ba" > numEvents< / a > ()< / td > < / tr >
< tr class = "separator:a55aa647a7d2b1aa80f32344c471d26ba inherit pub_static_methods_classpFlow_1_1observer" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_methods_classpFlow_1_1IOfileHeader" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classpFlow_1_1IOfileHeader')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classpFlow_1_1IOfileHeader.html" > IOfileHeader< / a > < / td > < / tr >
< tr class = "memitem:a770eebd1866493c91efe18ab806d9568 inherit pro_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1iFstream.html" > iFstream< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a770eebd1866493c91efe18ab806d9568" > inStream< / a > () const< / td > < / tr >
< tr class = "separator:a770eebd1866493c91efe18ab806d9568 inherit pro_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aadf02aad5ab9dd4c10306e74510f4dd0 inherit pro_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1oFstream.html" > oFstream< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#aadf02aad5ab9dd4c10306e74510f4dd0" > outStream< / a > () const< / td > < / tr >
< tr class = "separator:aadf02aad5ab9dd4c10306e74510f4dd0 inherit pro_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a40f592c06afad8142b602fa255a5dc20 inherit pro_methods_classpFlow_1_1IOfileHeader" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1oFstream.html" > oFstream< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1IOfileHeader.html#a40f592c06afad8142b602fa255a5dc20" > dummyOutStream< / a > () const< / td > < / tr >
< tr class = "separator:a40f592c06afad8142b602fa255a5dc20 inherit pro_methods_classpFlow_1_1IOfileHeader" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_methods_classpFlow_1_1internalField" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classpFlow_1_1internalField')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< T, void > < / a > < / td > < / tr >
< tr class = "memitem:a1c6758ae1f312ebe5cb9f5612d58cbf5 inherit pro_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a1c6758ae1f312ebe5cb9f5612d58cbf5" > insert< / a > (const < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > & varList)< / td > < / tr >
< tr class = "separator:a1c6758ae1f312ebe5cb9f5612d58cbf5 inherit pro_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a978503d179a49dd48b29f27da6da8b95 inherit pro_methods_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a978503d179a49dd48b29f27da6da8b95" > rearrange< / a > (const < a class = "el" href = "classpFlow_1_1anyList.html" > anyList< / a > & varList)< / td > < / tr >
< tr class = "separator:a978503d179a49dd48b29f27da6da8b95 inherit pro_methods_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_static_attribs_classpFlow_1_1internalField" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_static_attribs_classpFlow_1_1internalField')" > < img src = "closed.png" alt = "-" / >   Static Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< T, void > < / a > < / td > < / tr >
< tr class = "memitem:a21f8dfaaa7207d524df453d28ec9db83 inherit pro_static_attribs_classpFlow_1_1internalField" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "classpFlow_1_1message.html" > message< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1internalField.html#a21f8dfaaa7207d524df453d28ec9db83" > defaultMessage_< / a > < / td > < / tr >
< tr class = "separator:a21f8dfaaa7207d524df453d28ec9db83 inherit pro_static_attribs_classpFlow_1_1internalField" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2025-01-10 13:02:07 +03:30
< div class = "textblock" > < h3 > template< class T, class MemorySpace = void> < br / >
class pFlow::pointField< T, MemorySpace > < / h3 >
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 = "pointField_8hpp_source.html#l00033" > 33< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a5c1f041e788238a4a2016a233ea914ef" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5c1f041e788238a4a2016a233ea914ef" > ◆ < / a > < / span > PointFieldType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#a5c1f041e788238a4a2016a233ea914ef" > PointFieldType< / a > = < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < T, MemorySpace> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a5905769a866a61e63ab3abf53fde6926" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5905769a866a61e63ab3abf53fde6926" > ◆ < / a > < / span > InternalFieldType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#a5905769a866a61e63ab3abf53fde6926" > InternalFieldType< / a > = < a class = "el" href = "classpFlow_1_1internalField.html" > internalField< / a > < T, MemorySpace> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a75a410daf13583da751aa732c0155eea" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a75a410daf13583da751aa732c0155eea" > ◆ < / a > < / span > boundaryFieldListType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#a75a410daf13583da751aa732c0155eea" > boundaryFieldListType< / a > = < a class = "el" href = "classpFlow_1_1boundaryFieldList.html" > boundaryFieldList< / a > < T, MemorySpace> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a2749253ae62ba5619ed909af6a1dcbd8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2749253ae62ba5619ed909af6a1dcbd8" > ◆ < / a > < / span > FieldType < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#a2749253ae62ba5619ed909af6a1dcbd8" > FieldType< / a > = typename < a class = "el" href = "classpFlow_1_1internalField.html#a40dbbac51cc766420c6da450d95c1edc" > InternalFieldType::FieldType< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ae621f8dcf0b95741fac1d946040c5310" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae621f8dcf0b95741fac1d946040c5310" > ◆ < / a > < / span > VectorType < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#ae621f8dcf0b95741fac1d946040c5310" > VectorType< / a > = typename < a class = "el" href = "classpFlow_1_1internalField.html#a21a2a37839edb0ffc02a7cfac6ca72b8" > InternalFieldType::VectorType< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00048" > 48< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a3b9fb26f07405660b138c6a9e2287ac5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3b9fb26f07405660b138c6a9e2287ac5" > ◆ < / a > < / span > memory_space< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#a3b9fb26f07405660b138c6a9e2287ac5" > memory_space< / a > = typename < a class = "el" href = "classpFlow_1_1internalField.html#a26f2aab4010b76bfd0cf57e92e01fade" > InternalFieldType::memory_space< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a54f9c6e1c50c4a824daf2e1cdca221e9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a54f9c6e1c50c4a824daf2e1cdca221e9" > ◆ < / a > < / span > execution_space< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#a54f9c6e1c50c4a824daf2e1cdca221e9" > execution_space< / a > = typename < a class = "el" href = "classpFlow_1_1internalField.html#a4653dd84b6912bca0527fee68c8efc20" > InternalFieldType::execution_space< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00052" > 52< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / div >
< / div >
2023-03-27 10:16:23 -07:00
< a id = "a1063c9fa94710fcea36468cd35295fe0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1063c9fa94710fcea36468cd35295fe0" > ◆ < / a > < / span > pointFieldType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#a1063c9fa94710fcea36468cd35295fe0" > pointFieldType< / a > = < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < VectorField, T, MemorySpace> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointField__old_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a5e050a125891e919a41915663f1871f4" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5e050a125891e919a41915663f1871f4" > ◆ < / a > < / span > FieldType < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#a2749253ae62ba5619ed909af6a1dcbd8" > FieldType< / a > = < a class = "el" href = "classpFlow_1_1Field.html" > Field< / a > < VectorField, T, MemorySpace> < / 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 = "pointField__old_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a21a2a37839edb0ffc02a7cfac6ca72b8" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a21a2a37839edb0ffc02a7cfac6ca72b8" > ◆ < / a > < / span > VectorType < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#ae621f8dcf0b95741fac1d946040c5310" > VectorType< / a > = typename FieldType::VectorType< / 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 = "pointField__old_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ad9407c8288db9ae18e7902d8dc299b30" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad9407c8288db9ae18e7902d8dc299b30" > ◆ < / a > < / span > iterator< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#ad9407c8288db9ae18e7902d8dc299b30" > iterator< / a > = typename FieldType::iterator< / 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 = "pointField__old_8hpp_source.html#l00048" > 48< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aa3fec7e25f50ac758c32ed1c95874adc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa3fec7e25f50ac758c32ed1c95874adc" > ◆ < / a > < / span > constIterator< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#aa3fec7e25f50ac758c32ed1c95874adc" > constIterator< / a > = typename FieldType::constIterator< / 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 = "pointField__old_8hpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
< / div >
< / div >
< a id = "aebe3eaed133a292a0698d6da1e3add0f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aebe3eaed133a292a0698d6da1e3add0f" > ◆ < / a > < / span > reference< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#aebe3eaed133a292a0698d6da1e3add0f" > reference< / a > = typename FieldType::reference< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField__old_8hpp_source.html#l00052" > 52< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a138e3112b462f65f1ad50a9bf56e1da6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a138e3112b462f65f1ad50a9bf56e1da6" > ◆ < / a > < / span > constReference< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#a138e3112b462f65f1ad50a9bf56e1da6" > constReference< / a > = typename FieldType::constReference< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField__old_8hpp_source.html#l00054" > 54< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
< / div >
< / div >
< a id = "aee590d7dd65b9f02778474552e5a76f0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aee590d7dd65b9f02778474552e5a76f0" > ◆ < / a > < / span > valueType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#aee590d7dd65b9f02778474552e5a76f0" > valueType< / a > = typename FieldType::valueType< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField__old_8hpp_source.html#l00056" > 56< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
< / div >
< / div >
< a id = "aa3eef3be821cfdd7a297e2b86689b0ae" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa3eef3be821cfdd7a297e2b86689b0ae" > ◆ < / a > < / span > pointer< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#aa3eef3be821cfdd7a297e2b86689b0ae" > pointer< / a > = typename FieldType::pointer< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField__old_8hpp_source.html#l00058" > 58< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
< / div >
< / div >
< a id = "aa5df8e4ad5359a7c041b10c56d9eec23" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa5df8e4ad5359a7c041b10c56d9eec23" > ◆ < / a > < / span > constPointer< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#aa5df8e4ad5359a7c041b10c56d9eec23" > constPointer< / a > = typename FieldType::constPointer< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField__old_8hpp_source.html#l00060" > 60< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a8dfd2e69f73234b4c844585efdd128bb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8dfd2e69f73234b4c844585efdd128bb" > ◆ < / a > < / span > pointField() < span class = "overload" > [1/8]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > &   < / td >
< td class = "paramname" > < em > objf< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td >
< td class = "paramname" > < em > pStruct< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > defVal< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8cpp_source.html#l00022" > 22< / a > of file < a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a6c79a6f39b8a4562e11c4bf987f41a6b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6c79a6f39b8a4562e11c4bf987f41a6b" > ◆ < / a > < / span > pointField() < span class = "overload" > [2/8]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > &   < / td >
< td class = "paramname" > < em > objf< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / 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_1pointStructure.html" > pointStructure< / a > &   < / td >
< td class = "paramname" > < em > pStruct< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > defVal< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8cpp_source.html#l00064" > 64< / a > of file < a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a3a657c093609935d9aede387dc24ebb1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3a657c093609935d9aede387dc24ebb1" > ◆ < / a > < / span > pointField() < span class = "overload" > [3/8]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1objectFile.html" > objectFile< / a > &   < / td >
< td class = "paramname" > < em > objf< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td >
< td class = "paramname" > < em > pStruct< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > defVal< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > val< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8cpp_source.html#l00105" > 105< / a > of file < a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > .< / p >
< / div >
< / div >
< a id = "ad45afd3b2dbf5ddf23e4632abbd59113" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad45afd3b2dbf5ddf23e4632abbd59113" > ◆ < / a > < / span > pointField() < span class = "overload" > [4/8]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td >
< td class = "paramname" > < em > pStruct< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > defVal< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > subscribe< / em > = < code > true< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a615a338c0b4f44a8282545bc24ad7f33" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a615a338c0b4f44a8282545bc24ad7f33" > ◆ < / a > < / span > pointField() < span class = "overload" > [5/8]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td >
< td class = "paramname" > < em > pStruct< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > val< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > defVal< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > subscribe< / em > = < code > true< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a7a9f02d4ecd31574afa11ff15ce2730c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7a9f02d4ecd31574afa11ff15ce2730c" > ◆ < / a > < / span > pointField() < span class = "overload" > [6/8]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < T, MemorySpace > &   < / td >
< td class = "paramname" > < em > src< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > subscribe< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a1a529c131e9dd11ed01a452cf85cfa81" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1a529c131e9dd11ed01a452cf85cfa81" > ◆ < / a > < / span > pointField() < span class = "overload" > [7/8]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < T, MemorySpace > &   < / td >
< td class = "paramname" > < em > src< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a4e3dcdd8ee62b6d3f6a27404da2cddc2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4e3dcdd8ee62b6d3f6a27404da2cddc2" > ◆ < / a > < / span > pointField() < span class = "overload" > [8/8]< / 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_1pointField.html" > pointField< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < T, MemorySpace > & &   < / td >
< td class = "paramname" > < em > src< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "ae91a578ed55e58f7eb9ab8b1ca020778" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae91a578ed55e58f7eb9ab8b1ca020778" > ◆ < / a > < / span > TypeInfoTemplate111()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoTemplate111 < / td >
< td > (< / td >
< td class = "paramtype" > " pointField< T, MemorySpace > "   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > VectorType::memoerySpaceName()  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ae56dff00351d2151584222f751176870" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae56dff00351d2151584222f751176870" > ◆ < / a > < / span > name()< / 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 > & name < / 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" > final< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reimplemented from < a class = "el" href = "classpFlow_1_1objectFile.html#a754ce9966caae1ee331378bf4a87269b" > objectFile< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00096" > 96< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a74dbf0769a6a0ebe11f88bc6256ff442" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a74dbf0769a6a0ebe11f88bc6256ff442" > ◆ < / a > < / span > internal()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const auto& internal < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00101" > 101< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a3848ec448e875e0a2b18f85f40cd302b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3848ec448e875e0a2b18f85f40cd302b" > ◆ < / a > < / span > updateBoundaries()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void updateBoundaries < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a4efa8bf817a550e04d128d6f4caadd9a" > DataDirection< / a >   < / td >
< td class = "paramname" > < em > direction< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00106" > 106< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "pointField_8hpp_source.html#l00115" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::updateBoundariesSlaveToMasterIfRequested()< / a > .< / p >
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the caller 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_1pointField_a3848ec448e875e0a2b18f85f40cd302b_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_a3848ec448e875e0a2b18f85f40cd302b_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a4df96ffd1fa1b1fad9fc5dbd8bf03431" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4df96ffd1fa1b1fad9fc5dbd8bf03431" > ◆ < / a > < / span > updateBoundariesSlaveToMasterIfRequested()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void updateBoundariesSlaveToMasterIfRequested < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > update boundaries if it is requested previousely (slave to master). < / p >
< p > It only checks for SlaveToMaster direction. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00115" > 115< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "dynamicPointStructure_8cpp_source.html#l00083" > dynamicPointStructure::beforeIteration()< / a > , and < a class = "el" href = "AdamsBashforth2_8cpp_source.html#l00118" > AdamsBashforth2::updateBoundariesSlaveToMasterIfRequested()< / 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 caller 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_1pointField_a4df96ffd1fa1b1fad9fc5dbd8bf03431_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_a4df96ffd1fa1b1fad9fc5dbd8bf03431_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a25d6c9aa9bc2b510ce20c72d6ab7ceba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a25d6c9aa9bc2b510ce20c72d6ab7ceba" > ◆ < / a > < / span > boundaryFields()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const auto& boundaryFields < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00123" > 123< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "acfbd9758fc0061e2b6fd2922ddb63650" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acfbd9758fc0061e2b6fd2922ddb63650" > ◆ < / a > < / span > BoundaryField()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const auto& BoundaryField < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00128" > 128< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.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 = "boundaryReflective_8cpp_source.html#l00069" > boundaryReflective::afterIteration()< / 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 caller graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointField_acfbd9758fc0061e2b6fd2922ddb63650_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_acfbd9758fc0061e2b6fd2922ddb63650_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "af594ba73474d415474d32afc783799b1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af594ba73474d415474d32afc783799b1" > ◆ < / a > < / span > pStruct() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & pStruct < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00134" > 134< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a34b3e020ef4d15f9b2442bfff37f19b8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a34b3e020ef4d15f9b2442bfff37f19b8" > ◆ < / a > < / span > fill()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > void fill < / td >
< td > (< / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > val< / em > < / td > < td > )< / td >
< td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00138" > 138< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.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 = "particles_8hpp_source.html#l00064" > particles::zeroForce()< / a > , and < a class = "el" href = "particles_8hpp_source.html#l00069" > particles::zeroTorque()< / a > .< / p >
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the 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_1pointField_a34b3e020ef4d15f9b2442bfff37f19b8_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_a34b3e020ef4d15f9b2442bfff37f19b8_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< a id = "aecfee09c0f5d94feb516f1eed2cd45e9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aecfee09c0f5d94feb516f1eed2cd45e9" > ◆ < / a > < / span > readPointField() < span class = "overload" > [1/2]< / span > < / 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" > bool readPointField < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > &   < / td >
< td class = "paramname" > < em > iop< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8cpp_source.html#l00236" > 236< / a > of file < a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "pointField_8hpp_source.html#l00150" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::read()< / 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 caller graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointField_aecfee09c0f5d94feb516f1eed2cd45e9_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_aecfee09c0f5d94feb516f1eed2cd45e9_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a1fcf9243c3031510edc0bfb88c2fcc19" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1fcf9243c3031510edc0bfb88c2fcc19" > ◆ < / a > < / span > writePointField() < span class = "overload" > [1/2]< / span > < / 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" > bool writePointField < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > &   < / td >
< td class = "paramname" > < em > iop< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
2025-01-10 13:02:07 +03:30
< td > < / td > < td > const< / 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 = "pointField_8cpp_source.html#l00283" > 283< / a > of file < a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / 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 = "pointField_8hpp_source.html#l00155" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::write()< / 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 caller graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1pointField_a1fcf9243c3031510edc0bfb88c2fcc19_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_a1fcf9243c3031510edc0bfb88c2fcc19_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "a1c713f45ca620694735a6a21959cc408" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1c713f45ca620694735a6a21959cc408" > ◆ < / a > < / span > read() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool read < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > &   < / td >
< td class = "paramname" > < em > iop< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1IOobject.html#a19128bda6c31c2e870f9f1cd452b7482" > IOobject< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00150" > 150< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab3738b20dfa25d66228f6a7571d97aa0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab3738b20dfa25d66228f6a7571d97aa0" > ◆ < / a > < / span > write() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool write < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1IOPattern.html" > IOPattern< / a > &   < / td >
< td class = "paramname" > < em > iop< / em >   < / td >
< / tr >
< tr >
2023-03-27 10:16:23 -07:00
< td > < / td >
2025-01-10 13:02:07 +03:30
< td > )< / td >
< td > < / td > < td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1IOobject.html#a6cfbdc0971c76486f89d1fadfcaf88c4" > IOobject< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00155" > 155< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "pointField_8hpp_source.html#l00175" > pFlow::operator< < ()< / 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_1pointField_ab3738b20dfa25d66228f6a7571d97aa0_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_ab3738b20dfa25d66228f6a7571d97aa0_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a299b5ee396d969589ede9a5880bfa831" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a299b5ee396d969589ede9a5880bfa831" > ◆ < / a > < / span > TypeInfoTemplateNV2()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoTemplateNV2 < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > " pointField< T, MemorySpace > "   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > VectorType::memoerySpaceName()  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "af0681df9e78649a8b342cf395898d8f5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af0681df9e78649a8b342cf395898d8f5" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > & operator= < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < T, MemorySpace > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > rhs< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a0905972b57fe1805434f133d0a282c7a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0905972b57fe1805434f133d0a282c7a" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > & operator= < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < T, MemorySpace > & &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a3cb48bd802b31d2b669049e7a8cf9c68" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3cb48bd802b31d2b669049e7a8cf9c68" > ◆ < / a > < / span > clone()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1pointField.html#a1063c9fa94710fcea36468cd35295fe0" > pointFieldType< / a > > clone < / 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 = "pointField__old_8hpp_source.html#l00104" > 104< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a60e604c17930fbb5dfa6716c51f7a7ca" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a60e604c17930fbb5dfa6716c51f7a7ca" > ◆ < / a > < / span > clonePtr()< / 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_1pointField.html#a1063c9fa94710fcea36468cd35295fe0" > pointFieldType< / a > * clonePtr < / 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 = "pointField__old_8hpp_source.html#l00109" > 109< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "af594ba73474d415474d32afc783799b1" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af594ba73474d415474d32afc783799b1" > ◆ < / a > < / span > pStruct() < 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 >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & pStruct < / 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 = "pointField__old_8hpp_source.html#l00117" > 117< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aab9550b3f59f76a254d15a2d537bb395" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab9550b3f59f76a254d15a2d537bb395" > ◆ < / a > < / span > allActive()< / 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 = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > bool allActive < / 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 = "pointField__old_8hpp_source.html#l00123" > 123< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.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 = "pointFieldAlgorithms_8hpp_source.html#l00099" > pFlow::maxActive()< / 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_1pointField_aab9550b3f59f76a254d15a2d537bb395_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_aab9550b3f59f76a254d15a2d537bb395_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a785cd9cdbd48a18c6bddb623fa1740da" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a785cd9cdbd48a18c6bddb623fa1740da" > ◆ < / a > < / span > isActive()< / 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 = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > bool isActive < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > label  < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointField__old_8hpp_source.html#l00129" > 129< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a313b7aa0a8e0fc78d0e9d1d8ee0b3f47" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a313b7aa0a8e0fc78d0e9d1d8ee0b3f47" > ◆ < / a > < / span > pointFlag()< / 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" > const auto& < a class = "el" href = "classpFlow_1_1pointFlag.html" > pointFlag< / a > < / 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 = "pointField__old_8hpp_source.html#l00133" > 133< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.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 = "pointFieldAlgorithms_8hpp_source.html#l00099" > pFlow::maxActive()< / 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_1pointField_a313b7aa0a8e0fc78d0e9d1d8ee0b3f47_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_a313b7aa0a8e0fc78d0e9d1d8ee0b3f47_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "afef304b4d4497e45857f6edef9b049e6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afef304b4d4497e45857f6edef9b049e6" > ◆ < / a > < / span > activeRange()< / 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" > range activeRange < / 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 = "pointField__old_8hpp_source.html#l00138" > 138< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.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 = "AdamsBashforth2_8cpp_source.html#l00036" > pFlow::intAllActive()< / a > , and < a class = "el" href = "AdamsBashforth2_8cpp_source.html#l00061" > pFlow::intScattered()< / a > .< / p >
< div id = "dynsection-11" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-11-trigger" src = "closed.png" alt = "+" / > Here is the caller 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_1pointField_afef304b4d4497e45857f6edef9b049e6_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_afef304b4d4497e45857f6edef9b049e6_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "abae5b084c84ba20afd60cbbec92e3124" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abae5b084c84ba20afd60cbbec92e3124" > ◆ < / a > < / span > update()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool update < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const eventMessage &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > msg< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ab0f80e66016e581c7c92ac96e43c3eca" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab0f80e66016e581c7c92ac96e43c3eca" > ◆ < / a > < / span > readPointField() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool readPointField < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aa8b686deb96050edefdcef6f22aab8f0" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa8b686deb96050edefdcef6f22aab8f0" > ◆ < / a > < / span > writePointField() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool writePointField < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aff8e92ab47032ae811d1271161cb9b22" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aff8e92ab47032ae811d1271161cb9b22" > ◆ < / a > < / span > read() < 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 >
< td class = "memname" > bool read < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointField__old_8hpp_source.html#l00154" > 154< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a6a40de4ceed55b2f78cf3027739dfd91" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a40de4ceed55b2f78cf3027739dfd91" > ◆ < / a > < / span > write() < 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 >
< td class = "memname" > bool write < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointField__old_8hpp_source.html#l00159" > 159< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-02 14:53:54 -07:00
< / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a8bc29a1664f097dfba88b30c29e5e7e3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8bc29a1664f097dfba88b30c29e5e7e3" > ◆ < / a > < / span > boundaryFieldList_< / 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_1pointField.html#a75a410daf13583da751aa732c0155eea" > boundaryFieldListType< / a > boundaryFieldList_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > list of boundaries < / p >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00059" > 59< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "pointField_8hpp_source.html#l00128" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::BoundaryField()< / a > , < a class = "el" href = "pointField_8hpp_source.html#l00123" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::boundaryFields()< / a > , < a class = "el" href = "pointField_8hpp_source.html#l00138" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::fill()< / a > , < a class = "el" href = "pointField_8hpp_source.html#l00106" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::updateBoundaries()< / a > , and < a class = "el" href = "pointField_8hpp_source.html#l00115" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::updateBoundariesSlaveToMasterIfRequested()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a24220ba2b901d78e0c7d398bd36d4d7d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a24220ba2b901d78e0c7d398bd36d4d7d" > ◆ < / a > < / span > pStruct_< / 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_1pointStructure.html" > pointStructure< / a > & pStruct_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > refrence to point structure < / p >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00062" > 62< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.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 = "pointField__old_8hpp_source.html#l00138" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::activeRange()< / a > , < a class = "el" href = "pointField__old_8hpp_source.html#l00123" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::allActive()< / a > , < a class = "el" href = "pointField__old_8hpp_source.html#l00129" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::isActive()< / a > , < a class = "el" href = "pointField__old_8hpp_source.html#l00133" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::pointFlag()< / a > , and < a class = "el" href = "pointField_8hpp_source.html#l00134" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::pStruct()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a3ede7be1f8d98c2fa4af7860cdcaf787" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3ede7be1f8d98c2fa4af7860cdcaf787" > ◆ < / a > < / span > defaultValue_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > T defaultValue_< / 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 class = "definition" > Definition at line < a class = "el" href = "pointField__old_8hpp_source.html#l00068" > 68< / a > of file < a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
2025-01-10 13:02:07 +03:30
< li > src/phasicFlow/containers/pointField/pointField/< a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > < / li >
< li > src/phasicFlow/containers/pointField/pointField/< a class = "el" href = "pointField__old_8hpp_source.html" > pointField_old.hpp< / a > < / li >
< li > src/phasicFlow/containers/pointField/pointField/< a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > < / li >
2023-03-27 10:16:23 -07:00
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / 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 >