2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
2023-04-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: pointField< VectorField, T, MemorySpace > Class Template Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_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 > |
< a href = "classpFlow_1_1pointField-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > pointField< VectorField, T, MemorySpace > Class Template Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for pointField< VectorField, T, MemorySpace > :< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1pointField__inherit__graph.png" border = "0" usemap = "#pointField_3_01VectorField_00_01T_00_01MemorySpace_01_4_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "pointField_3_01VectorField_00_01T_00_01MemorySpace_01_4_inherit__map" id = "pointField_3_01VectorField_00_01T_00_01MemorySpace_01_4_inherit__map" >
2023-04-23 12:52:57 -07:00
< area shape = "rect" title = " " alt = "" coords = "197,126,373,167" / >
< area shape = "rect" href = "classpFlow_1_1pointField.html" title = " " alt = "" coords = "575,5,725,61" / >
< area shape = "rect" href = "classpFlow_1_1pointField.html" title = " " alt = "" coords = "575,85,725,141" / >
< area shape = "rect" href = "classpFlow_1_1pointField.html" title = " " alt = "" coords = "589,165,711,192" / >
< area shape = "rect" href = "classpFlow_1_1pointField.html" title = " " alt = "" coords = "575,216,725,272" / >
< area shape = "rect" href = "classpFlow_1_1eventObserver.html" title = " " alt = "" coords = "17,104,136,131" / >
< area shape = "rect" href = "classpFlow_1_1Field.html" title = " " alt = "" coords = "5,155,148,197" / >
2023-03-27 10:16:23 -07:00
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for pointField< VectorField, T, MemorySpace > :< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1pointField__coll__graph.png" border = "0" usemap = "#pointField_3_01VectorField_00_01T_00_01MemorySpace_01_4_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "pointField_3_01VectorField_00_01T_00_01MemorySpace_01_4_coll__map" id = "pointField_3_01VectorField_00_01T_00_01MemorySpace_01_4_coll__map" >
< area shape = "rect" title = " " alt = "" coords = "132,109,309,151" / >
< area shape = "rect" href = "classpFlow_1_1eventObserver.html" title = " " alt = "" coords = "5,13,124,39" / >
< area shape = "rect" href = "classpFlow_1_1Field.html" title = " " alt = "" coords = "149,5,293,47" / >
< area shape = "rect" href = "classpFlow_1_1pointStructure.html" title = " " alt = "" coords = "317,13,431,39" / >
< / map >
< 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 >
< 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 >
< 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 < a class = "el" href = "classpFlow_1_1Field.html#a17f93ef6c6f1b09493247dc4bfc8034e" > FieldType::VectorType< / a > < / td > < / tr >
< tr class = "separator:a21a2a37839edb0ffc02a7cfac6ca72b8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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 < a class = "el" href = "classpFlow_1_1Field.html#a2b8f0ba308c4037e39ec503b9a1e4d0b" > FieldType::iterator< / a > < / td > < / tr >
< tr class = "separator:ad9407c8288db9ae18e7902d8dc299b30" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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 < a class = "el" href = "classpFlow_1_1Field.html#a0e58d55cd5bd8a9c53545f1ae89ca05a" > FieldType::constIterator< / a > < / td > < / tr >
< tr class = "separator:aa3fec7e25f50ac758c32ed1c95874adc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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 < a class = "el" href = "classpFlow_1_1Field.html#a24e1cc28757f0776d455faa2a92cc094" > FieldType::reference< / a > < / td > < / tr >
< tr class = "separator:aebe3eaed133a292a0698d6da1e3add0f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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 < a class = "el" href = "classpFlow_1_1Field.html#a8cce8c465d5f59897e0e94fa3d29f816" > FieldType::constReference< / a > < / td > < / tr >
< tr class = "separator:a138e3112b462f65f1ad50a9bf56e1da6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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 < a class = "el" href = "classpFlow_1_1Field.html#a74686019fa98a3db8312edc2c71076ea" > FieldType::valueType< / a > < / td > < / tr >
< tr class = "separator:aee590d7dd65b9f02778474552e5a76f0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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 < a class = "el" href = "classpFlow_1_1Field.html#a15206b415c09500493d38c91b970e958" > FieldType::pointer< / a > < / td > < / tr >
< tr class = "separator:aa3eef3be821cfdd7a297e2b86689b0ae" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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 < a class = "el" href = "classpFlow_1_1Field.html#a31d8ae42c5b5086aac03094022636a7e" > FieldType::constPointer< / a > < / td > < / tr >
< tr class = "separator:aa5df8e4ad5359a7c041b10c56d9eec23" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_types_classpFlow_1_1Field" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_types_classpFlow_1_1Field')" > < img src = "closed.png" alt = "-" / >   Public Types inherited from < a class = "el" href = "classpFlow_1_1Field.html" > Field< VectorField, T, void > < / a > < / td > < / tr >
< tr class = "memitem:a17f93ef6c6f1b09493247dc4bfc8034e inherit pub_types_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a17f93ef6c6f1b09493247dc4bfc8034e" > VectorType< / a > = VectorField< T, void > < / td > < / tr >
< tr class = "separator:a17f93ef6c6f1b09493247dc4bfc8034e inherit pub_types_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9c21898f701f587608a900ee4a709097 inherit pub_types_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a9c21898f701f587608a900ee4a709097" > FieldType< / a > = < a class = "el" href = "classpFlow_1_1Field.html" > Field< / a > < VectorField, T, void > < / td > < / tr >
< tr class = "separator:a9c21898f701f587608a900ee4a709097 inherit pub_types_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2b8f0ba308c4037e39ec503b9a1e4d0b inherit pub_types_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a2b8f0ba308c4037e39ec503b9a1e4d0b" > iterator< / a > = typename VectorType::iterator< / td > < / tr >
< tr class = "separator:a2b8f0ba308c4037e39ec503b9a1e4d0b inherit pub_types_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0e58d55cd5bd8a9c53545f1ae89ca05a inherit pub_types_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a0e58d55cd5bd8a9c53545f1ae89ca05a" > constIterator< / a > = typename VectorType::constIterator< / td > < / tr >
< tr class = "separator:a0e58d55cd5bd8a9c53545f1ae89ca05a inherit pub_types_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a24e1cc28757f0776d455faa2a92cc094 inherit pub_types_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a24e1cc28757f0776d455faa2a92cc094" > reference< / a > = typename VectorType::reference< / td > < / tr >
< tr class = "separator:a24e1cc28757f0776d455faa2a92cc094 inherit pub_types_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8cce8c465d5f59897e0e94fa3d29f816 inherit pub_types_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a8cce8c465d5f59897e0e94fa3d29f816" > constReference< / a > = typename VectorType::constReference< / td > < / tr >
< tr class = "separator:a8cce8c465d5f59897e0e94fa3d29f816 inherit pub_types_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a74686019fa98a3db8312edc2c71076ea inherit pub_types_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a74686019fa98a3db8312edc2c71076ea" > valueType< / a > = typename VectorType::valueType< / td > < / tr >
< tr class = "separator:a74686019fa98a3db8312edc2c71076ea inherit pub_types_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a15206b415c09500493d38c91b970e958 inherit pub_types_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a15206b415c09500493d38c91b970e958" > pointer< / a > = typename VectorType::pointer< / td > < / tr >
< tr class = "separator:a15206b415c09500493d38c91b970e958 inherit pub_types_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a31d8ae42c5b5086aac03094022636a7e inherit pub_types_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a31d8ae42c5b5086aac03094022636a7e" > constPointer< / a > = typename VectorType::constPointer< / td > < / tr >
< tr class = "separator:a31d8ae42c5b5086aac03094022636a7e inherit pub_types_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem: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 >
< 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_1eventObserver.html#a7d5ac42c30174e7700a36b3d05de5747" > subscribe< / a > =true)< / td > < / tr >
< tr class = "separator:ad45afd3b2dbf5ddf23e4632abbd59113" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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_1eventObserver.html#a7d5ac42c30174e7700a36b3d05de5747" > subscribe< / a > =true)< / td > < / tr >
< tr class = "separator:a615a338c0b4f44a8282545bc24ad7f33" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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_1eventObserver.html#a7d5ac42c30174e7700a36b3d05de5747" > subscribe< / a > )< / td > < / tr >
< 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 >
< tr class = "memitem:a2dd413ae6bd64de854f127dfd90b23d5" > < 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#a2dd413ae6bd64de854f127dfd90b23d5" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > & rhs)< / td > < / tr >
< tr class = "separator:a2dd413ae6bd64de854f127dfd90b23d5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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 >
< 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 > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i) const< / td > < / tr >
< 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 >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:afef304b4d4497e45857f6edef9b049e6" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a304d8581876270871949bf5d4755036a" > range< / a >   < / 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 >
< 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 < a class = "el" href = "classpFlow_1_1eventMessage.html" > eventMessage< / a > & msg)< / td > < / tr >
< 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 >
< tr class = "inherit_header pub_methods_classpFlow_1_1eventObserver" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1eventObserver')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1eventObserver.html" > eventObserver< / a > < / td > < / tr >
< tr class = "memitem:a69e17341cf34a16cf432fe89b5d1e3d1 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#a69e17341cf34a16cf432fe89b5d1e3d1" > eventObserver< / a > ()< / td > < / tr >
< tr class = "separator:a69e17341cf34a16cf432fe89b5d1e3d1 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a500a83ecd496c5f393e815fd0597b728 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#a500a83ecd496c5f393e815fd0597b728" > eventObserver< / a > (const < a class = "el" href = "classpFlow_1_1eventSubscriber.html" > eventSubscriber< / a > & subscriber, bool < a class = "el" href = "classpFlow_1_1eventObserver.html#a7d5ac42c30174e7700a36b3d05de5747" > subscribe< / a > =true)< / td > < / tr >
< tr class = "separator:a500a83ecd496c5f393e815fd0597b728 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab4a79ac5fa9ae6f5074748fe4b8fc954 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#ab4a79ac5fa9ae6f5074748fe4b8fc954" > ~eventObserver< / a > ()< / td > < / tr >
< tr class = "separator:ab4a79ac5fa9ae6f5074748fe4b8fc954 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0bbca55d6c8f234990c4f78bf4449288 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#a0bbca55d6c8f234990c4f78bf4449288" > subscribed< / a > () const< / td > < / tr >
< tr class = "separator:a0bbca55d6c8f234990c4f78bf4449288 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7d5ac42c30174e7700a36b3d05de5747 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#a7d5ac42c30174e7700a36b3d05de5747" > subscribe< / a > (const < a class = "el" href = "classpFlow_1_1eventSubscriber.html" > eventSubscriber< / a > & subscriber)< / td > < / tr >
< tr class = "separator:a7d5ac42c30174e7700a36b3d05de5747 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6945b636972adfaba66c9ca5f1e68a25 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#a6945b636972adfaba66c9ca5f1e68a25" > invalidateSubscriber< / a > ()< / td > < / tr >
< tr class = "separator:a6945b636972adfaba66c9ca5f1e68a25 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1Field" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1Field')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1Field.html" > Field< VectorField, T, void > < / a > < / td > < / tr >
< tr class = "memitem:a85d26f06e18178fb3664d54f7ae9d660 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a85d26f06e18178fb3664d54f7ae9d660" > TypeInfoTemplateNV2< / a > (" Field" , T, VectorType::memoerySpaceName())< / td > < / tr >
< tr class = "separator:a85d26f06e18178fb3664d54f7ae9d660 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a37d975a33e390747a97a453bc0455107 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a37d975a33e390747a97a453bc0455107" > Field< / a > ()< / td > < / tr >
< tr class = "separator:a37d975a33e390747a97a453bc0455107 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a305695108ec00bbd1b32e77fe4b808cc inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a305695108ec00bbd1b32e77fe4b808cc" > Field< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1Field.html#ae03507823e79fef9640057b290e69c67" > fieldKey< / a > )< / td > < / tr >
< tr class = "separator:a305695108ec00bbd1b32e77fe4b808cc inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a677b63b1fe9e5d48118598ccf4ed313d inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a677b63b1fe9e5d48118598ccf4ed313d" > Field< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1Field.html#ae03507823e79fef9640057b290e69c67" > fieldKey< / a > )< / td > < / tr >
< tr class = "separator:a677b63b1fe9e5d48118598ccf4ed313d inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa645eb887857ae3a79f3fd1fd7e2efe7 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#aa645eb887857ae3a79f3fd1fd7e2efe7" > Field< / a > (size_t len)< / td > < / tr >
< tr class = "separator:aa645eb887857ae3a79f3fd1fd7e2efe7 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a44a34b82821cdf41eedf6210c043f669 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a44a34b82821cdf41eedf6210c043f669" > Field< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1Field.html#ae03507823e79fef9640057b290e69c67" > fieldKey< / a > , size_t len)< / td > < / tr >
< tr class = "separator:a44a34b82821cdf41eedf6210c043f669 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afaf4226f4c67b47e1299c55a54f21733 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#afaf4226f4c67b47e1299c55a54f21733" > Field< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1Field.html#ae03507823e79fef9640057b290e69c67" > fieldKey< / a > , size_t len)< / td > < / tr >
< tr class = "separator:afaf4226f4c67b47e1299c55a54f21733 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad89c215f894a90053549b10f99a31cd2 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#ad89c215f894a90053549b10f99a31cd2" > Field< / a > (size_t len, const T & val)< / td > < / tr >
< tr class = "separator:ad89c215f894a90053549b10f99a31cd2 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a67a8ed8e45a1e7647c25fcbd44ecd96d inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a67a8ed8e45a1e7647c25fcbd44ecd96d" > Field< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1Field.html#ae03507823e79fef9640057b290e69c67" > fieldKey< / a > , size_t len, const T & val)< / td > < / tr >
< tr class = "separator:a67a8ed8e45a1e7647c25fcbd44ecd96d inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a677755da27b97125abd8690520e469b3 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a677755da27b97125abd8690520e469b3" > Field< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1Field.html#ae03507823e79fef9640057b290e69c67" > fieldKey< / a > , size_t len, const T & val)< / td > < / tr >
< tr class = "separator:a677755da27b97125abd8690520e469b3 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a55fe65e3cb043fb055af84968c1d3d58 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a55fe65e3cb043fb055af84968c1d3d58" > Field< / a > (size_t capacity, size_t len, < a class = "el" href = "structRESERVE.html" > RESERVE< / a > )< / td > < / tr >
< tr class = "separator:a55fe65e3cb043fb055af84968c1d3d58 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa8f4042ece998abbe22fd5bec836d6e1 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#aa8f4042ece998abbe22fd5bec836d6e1" > Field< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1Field.html#ae03507823e79fef9640057b290e69c67" > fieldKey< / a > , size_t capacity, size_t len, < a class = "el" href = "structRESERVE.html" > RESERVE< / a > )< / td > < / tr >
< tr class = "separator:aa8f4042ece998abbe22fd5bec836d6e1 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:accde17c10fc753920eb4601eb787791f inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#accde17c10fc753920eb4601eb787791f" > Field< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1Field.html#ae03507823e79fef9640057b290e69c67" > fieldKey< / a > , size_t capacity, size_t len, < a class = "el" href = "structRESERVE.html" > RESERVE< / a > )< / td > < / tr >
< tr class = "separator:accde17c10fc753920eb4601eb787791f inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6db158c4fed7b49e831d5e21b6501512 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a6db158c4fed7b49e831d5e21b6501512" > Field< / a > (const < a class = "el" href = "classpFlow_1_1Vector.html" > Vector< / a > < T > & vec)< / td > < / tr >
< tr class = "separator:a6db158c4fed7b49e831d5e21b6501512 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a083ef991abc37177cf71c0ed6dcc19fd inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a083ef991abc37177cf71c0ed6dcc19fd" > Field< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1Field.html#ae03507823e79fef9640057b290e69c67" > fieldKey< / a > , const < a class = "el" href = "classpFlow_1_1Vector.html" > Vector< / a > < T > & vec)< / td > < / tr >
< tr class = "separator:a083ef991abc37177cf71c0ed6dcc19fd inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a141267793b0eff81395ebff2d5e4bcce inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a141267793b0eff81395ebff2d5e4bcce" > Field< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1Field.html#ae03507823e79fef9640057b290e69c67" > fieldKey< / a > , const < a class = "el" href = "classpFlow_1_1Vector.html" > Vector< / a > < T > & vec)< / td > < / tr >
< tr class = "separator:a141267793b0eff81395ebff2d5e4bcce inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6e59e2d8ecd94bfcd311d55efe74db71 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a6e59e2d8ecd94bfcd311d55efe74db71" > Field< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1Field.html#ae03507823e79fef9640057b290e69c67" > fieldKey< / a > , const < a class = "el" href = "classpFlow_1_1Field.html#a9c21898f701f587608a900ee4a709097" > FieldType< / a > & src)< / td > < / tr >
< tr class = "separator:a6e59e2d8ecd94bfcd311d55efe74db71 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2079b8d03d8059fed1f207669d9da4a3 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a2079b8d03d8059fed1f207669d9da4a3" > Field< / a > (const < a class = "el" href = "classpFlow_1_1Field.html#a9c21898f701f587608a900ee4a709097" > FieldType< / a > & )=default< / td > < / tr >
< tr class = "separator:a2079b8d03d8059fed1f207669d9da4a3 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a35fed9a3fc29c6bb8dd03c74d219ebaa inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a35fed9a3fc29c6bb8dd03c74d219ebaa" > Field< / a > (< a class = "el" href = "classpFlow_1_1Field.html#a9c21898f701f587608a900ee4a709097" > FieldType< / a > & & )=delete< / td > < / tr >
< tr class = "separator:a35fed9a3fc29c6bb8dd03c74d219ebaa inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1323a235cdda69110dd6b61c0e0fa65 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Field.html#a9c21898f701f587608a900ee4a709097" > FieldType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#ae1323a235cdda69110dd6b61c0e0fa65" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1Field.html#a9c21898f701f587608a900ee4a709097" > FieldType< / a > & )=default< / td > < / tr >
< tr class = "separator:ae1323a235cdda69110dd6b61c0e0fa65 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1a211731cabc0827adaf7b50e54dbd49 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Field.html#a9c21898f701f587608a900ee4a709097" > FieldType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a1a211731cabc0827adaf7b50e54dbd49" > operator=< / a > (< a class = "el" href = "classpFlow_1_1Field.html#a9c21898f701f587608a900ee4a709097" > FieldType< / a > & & )=delete< / td > < / tr >
< tr class = "separator:a1a211731cabc0827adaf7b50e54dbd49 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4209498350a024abd5cddf463cc6151b inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1Field.html#a9c21898f701f587608a900ee4a709097" > FieldType< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a4209498350a024abd5cddf463cc6151b" > clone< / a > () const< / td > < / tr >
< tr class = "separator:a4209498350a024abd5cddf463cc6151b inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a06d22196b29698681102c8b374c29143 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < a class = "el" href = "classpFlow_1_1Field.html#a9c21898f701f587608a900ee4a709097" > FieldType< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a06d22196b29698681102c8b374c29143" > clonePtr< / a > () const< / td > < / tr >
< tr class = "separator:a06d22196b29698681102c8b374c29143 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae03507823e79fef9640057b290e69c67 inherit pub_methods_classpFlow_1_1Field" > < 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_1Field.html#ae03507823e79fef9640057b290e69c67" > fieldKey< / a > () const< / td > < / tr >
< tr class = "separator:ae03507823e79fef9640057b290e69c67 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:ab7b53a83f079c1c270e62b192d09068f inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#ab7b53a83f079c1c270e62b192d09068f" > readField< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is, const size_t len, bool resume, bool readLength=true)< / td > < / tr >
< tr class = "separator:ab7b53a83f079c1c270e62b192d09068f inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a526f8a7b256bf1641fa30e476334996b inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a526f8a7b256bf1641fa30e476334996b" > readField< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is, bool resume)< / td > < / tr >
< tr class = "separator:a526f8a7b256bf1641fa30e476334996b inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ac550f175fb70daa183a4008bfd790f5f inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#ac550f175fb70daa183a4008bfd790f5f" > writeField< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:ac550f175fb70daa183a4008bfd790f5f inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a1647e0ed184c652964aaccd3e15b3c04 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a1647e0ed184c652964aaccd3e15b3c04" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is, bool resume=false)< / td > < / tr >
< tr class = "separator:a1647e0ed184c652964aaccd3e15b3c04 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a6a40de4ceed55b2f78cf3027739dfd91 inherit pub_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a6a40de4ceed55b2f78cf3027739dfd91" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:a6a40de4ceed55b2f78cf3027739dfd91 inherit pub_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a5c62d7bde0e3c333317fabe4b8806bef" > < 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#a5c62d7bde0e3c333317fabe4b8806bef" > pStruct_< / a > < / td > < / tr >
< tr class = "separator:a5c62d7bde0e3c333317fabe4b8806bef" > < td class = "memSeparator" colspan = "2" >   < / 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 >
< tr class = "inherit_header pro_attribs_classpFlow_1_1eventObserver" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1eventObserver')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1eventObserver.html" > eventObserver< / a > < / td > < / tr >
< tr class = "memitem:a0fb69aec8e6e5c3f6a27c4ecc724338b inherit pro_attribs_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1eventSubscriber.html" > eventSubscriber< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#a0fb69aec8e6e5c3f6a27c4ecc724338b" > subscriber_< / a > = nullptr< / td > < / tr >
< tr class = "separator:a0fb69aec8e6e5c3f6a27c4ecc724338b inherit pro_attribs_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afe38338c2fa622334e0f3d49d455ab47 inherit pro_attribs_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#afe38338c2fa622334e0f3d49d455ab47" > subscribed_< / a > = false< / td > < / tr >
< tr class = "separator:afe38338c2fa622334e0f3d49d455ab47 inherit pro_attribs_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_attribs_classpFlow_1_1Field" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1Field')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1Field.html" > Field< VectorField, T, void > < / a > < / td > < / tr >
< tr class = "memitem:a2b353c24fbd6c2b144cab85ee50b8dd6 inherit pro_attribs_classpFlow_1_1Field" > < 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_1Field.html#a2b353c24fbd6c2b144cab85ee50b8dd6" > fieldKey_< / a > < / td > < / tr >
< tr class = "separator:a2b353c24fbd6c2b144cab85ee50b8dd6 inherit pro_attribs_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "inherited" > < / a >
Additional Inherited Members< / h2 > < / td > < / tr >
< tr class = "inherit_header pro_methods_classpFlow_1_1Field" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classpFlow_1_1Field')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classpFlow_1_1Field.html" > Field< VectorField, T, void > < / a > < / td > < / tr >
< tr class = "memitem:a4a088d05c6030840715e4590719ea2f2 inherit pro_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a4a088d05c6030840715e4590719ea2f2" > readUniform< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is, size_t len, bool readLength=true)< / td > < / tr >
< tr class = "separator:a4a088d05c6030840715e4590719ea2f2 inherit pro_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a65fb54f18c87499159f30c6d4514c674 inherit pro_methods_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a65fb54f18c87499159f30c6d4514c674" > readNonUniform< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is, size_t len)< / td > < / tr >
< tr class = "separator:a65fb54f18c87499159f30c6d4514c674 inherit pro_methods_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_static_attribs_classpFlow_1_1Field" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_static_attribs_classpFlow_1_1Field')" > < img src = "closed.png" alt = "-" / >   Static Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1Field.html" > Field< VectorField, T, void > < / a > < / td > < / tr >
< tr class = "memitem:a7c3f2d5a74856425892835688d908f72 inherit pro_static_attribs_classpFlow_1_1Field" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1Field.html#a7c3f2d5a74856425892835688d908f72" > FKey< / a > < / td > < / tr >
< tr class = "separator:a7c3f2d5a74856425892835688d908f72 inherit pro_static_attribs_classpFlow_1_1Field" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < h3 > template< template< class, class > class VectorField, class T, class MemorySpace = void> < br / >
class pFlow::pointField< VectorField, T, MemorySpace > < / h3 >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00035" > 35< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< 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" >
< 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 = "a5e050a125891e919a41915663f1871f4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5e050a125891e919a41915663f1871f4" > ◆ < / a > < / span > FieldType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < 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 >
< / 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 = "a21a2a37839edb0ffc02a7cfac6ca72b8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a21a2a37839edb0ffc02a7cfac6ca72b8" > ◆ < / a > < / span > VectorType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#a21a2a37839edb0ffc02a7cfac6ca72b8" > VectorType< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a17f93ef6c6f1b09493247dc4bfc8034e" > FieldType::VectorType< / 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 = "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 >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#ad9407c8288db9ae18e7902d8dc299b30" > iterator< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a2b8f0ba308c4037e39ec503b9a1e4d0b" > FieldType::iterator< / 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 = "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 >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1pointField.html#aa3fec7e25f50ac758c32ed1c95874adc" > constIterator< / a > = typename < a class = "el" href = "classpFlow_1_1Field.html#a0e58d55cd5bd8a9c53545f1ae89ca05a" > FieldType::constIterator< / 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 = "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 < a class = "el" href = "classpFlow_1_1Field.html#a24e1cc28757f0776d455faa2a92cc094" > FieldType::reference< / 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 >
< 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 < a class = "el" href = "classpFlow_1_1Field.html#a8cce8c465d5f59897e0e94fa3d29f816" > FieldType::constReference< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00054" > 54< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.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 < a class = "el" href = "classpFlow_1_1Field.html#a74686019fa98a3db8312edc2c71076ea" > FieldType::valueType< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00056" > 56< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.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 < a class = "el" href = "classpFlow_1_1Field.html#a15206b415c09500493d38c91b970e958" > FieldType::pointer< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00058" > 58< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.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 < a class = "el" href = "classpFlow_1_1Field.html#a31d8ae42c5b5086aac03094022636a7e" > FieldType::constPointer< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00060" > 60< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "ad45afd3b2dbf5ddf23e4632abbd59113" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad45afd3b2dbf5ddf23e4632abbd59113" > ◆ < / a > < / span > pointField() < span class = "overload" > [1/5]< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8cpp_source.html#l00045" > 45< / a > of file < a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a615a338c0b4f44a8282545bc24ad7f33" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a615a338c0b4f44a8282545bc24ad7f33" > ◆ < / a > < / span > pointField() < span class = "overload" > [2/5]< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8cpp_source.html#l00062" > 62< / a > of file < a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a7a9f02d4ecd31574afa11ff15ce2730c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7a9f02d4ecd31574afa11ff15ce2730c" > ◆ < / a > < / span > pointField() < span class = "overload" > [3/5]< / 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 > < VectorField, 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" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8cpp_source.html#l00079" > 79< / a > of file < a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a1a529c131e9dd11ed01a452cf85cfa81" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1a529c131e9dd11ed01a452cf85cfa81" > ◆ < / a > < / span > pointField() < span class = "overload" > [4/5]< / 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 > < VectorField, T, MemorySpace > &   < / td >
< td class = "paramname" > < em > src< / em > < / 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#l00091" > 91< / a > of file < a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a4e3dcdd8ee62b6d3f6a27404da2cddc2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4e3dcdd8ee62b6d3f6a27404da2cddc2" > ◆ < / a > < / span > pointField() < span class = "overload" > [5/5]< / 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 > < VectorField, 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 = "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 >
< td class = "paramtype" > " pointField< VectorField, 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 = "a2dd413ae6bd64de854f127dfd90b23d5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2dd413ae6bd64de854f127dfd90b23d5" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1pointField.html" > pFlow::pointField< / a > < VectorField, T, MemorySpace > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < VectorField, T, MemorySpace > &   < / td >
< td class = "paramname" > < em > rhs< / em > < / 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#l00099" > 99< / a > of file < a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > .< / p >
< / 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 >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < VectorField, T, MemorySpace > & &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< 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" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00104" > 104< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00109" > 109< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / div >
< / div >
< a id = "af594ba73474d415474d32afc783799b1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af594ba73474d415474d32afc783799b1" > ◆ < / a > < / span > pStruct()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_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" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00117" > 117< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / 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" >
< 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 >
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldAlgorithms_8hpp_source.html#l00100" > pFlow::maxActive()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< 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;" >
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 >
< map name = "classpFlow_1_1pointField_aab9550b3f59f76a254d15a2d537bb395_icgraph" id = "classpFlow_1_1pointField_aab9550b3f59f76a254d15a2d537bb395_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "192,5,271,32" / >
< area shape = "rect" href = "namespacepFlow.html#a901374af9bb829fbdb7b4b8f836da5e3" title = " " alt = "" coords = "5,5,144,32" / >
< / map >
< / 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 >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< 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" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00129" > 129< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / 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 >
< td class = "memname" > const auto& pointFlag < / 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#l00133" > 133< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldAlgorithms_8hpp_source.html#l00100" > pFlow::maxActive()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< 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;" >
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 >
< map name = "classpFlow_1_1pointField_a313b7aa0a8e0fc78d0e9d1d8ee0b3f47_icgraph" id = "classpFlow_1_1pointField_a313b7aa0a8e0fc78d0e9d1d8ee0b3f47_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "192,5,275,32" / >
< area shape = "rect" href = "namespacepFlow.html#a901374af9bb829fbdb7b4b8f836da5e3" title = " " alt = "" coords = "5,5,144,32" / >
< / map >
< / 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 >
2023-04-13 11:46:41 -07:00
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a304d8581876270871949bf5d4755036a" > range< / a > 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" >
< 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-04-23 12:52:57 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "AdamsBashforth2_8hpp_source.html#l00121" > AdamsBashforth2::intRange()< / a > , < a class = "el" href = "AdamsBashforth3_8hpp_source.html#l00157" > AdamsBashforth3::intRange()< / a > , < a class = "el" href = "AdamsBashforth5_8hpp_source.html#l00162" > AdamsBashforth5::intRange()< / a > , < a class = "el" href = "AdamsBashforth4_8hpp_source.html#l00162" > AdamsBashforth4::intRange()< / a > , < a class = "el" href = "AdamsMoulton3_8hpp_source.html#l00141" > AdamsMoulton3::predictRange()< / a > , < a class = "el" href = "AdamsMoulton4_8hpp_source.html#l00144" > AdamsMoulton4::predictRange()< / a > , and < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00147" > AdamsMoulton5::predictRange()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< 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;" >
< / div >
< div id = "dynsection-4-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 >
< map name = "classpFlow_1_1pointField_afef304b4d4497e45857f6edef9b049e6_icgraph" id = "classpFlow_1_1pointField_afef304b4d4497e45857f6edef9b049e6_icgraph" >
2023-04-23 12:52:57 -07:00
< area shape = "rect" title = " " alt = "" coords = "239,209,341,235" / >
< area shape = "rect" href = "classpFlow_1_1AdamsBashforth2.html#a191dc9197b587f09bb5ee7989b0ba43e" title = "Integrate on active points in the active range." alt = "" coords = "5,5,191,47" / >
< area shape = "rect" href = "classpFlow_1_1AdamsBashforth3.html#a191dc9197b587f09bb5ee7989b0ba43e" title = "Integrate on active points in the active range." alt = "" coords = "5,71,191,112" / >
< area shape = "rect" href = "classpFlow_1_1AdamsBashforth4.html#a191dc9197b587f09bb5ee7989b0ba43e" title = "Integrate on active points in the active range." alt = "" coords = "5,136,191,177" / >
< area shape = "rect" href = "classpFlow_1_1AdamsBashforth5.html#a191dc9197b587f09bb5ee7989b0ba43e" title = "Integrate on active points in the active range." alt = "" coords = "5,201,191,243" / >
< area shape = "rect" href = "classpFlow_1_1AdamsMoulton3.html#aaa8ac3ebc39d8702e08e1f71c5843974" title = "Prediction step on active points in the active range." alt = "" coords = "11,267,185,308" / >
< area shape = "rect" href = "classpFlow_1_1AdamsMoulton4.html#aaa8ac3ebc39d8702e08e1f71c5843974" title = "Prediction step on active points in the active range." alt = "" coords = "11,332,185,373" / >
< area shape = "rect" href = "classpFlow_1_1AdamsMoulton5.html#aaa8ac3ebc39d8702e08e1f71c5843974" title = "Prediction step on active points in the active range." alt = "" coords = "11,397,185,439" / >
2023-03-27 10:16:23 -07:00
< / map >
< / 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 = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool update < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1eventMessage.html" > eventMessage< / a > &   < / td >
< td class = "paramname" > < em > msg< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1eventObserver.html#a64730bf40b61714954f7d250702052df" > eventObserver< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8cpp_source.html#l00111" > 111< / a > of file < a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > .< / p >
< / div >
< / div >
< a id = "ab0f80e66016e581c7c92ac96e43c3eca" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab0f80e66016e581c7c92ac96e43c3eca" > ◆ < / a > < / span > readPointField()< / h2 >
< 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" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8cpp_source.html#l00024" > 24< / a > of file < a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > .< / p >
2023-04-23 12:52:57 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "pointField_8hpp_source.html#l00154" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::read()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1pointField_ab0f80e66016e581c7c92ac96e43c3eca_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_ab0f80e66016e581c7c92ac96e43c3eca_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1pointField_ab0f80e66016e581c7c92ac96e43c3eca_icgraph" id = "classpFlow_1_1pointField_ab0f80e66016e581c7c92ac96e43c3eca_icgraph" >
2023-04-23 12:52:57 -07:00
< area shape = "rect" title = " " alt = "" coords = "252,20,367,47" / >
< area shape = "rect" href = "classpFlow_1_1pointField.html#aff8e92ab47032ae811d1271161cb9b22" title = " " alt = "" coords = "5,5,204,61" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "aa8b686deb96050edefdcef6f22aab8f0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa8b686deb96050edefdcef6f22aab8f0" > ◆ < / a > < / span > writePointField()< / h2 >
< 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" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8cpp_source.html#l00034" > 34< / a > of file < a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > .< / p >
2023-04-23 12:52:57 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "pointField_8hpp_source.html#l00159" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::write()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1pointField_aa8b686deb96050edefdcef6f22aab8f0_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_aa8b686deb96050edefdcef6f22aab8f0_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1pointField_aa8b686deb96050edefdcef6f22aab8f0_icgraph" id = "classpFlow_1_1pointField_aa8b686deb96050edefdcef6f22aab8f0_icgraph" >
2023-04-23 12:52:57 -07:00
< area shape = "rect" title = " " alt = "" coords = "215,27,333,54" / >
< area shape = "rect" href = "classpFlow_1_1pointField.html#a6a40de4ceed55b2f78cf3027739dfd91" title = " " alt = "" coords = "5,5,167,76" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "aff8e92ab47032ae811d1271161cb9b22" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aff8e92ab47032ae811d1271161cb9b22" > ◆ < / a > < / span > read()< / h2 >
< 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" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00154" > 154< / 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#l00166" > pFlow::operator> > ()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1pointField_aff8e92ab47032ae811d1271161cb9b22_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_aff8e92ab47032ae811d1271161cb9b22_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1pointField_aff8e92ab47032ae811d1271161cb9b22_icgraph" id = "classpFlow_1_1pointField_aff8e92ab47032ae811d1271161cb9b22_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "199,5,249,32" / >
< area shape = "rect" href = "namespacepFlow.html#af7d2adb5e13871e6889d0d9edb00428b" title = " " alt = "" coords = "5,5,151,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a6a40de4ceed55b2f78cf3027739dfd91" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a40de4ceed55b2f78cf3027739dfd91" > ◆ < / a > < / span > write()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool write < / td >
< td > (< / td >
< td class = "paramtype" > < 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" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00159" > 159< / 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#l00179" > pFlow::operator< < ()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< 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;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1pointField_a6a40de4ceed55b2f78cf3027739dfd91_icgraph.png" border = "0" usemap = "#classpFlow_1_1pointField_a6a40de4ceed55b2f78cf3027739dfd91_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1pointField_a6a40de4ceed55b2f78cf3027739dfd91_icgraph" id = "classpFlow_1_1pointField_a6a40de4ceed55b2f78cf3027739dfd91_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "199,5,253,32" / >
< area shape = "rect" href = "namespacepFlow.html#a1904bf2fb9a46a81c5387ec3e05ed6af" title = " " alt = "" coords = "5,5,151,32" / >
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a5c62d7bde0e3c333317fabe4b8806bef" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5c62d7bde0e3c333317fabe4b8806bef" > ◆ < / a > < / span > pStruct_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & pStruct_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00065" > 65< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
2023-04-23 12:52:57 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "pointField_8hpp_source.html#l00138" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::activeRange()< / a > , < a class = "el" href = "pointField_8hpp_source.html#l00123" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::allActive()< / a > , < a class = "el" href = "pointField_8hpp_source.html#l00129" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::isActive()< / a > , < a class = "el" href = "pointField_8hpp_source.html#l00133" > pointField< pFlow::VectorSingle, pFlow::AB3History > ::pointFlag()< / a > , and < a class = "el" href = "pointField_8hpp_source.html#l00117" > 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" >
< p class = "definition" > Definition at line < a class = "el" href = "pointField_8hpp_source.html#l00068" > 68< / a > of file < a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/phasicFlow/containers/pointField/< a class = "el" href = "pointField_8hpp_source.html" > pointField.hpp< / a > < / li >
< li > src/phasicFlow/containers/pointField/< a class = "el" href = "pointField_8cpp_source.html" > pointField.cpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_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 >