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: rectangleMesh Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1rectangleMesh.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "classpFlow_1_1rectangleMesh-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > rectangleMesh Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for rectangleMesh:< / 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_1rectangleMesh__inherit__graph.png" border = "0" usemap = "#rectangleMesh_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "rectangleMesh_inherit__map" id = "rectangleMesh_inherit__map" >
< area shape = "rect" title = " " alt = "" coords = "5,80,124,107" / >
< area shape = "rect" href = "classpFlow_1_1cells.html" title = " " alt = "" coords = "7,5,122,32" / >
< / 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 rectangleMesh:< / 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_1rectangleMesh__coll__graph.png" border = "0" usemap = "#rectangleMesh_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "rectangleMesh_coll__map" id = "rectangleMesh_coll__map" >
< area shape = "rect" title = " " alt = "" coords = "5,80,124,107" / >
< area shape = "rect" href = "classpFlow_1_1cells.html" title = " " alt = "" coords = "7,5,122,32" / >
< / 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-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a2bf2932530024402644f21e7316d3b83" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#a2bf2932530024402644f21e7316d3b83" > TypeInfoNV< / a > (" rectangleMesh" )< / td > < / tr >
< tr class = "separator:a2bf2932530024402644f21e7316d3b83" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af2378132894a4925db728a29dd6cfd65" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#af2378132894a4925db728a29dd6cfd65" > rectangleMesh< / a > ()< / td > < / tr >
< tr class = "separator:af2378132894a4925db728a29dd6cfd65" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae385521c7dc99c52ccd8bcd42a01b83b" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#ae385521c7dc99c52ccd8bcd42a01b83b" > rectangleMesh< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & minP, const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & maxP, < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > < a class = "el" href = "classpFlow_1_1cells.html#a103c0d44baf9aa23e9f2fc151678905f" > nx< / a > , < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > < a class = "el" href = "classpFlow_1_1cells.html#aa70433dff70a92ca9c74616c1e3b48e6" > ny< / a > , < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > < a class = "el" href = "classpFlow_1_1cells.html#a5e549f8b31612df62519b37e65954fc8" > nz< / a > )< / td > < / tr >
< tr class = "separator:ae385521c7dc99c52ccd8bcd42a01b83b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0fe74c638bf0643238dbd8b6061811fa" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#a0fe74c638bf0643238dbd8b6061811fa" > rectangleMesh< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a0fe74c638bf0643238dbd8b6061811fa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae78787442aa40fcf2bc230db0b4267f4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#ae78787442aa40fcf2bc230db0b4267f4" > rectangleMesh< / a > (const < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > & )=default< / td > < / tr >
< tr class = "separator:ae78787442aa40fcf2bc230db0b4267f4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad12f09f1fe501f833073287c5a1208cf" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#ad12f09f1fe501f833073287c5a1208cf" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > & )=default< / td > < / tr >
< tr class = "separator:ad12f09f1fe501f833073287c5a1208cf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3b57aefc47a31d699404342ea7eb2485" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#a3b57aefc47a31d699404342ea7eb2485" > rectangleMesh< / a > (< a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > & & )=default< / td > < / tr >
< tr class = "separator:a3b57aefc47a31d699404342ea7eb2485" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad1461a909d4bfaaa18518d314a844f5b" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#ad1461a909d4bfaaa18518d314a844f5b" > operator=< / a > (< a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > & & )=default< / td > < / tr >
< tr class = "separator:ad1461a909d4bfaaa18518d314a844f5b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae8f828ad15d4718d4ac69d092e1eeb46" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#ae8f828ad15d4718d4ac69d092e1eeb46" > ~rectangleMesh< / a > ()=default< / td > < / tr >
< tr class = "separator:ae8f828ad15d4718d4ac69d092e1eeb46" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abf3bc0d1aa6f6cedfde5da544f6613a0" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a94809bdb48183ff3ef62935d56f5c1e0" > int64< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#abf3bc0d1aa6f6cedfde5da544f6613a0" > size< / a > () const< / td > < / tr >
< tr class = "separator:abf3bc0d1aa6f6cedfde5da544f6613a0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9c4607334754054ca306b31fb749a6c0" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#a9c4607334754054ca306b31fb749a6c0" > cellVol< / a > () const< / td > < / tr >
< tr class = "separator:a9c4607334754054ca306b31fb749a6c0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2f4d0c6add48d99f499aa6d0d69eee76" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#a2f4d0c6add48d99f499aa6d0d69eee76" > minPoint< / a > () const< / td > < / tr >
< tr class = "separator:a2f4d0c6add48d99f499aa6d0d69eee76" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a670949890a6d49ec34562bdaa68f5ea7" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#a670949890a6d49ec34562bdaa68f5ea7" > maxPoint< / a > () const< / td > < / tr >
< tr class = "separator:a670949890a6d49ec34562bdaa68f5ea7" > < 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_1rectangleMesh.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_1rectangleMesh.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 = "memitem:a61b34edb9a411ddf347a902fa6f5c9a2" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html#a61b34edb9a411ddf347a902fa6f5c9a2" > writeToVtk< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:a61b34edb9a411ddf347a902fa6f5c9a2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1cells" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1cells')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1cells.html" > cells< int32 > < / a > < / td > < / tr >
< tr class = "memitem:ad3d63298d5caff2151c5f668739dded6 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#ad3d63298d5caff2151c5f668739dded6" > cells< / a > ()< / td > < / tr >
< tr class = "separator:ad3d63298d5caff2151c5f668739dded6 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a616df0d63575c19a901ea6923147cd33 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a616df0d63575c19a901ea6923147cd33" > cells< / a > (const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & < a class = "el" href = "classpFlow_1_1cells.html#a3f60000177e9be96d15a5cb63bdd4c17" > domain< / a > , < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > < a class = "el" href = "classpFlow_1_1cells.html#a6507d41c8151540f5972661c7a3f8d30" > cellSize< / a > )< / td > < / tr >
< tr class = "separator:a616df0d63575c19a901ea6923147cd33 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6fb05e2360d79abab0ac460ca04ad50e inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a6fb05e2360d79abab0ac460ca04ad50e" > cells< / a > (const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & < a class = "el" href = "classpFlow_1_1cells.html#a3f60000177e9be96d15a5cb63bdd4c17" > domain< / a > , < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > < a class = "el" href = "classpFlow_1_1cells.html#a103c0d44baf9aa23e9f2fc151678905f" > nx< / a > , < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > < a class = "el" href = "classpFlow_1_1cells.html#aa70433dff70a92ca9c74616c1e3b48e6" > ny< / a > , < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > < a class = "el" href = "classpFlow_1_1cells.html#a5e549f8b31612df62519b37e65954fc8" > nz< / a > )< / td > < / tr >
< tr class = "separator:a6fb05e2360d79abab0ac460ca04ad50e inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab044ceeb1abca27318a836d4f15cb567 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#ab044ceeb1abca27318a836d4f15cb567" > cells< / a > (const < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & )=default< / td > < / tr >
< tr class = "separator:ab044ceeb1abca27318a836d4f15cb567 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1e417a2f66123d555e24c4e241641472 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a1e417a2f66123d555e24c4e241641472" > cells< / a > (< a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & & )=default< / td > < / tr >
< tr class = "separator:a1e417a2f66123d555e24c4e241641472 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:ad3d63298d5caff2151c5f668739dded6 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#ad3d63298d5caff2151c5f668739dded6" > cells< / a > ()< / td > < / tr >
< tr class = "separator:ad3d63298d5caff2151c5f668739dded6 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a616df0d63575c19a901ea6923147cd33 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a616df0d63575c19a901ea6923147cd33" > cells< / a > (const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & < a class = "el" href = "classpFlow_1_1cells.html#a3f60000177e9be96d15a5cb63bdd4c17" > domain< / a > , < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > < a class = "el" href = "classpFlow_1_1cells.html#a6507d41c8151540f5972661c7a3f8d30" > cellSize< / a > )< / td > < / tr >
< tr class = "separator:a616df0d63575c19a901ea6923147cd33 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6fb05e2360d79abab0ac460ca04ad50e inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a6fb05e2360d79abab0ac460ca04ad50e" > cells< / a > (const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & < a class = "el" href = "classpFlow_1_1cells.html#a3f60000177e9be96d15a5cb63bdd4c17" > domain< / a > , < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > < a class = "el" href = "classpFlow_1_1cells.html#a103c0d44baf9aa23e9f2fc151678905f" > nx< / a > , < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > < a class = "el" href = "classpFlow_1_1cells.html#aa70433dff70a92ca9c74616c1e3b48e6" > ny< / a > , < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > < a class = "el" href = "classpFlow_1_1cells.html#a5e549f8b31612df62519b37e65954fc8" > nz< / a > )< / td > < / tr >
< tr class = "separator:a6fb05e2360d79abab0ac460ca04ad50e inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab044ceeb1abca27318a836d4f15cb567 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#ab044ceeb1abca27318a836d4f15cb567" > cells< / a > (const < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & )=default< / td > < / tr >
< tr class = "separator:ab044ceeb1abca27318a836d4f15cb567 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1e417a2f66123d555e24c4e241641472 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a1e417a2f66123d555e24c4e241641472" > cells< / a > (< a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & & )=default< / td > < / tr >
< tr class = "separator:a1e417a2f66123d555e24c4e241641472 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a28766f2d75868928c721fcf917e10ca2 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a28766f2d75868928c721fcf917e10ca2" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & )=default< / td > < / tr >
< tr class = "separator:a28766f2d75868928c721fcf917e10ca2 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7695ab501078c987ef5090ee8f81ff9 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#aa7695ab501078c987ef5090ee8f81ff9" > operator=< / a > (< a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & & )=default< / td > < / tr >
< tr class = "separator:aa7695ab501078c987ef5090ee8f81ff9 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a28766f2d75868928c721fcf917e10ca2 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a28766f2d75868928c721fcf917e10ca2" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & )=default< / td > < / tr >
< tr class = "separator:a28766f2d75868928c721fcf917e10ca2 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7695ab501078c987ef5090ee8f81ff9 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#aa7695ab501078c987ef5090ee8f81ff9" > operator=< / a > (< a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & & )=default< / td > < / tr >
< tr class = "separator:aa7695ab501078c987ef5090ee8f81ff9 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab4957227ae46b934b9f779363e6c83c inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#aab4957227ae46b934b9f779363e6c83c" > getCells< / a > () const< / td > < / tr >
< tr class = "separator:aab4957227ae46b934b9f779363e6c83c inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:aab4957227ae46b934b9f779363e6c83c inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#aab4957227ae46b934b9f779363e6c83c" > getCells< / a > () const< / td > < / tr >
< tr class = "separator:aab4957227ae46b934b9f779363e6c83c inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ac85134d434244d9392bf9e85409e0dbc inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#ac85134d434244d9392bf9e85409e0dbc" > setCellSize< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > < a class = "el" href = "classpFlow_1_1cells.html#a6507d41c8151540f5972661c7a3f8d30" > cellSize< / a > )< / td > < / tr >
< tr class = "separator:ac85134d434244d9392bf9e85409e0dbc inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf72965b7f6214b7401db0a0171db764 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#adf72965b7f6214b7401db0a0171db764" > setCellSize< / a > (< a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > < a class = "el" href = "classpFlow_1_1cells.html#a6507d41c8151540f5972661c7a3f8d30" > cellSize< / a > )< / td > < / tr >
< tr class = "separator:adf72965b7f6214b7401db0a0171db764 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:ac85134d434244d9392bf9e85409e0dbc inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#ac85134d434244d9392bf9e85409e0dbc" > setCellSize< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > < a class = "el" href = "classpFlow_1_1cells.html#a6507d41c8151540f5972661c7a3f8d30" > cellSize< / a > )< / td > < / tr >
< tr class = "separator:ac85134d434244d9392bf9e85409e0dbc inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf72965b7f6214b7401db0a0171db764 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#adf72965b7f6214b7401db0a0171db764" > setCellSize< / a > (< a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > < a class = "el" href = "classpFlow_1_1cells.html#a6507d41c8151540f5972661c7a3f8d30" > cellSize< / a > )< / td > < / tr >
< tr class = "separator:adf72965b7f6214b7401db0a0171db764 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6507d41c8151540f5972661c7a3f8d30 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a6507d41c8151540f5972661c7a3f8d30" > cellSize< / a > () const< / td > < / tr >
< tr class = "separator:a6507d41c8151540f5972661c7a3f8d30 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a6507d41c8151540f5972661c7a3f8d30 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a6507d41c8151540f5972661c7a3f8d30" > cellSize< / a > () const< / td > < / tr >
< tr class = "separator:a6507d41c8151540f5972661c7a3f8d30 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a88bb499251f955a6f7fdc9cde78270ed inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a88bb499251f955a6f7fdc9cde78270ed" > numCells< / a > () const< / td > < / tr >
< tr class = "separator:a88bb499251f955a6f7fdc9cde78270ed inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a88bb499251f955a6f7fdc9cde78270ed inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a88bb499251f955a6f7fdc9cde78270ed" > numCells< / a > () const< / td > < / tr >
< tr class = "separator:a88bb499251f955a6f7fdc9cde78270ed inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a103c0d44baf9aa23e9f2fc151678905f inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a103c0d44baf9aa23e9f2fc151678905f" > nx< / a > () const< / td > < / tr >
< tr class = "separator:a103c0d44baf9aa23e9f2fc151678905f inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a103c0d44baf9aa23e9f2fc151678905f inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a103c0d44baf9aa23e9f2fc151678905f" > nx< / a > () const< / td > < / tr >
< tr class = "separator:a103c0d44baf9aa23e9f2fc151678905f inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa70433dff70a92ca9c74616c1e3b48e6 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#aa70433dff70a92ca9c74616c1e3b48e6" > ny< / a > () const< / td > < / tr >
< tr class = "separator:aa70433dff70a92ca9c74616c1e3b48e6 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:aa70433dff70a92ca9c74616c1e3b48e6 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#aa70433dff70a92ca9c74616c1e3b48e6" > ny< / a > () const< / td > < / tr >
< tr class = "separator:aa70433dff70a92ca9c74616c1e3b48e6 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5e549f8b31612df62519b37e65954fc8 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a5e549f8b31612df62519b37e65954fc8" > nz< / a > () const< / td > < / tr >
< tr class = "separator:a5e549f8b31612df62519b37e65954fc8 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a5e549f8b31612df62519b37e65954fc8 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a5e549f8b31612df62519b37e65954fc8" > nz< / a > () const< / td > < / tr >
< tr class = "separator:a5e549f8b31612df62519b37e65954fc8 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a30407b0f1d3278ff34800ef45997cb84 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a94809bdb48183ff3ef62935d56f5c1e0" > int64< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a30407b0f1d3278ff34800ef45997cb84" > totalCells< / a > () const< / td > < / tr >
< tr class = "separator:a30407b0f1d3278ff34800ef45997cb84 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a30407b0f1d3278ff34800ef45997cb84 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a94809bdb48183ff3ef62935d56f5c1e0" > int64< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a30407b0f1d3278ff34800ef45997cb84" > totalCells< / a > () const< / td > < / tr >
< tr class = "separator:a30407b0f1d3278ff34800ef45997cb84 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3f60000177e9be96d15a5cb63bdd4c17 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a3f60000177e9be96d15a5cb63bdd4c17" > domain< / a > () const< / td > < / tr >
< tr class = "separator:a3f60000177e9be96d15a5cb63bdd4c17 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a3f60000177e9be96d15a5cb63bdd4c17 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a3f60000177e9be96d15a5cb63bdd4c17" > domain< / a > () const< / td > < / tr >
< tr class = "separator:a3f60000177e9be96d15a5cb63bdd4c17 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a5c6423585a7ad6ad55f6df56c459bd inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a6a5c6423585a7ad6ad55f6df56c459bd" > pointIndex< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p) const< / td > < / tr >
< tr class = "separator:a6a5c6423585a7ad6ad55f6df56c459bd inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a6a5c6423585a7ad6ad55f6df56c459bd inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a6a5c6423585a7ad6ad55f6df56c459bd" > pointIndex< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p) const< / td > < / tr >
< tr class = "separator:a6a5c6423585a7ad6ad55f6df56c459bd inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae16870dd025bb71d3dafdc755cedd946 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#ae16870dd025bb71d3dafdc755cedd946" > pointIndexInDomain< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > p, < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & index) const< / td > < / tr >
< tr class = "separator:ae16870dd025bb71d3dafdc755cedd946 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:ae16870dd025bb71d3dafdc755cedd946 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#ae16870dd025bb71d3dafdc755cedd946" > pointIndexInDomain< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > p, < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & index) const< / td > < / tr >
< tr class = "separator:ae16870dd025bb71d3dafdc755cedd946 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:afddde66f6a63e9dc2b78c740cc4c0949 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#afddde66f6a63e9dc2b78c740cc4c0949" > inDomain< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p) const< / td > < / tr >
< tr class = "separator:afddde66f6a63e9dc2b78c740cc4c0949 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:afddde66f6a63e9dc2b78c740cc4c0949 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#afddde66f6a63e9dc2b78c740cc4c0949" > inDomain< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p) const< / td > < / tr >
< tr class = "separator:afddde66f6a63e9dc2b78c740cc4c0949 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a35eb36ff8390e5ad23a70f2a304a326d inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a35eb36ff8390e5ad23a70f2a304a326d" > isInRange< / a > (const < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & cell) const< / td > < / tr >
< tr class = "separator:a35eb36ff8390e5ad23a70f2a304a326d inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1755e19f5555acc13bed60cbe4952283 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a1755e19f5555acc13bed60cbe4952283" > isInRange< / a > (< a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > i, < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > j, < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > k) const< / td > < / tr >
< tr class = "separator:a1755e19f5555acc13bed60cbe4952283 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a35eb36ff8390e5ad23a70f2a304a326d inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a35eb36ff8390e5ad23a70f2a304a326d" > isInRange< / a > (const < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & cell) const< / td > < / tr >
< tr class = "separator:a35eb36ff8390e5ad23a70f2a304a326d inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1755e19f5555acc13bed60cbe4952283 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a1755e19f5555acc13bed60cbe4952283" > isInRange< / a > (< a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > i, < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > j, < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > k) const< / td > < / tr >
< tr class = "separator:a1755e19f5555acc13bed60cbe4952283 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4bb4067c00c519c5a613dbc1c076dd0f inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a4bb4067c00c519c5a613dbc1c076dd0f" > extendBox< / a > (const < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & p1, const < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & p2, const < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & p3, < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > extent, < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & minP, < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & maxP) const< / td > < / tr >
< tr class = "separator:a4bb4067c00c519c5a613dbc1c076dd0f inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a989eee28d3bba158140e994c9cf6ccf7 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a989eee28d3bba158140e994c9cf6ccf7" > extendBox< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p1, const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p2, const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p3, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > extent, < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & minP, < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & maxP) const< / td > < / tr >
< tr class = "separator:a989eee28d3bba158140e994c9cf6ccf7 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a4bb4067c00c519c5a613dbc1c076dd0f inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a4bb4067c00c519c5a613dbc1c076dd0f" > extendBox< / a > (const < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & p1, const < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & p2, const < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & p3, < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > extent, < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & minP, < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > & maxP) const< / td > < / tr >
< tr class = "separator:a4bb4067c00c519c5a613dbc1c076dd0f inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a989eee28d3bba158140e994c9cf6ccf7 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a989eee28d3bba158140e994c9cf6ccf7" > extendBox< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p1, const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p2, const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p3, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > extent, < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & minP, < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & maxP) const< / td > < / tr >
< tr class = "separator:a989eee28d3bba158140e994c9cf6ccf7 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a109e8d4c8c126b11cc22366416628515 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a109e8d4c8c126b11cc22366416628515" > bound< / a > (< a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > p) const< / td > < / tr >
< tr class = "separator:a109e8d4c8c126b11cc22366416628515 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab10317c14e2180777a6d745a2427a2bc inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#ab10317c14e2180777a6d745a2427a2bc" > bound< / a > (< a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > p) const< / td > < / tr >
< tr class = "separator:ab10317c14e2180777a6d745a2427a2bc inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a109e8d4c8c126b11cc22366416628515 inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a109e8d4c8c126b11cc22366416628515" > bound< / a > (< a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > p) const< / td > < / tr >
< tr class = "separator:a109e8d4c8c126b11cc22366416628515 inherit pub_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab10317c14e2180777a6d745a2427a2bc inherit pub_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#ab10317c14e2180777a6d745a2427a2bc" > bound< / a > (< a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > p) const< / td > < / tr >
< tr class = "separator:ab10317c14e2180777a6d745a2427a2bc inherit pub_methods_classpFlow_1_1cells" > < 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 pub_types_classpFlow_1_1cells" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_types_classpFlow_1_1cells')" > < img src = "closed.png" alt = "-" / >   Public Types inherited from < a class = "el" href = "classpFlow_1_1cells.html" > cells< int32 > < / a > < / td > < / tr >
< tr class = "memitem:aa9e4fb31c9788931c99bc7251b5dd86e inherit pub_types_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > = < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > > < / td > < / tr >
< tr class = "separator:aa9e4fb31c9788931c99bc7251b5dd86e inherit pub_types_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:aa9e4fb31c9788931c99bc7251b5dd86e inherit pub_types_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a > = < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > > < / td > < / tr >
< tr class = "separator:aa9e4fb31c9788931c99bc7251b5dd86e inherit pub_types_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pro_methods_classpFlow_1_1cells" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classpFlow_1_1cells')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classpFlow_1_1cells.html" > cells< int32 > < / a > < / td > < / tr >
< tr class = "memitem:a192000f430504a4772f7bbc5895ae850 inherit pro_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a192000f430504a4772f7bbc5895ae850" > calculate< / a > ()< / td > < / tr >
< tr class = "separator:a192000f430504a4772f7bbc5895ae850 inherit pro_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a192000f430504a4772f7bbc5895ae850 inherit pro_methods_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a192000f430504a4772f7bbc5895ae850" > calculate< / a > ()< / td > < / tr >
< tr class = "separator:a192000f430504a4772f7bbc5895ae850 inherit pro_methods_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pro_attribs_classpFlow_1_1cells" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1cells')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1cells.html" > cells< int32 > < / a > < / td > < / tr >
< tr class = "memitem:aab1dcc2ee3915125ba5aa7e66678d2b8 inherit pro_attribs_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1box.html" > box< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#aab1dcc2ee3915125ba5aa7e66678d2b8" > domain_< / a > < / td > < / tr >
< tr class = "separator:aab1dcc2ee3915125ba5aa7e66678d2b8 inherit pro_attribs_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0b9d14b08f72f5e11d83d1c065e23bac inherit pro_attribs_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a0b9d14b08f72f5e11d83d1c065e23bac" > cellSize_< / a > < / td > < / tr >
< tr class = "separator:a0b9d14b08f72f5e11d83d1c065e23bac inherit pro_attribs_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a53f28b84a7bbd7b06110e9f35df5119a inherit pro_attribs_classpFlow_1_1cells" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1cells.html#aa9e4fb31c9788931c99bc7251b5dd86e" > CellType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a53f28b84a7bbd7b06110e9f35df5119a" > numCells_< / a > < / td > < / tr >
< tr class = "separator:a53f28b84a7bbd7b06110e9f35df5119a inherit pro_attribs_classpFlow_1_1cells" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "rectangleMesh_8hpp_source.html#l00031" > 31< / a > of file < a class = "el" href = "rectangleMesh_8hpp_source.html" > rectangleMesh.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "af2378132894a4925db728a29dd6cfd65" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af2378132894a4925db728a29dd6cfd65" > ◆ < / a > < / span > rectangleMesh() < span class = "overload" > [1/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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "rectangleMesh_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "rectangleMesh_8hpp_source.html" > rectangleMesh.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ae385521c7dc99c52ccd8bcd42a01b83b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae385521c7dc99c52ccd8bcd42a01b83b" > ◆ < / a > < / span > rectangleMesh() < span class = "overload" > [2/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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > minP< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > maxP< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
< td class = "paramname" > < em > nx< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
< td class = "paramname" > < em > ny< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
< td class = "paramname" > < em > nz< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "rectangleMesh_8hpp_source.html#l00045" > 45< / a > of file < a class = "el" href = "rectangleMesh_8hpp_source.html" > rectangleMesh.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a0fe74c638bf0643238dbd8b6061811fa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0fe74c638bf0643238dbd8b6061811fa" > ◆ < / a > < / span > rectangleMesh() < span class = "overload" > [3/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 = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "rectangleMesh_8hpp_source.html#l00058" > 58< / a > of file < a class = "el" href = "rectangleMesh_8hpp_source.html" > rectangleMesh.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ae78787442aa40fcf2bc230db0b4267f4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae78787442aa40fcf2bc230db0b4267f4" > ◆ < / a > < / span > rectangleMesh() < span class = "overload" > [4/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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a3b57aefc47a31d699404342ea7eb2485" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3b57aefc47a31d699404342ea7eb2485" > ◆ < / a > < / span > rectangleMesh() < 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > & &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ae8f828ad15d4718d4ac69d092e1eeb46" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae8f828ad15d4718d4ac69d092e1eeb46" > ◆ < / a > < / span > ~rectangleMesh()< / 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#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > ~< a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a2bf2932530024402644f21e7316d3b83" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2bf2932530024402644f21e7316d3b83" > ◆ < / a > < / span > TypeInfoNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoNV < / td >
< td > (< / td >
< td class = "paramtype" > " rectangleMesh"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ad12f09f1fe501f833073287c5a1208cf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad12f09f1fe501f833073287c5a1208cf" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ad1461a909d4bfaaa18518d314a844f5b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad1461a909d4bfaaa18518d314a844f5b" > ◆ < / 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1rectangleMesh.html" > rectangleMesh< / a > & &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "abf3bc0d1aa6f6cedfde5da544f6613a0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abf3bc0d1aa6f6cedfde5da544f6613a0" > ◆ < / a > < / span > size()< / 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#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a94809bdb48183ff3ef62935d56f5c1e0" > int64< / a > size < / 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 = "rectangleMesh_8hpp_source.html#l00087" > 87< / a > of file < a class = "el" href = "rectangleMesh_8hpp_source.html" > rectangleMesh.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2cells_8hpp_source.html#l00145" > cells< int32 > ::totalCells()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "rectMeshField_8hpp_source.html#l00100" > rectMeshField< int32, HostSpace > ::size()< / 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 call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1rectangleMesh_abf3bc0d1aa6f6cedfde5da544f6613a0_cgraph.png" border = "0" usemap = "#classpFlow_1_1rectangleMesh_abf3bc0d1aa6f6cedfde5da544f6613a0_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1rectangleMesh_abf3bc0d1aa6f6cedfde5da544f6613a0_cgraph" id = "classpFlow_1_1rectangleMesh_abf3bc0d1aa6f6cedfde5da544f6613a0_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,53,39" / >
< area shape = "rect" href = "classpFlow_1_1cells.html#a30407b0f1d3278ff34800ef45997cb84" title = " " alt = "" coords = "101,5,248,47" / >
< / map >
< / div >
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_1rectangleMesh_abf3bc0d1aa6f6cedfde5da544f6613a0_icgraph.png" border = "0" usemap = "#classpFlow_1_1rectangleMesh_abf3bc0d1aa6f6cedfde5da544f6613a0_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1rectangleMesh_abf3bc0d1aa6f6cedfde5da544f6613a0_icgraph" id = "classpFlow_1_1rectangleMesh_abf3bc0d1aa6f6cedfde5da544f6613a0_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "249,13,297,39" / >
< area shape = "rect" href = "classpFlow_1_1rectMeshField.html#abf3bc0d1aa6f6cedfde5da544f6613a0" title = " " alt = "" coords = "5,5,201,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a9c4607334754054ca306b31fb749a6c0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9c4607334754054ca306b31fb749a6c0" > ◆ < / a > < / span > cellVol()< / 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#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > cellVol < / 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 = "rectangleMesh_8hpp_source.html#l00093" > 93< / a > of file < a class = "el" href = "rectangleMesh_8hpp_source.html" > rectangleMesh.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2cells_8hpp_source.html#l00115" > cells< int32 > ::cellSize()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "rectMeshField_8hpp_source.html#l00126" > rectMeshField< int32, HostSpace > ::cellVol()< / 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 call graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1rectangleMesh_a9c4607334754054ca306b31fb749a6c0_cgraph.png" border = "0" usemap = "#classpFlow_1_1rectangleMesh_a9c4607334754054ca306b31fb749a6c0_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1rectangleMesh_a9c4607334754054ca306b31fb749a6c0_cgraph" id = "classpFlow_1_1rectangleMesh_a9c4607334754054ca306b31fb749a6c0_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,71,39" / >
< area shape = "rect" href = "classpFlow_1_1cells.html#a6507d41c8151540f5972661c7a3f8d30" title = " " alt = "" coords = "119,5,265,47" / >
< / map >
< / div >
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_1rectangleMesh_a9c4607334754054ca306b31fb749a6c0_icgraph.png" border = "0" usemap = "#classpFlow_1_1rectangleMesh_a9c4607334754054ca306b31fb749a6c0_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1rectangleMesh_a9c4607334754054ca306b31fb749a6c0_icgraph" id = "classpFlow_1_1rectangleMesh_a9c4607334754054ca306b31fb749a6c0_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "216,20,281,47" / >
< area shape = "rect" href = "classpFlow_1_1rectMeshField.html#a9c4607334754054ca306b31fb749a6c0" title = " " alt = "" coords = "5,5,168,61" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a2f4d0c6add48d99f499aa6d0d69eee76" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2f4d0c6add48d99f499aa6d0d69eee76" > ◆ < / a > < / span > minPoint()< / 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 > auto minPoint < / 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 = "rectangleMesh_8hpp_source.html#l00100" > 100< / a > of file < a class = "el" href = "rectangleMesh_8hpp_source.html" > rectangleMesh.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2cells_8hpp_source.html#l00152" > cells< int32 > ::domain()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "rectangleMesh_8hpp_source.html#l00121" > rectangleMesh::writeToVtk()< / 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 call 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_1rectangleMesh_a2f4d0c6add48d99f499aa6d0d69eee76_cgraph.png" border = "0" usemap = "#classpFlow_1_1rectangleMesh_a2f4d0c6add48d99f499aa6d0d69eee76_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1rectangleMesh_a2f4d0c6add48d99f499aa6d0d69eee76_cgraph" id = "classpFlow_1_1rectangleMesh_a2f4d0c6add48d99f499aa6d0d69eee76_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,85,39" / >
< area shape = "rect" href = "classpFlow_1_1cells.html#a3f60000177e9be96d15a5cb63bdd4c17" title = " " alt = "" coords = "133,5,280,47" / >
< / map >
< / div >
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_1rectangleMesh_a2f4d0c6add48d99f499aa6d0d69eee76_icgraph.png" border = "0" usemap = "#classpFlow_1_1rectangleMesh_a2f4d0c6add48d99f499aa6d0d69eee76_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1rectangleMesh_a2f4d0c6add48d99f499aa6d0d69eee76_icgraph" id = "classpFlow_1_1rectangleMesh_a2f4d0c6add48d99f499aa6d0d69eee76_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "144,5,224,32" / >
< area shape = "rect" href = "classpFlow_1_1rectangleMesh.html#a61b34edb9a411ddf347a902fa6f5c9a2" title = " " alt = "" coords = "5,5,96,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a670949890a6d49ec34562bdaa68f5ea7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a670949890a6d49ec34562bdaa68f5ea7" > ◆ < / a > < / span > maxPoint()< / 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 > auto maxPoint < / 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 = "rectangleMesh_8hpp_source.html#l00106" > 106< / a > of file < a class = "el" href = "rectangleMesh_8hpp_source.html" > rectangleMesh.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2cells_8hpp_source.html#l00152" > cells< int32 > ::domain()< / 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 call 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_1rectangleMesh_a670949890a6d49ec34562bdaa68f5ea7_cgraph.png" border = "0" usemap = "#classpFlow_1_1rectangleMesh_a670949890a6d49ec34562bdaa68f5ea7_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1rectangleMesh_a670949890a6d49ec34562bdaa68f5ea7_cgraph" id = "classpFlow_1_1rectangleMesh_a670949890a6d49ec34562bdaa68f5ea7_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,89,39" / >
< area shape = "rect" href = "classpFlow_1_1cells.html#a3f60000177e9be96d15a5cb63bdd4c17" title = " " alt = "" coords = "137,5,284,47" / >
< / 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 = "rectangleMesh_8hpp_source.html#l00111" > 111< / a > of file < a class = "el" href = "rectangleMesh_8hpp_source.html" > rectangleMesh.hpp< / a > .< / p >
< / 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 = "rectangleMesh_8hpp_source.html#l00116" > 116< / a > of file < a class = "el" href = "rectangleMesh_8hpp_source.html" > rectangleMesh.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a61b34edb9a411ddf347a902fa6f5c9a2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a61b34edb9a411ddf347a902fa6f5c9a2" > ◆ < / a > < / span > writeToVtk()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool writeToVtk < / 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 = "rectangleMesh_8hpp_source.html#l00121" > 121< / a > of file < a class = "el" href = "rectangleMesh_8hpp_source.html" > rectangleMesh.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2cells_8hpp_source.html#l00115" > cells< int32 > ::cellSize()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00320" > pFlow::endl()< / a > , < a class = "el" href = "rectangleMesh_8hpp_source.html#l00100" > rectangleMesh::minPoint()< / a > , < a class = "el" href = "Interaction_2contactSearch_2cells_8hpp_source.html#l00127" > cells< int32 > ::nx()< / a > , < a class = "el" href = "Interaction_2contactSearch_2cells_8hpp_source.html#l00133" > cells< int32 > ::ny()< / a > , and < a class = "el" href = "Interaction_2contactSearch_2cells_8hpp_source.html#l00139" > cells< int32 > ::nz()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1rectangleMesh_a61b34edb9a411ddf347a902fa6f5c9a2_cgraph.png" border = "0" usemap = "#classpFlow_1_1rectangleMesh_a61b34edb9a411ddf347a902fa6f5c9a2_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1rectangleMesh_a61b34edb9a411ddf347a902fa6f5c9a2_cgraph" id = "classpFlow_1_1rectangleMesh_a61b34edb9a411ddf347a902fa6f5c9a2_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,151,96,178" / >
< area shape = "rect" href = "classpFlow_1_1cells.html#a6507d41c8151540f5972661c7a3f8d30" title = " " alt = "" coords = "144,5,291,47" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = "Add newline and flush stream." alt = "" coords = "169,71,266,98" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "classpFlow_1_1rectangleMesh.html#a2f4d0c6add48d99f499aa6d0d69eee76" title = " " alt = "" coords = "177,122,257,149" / >
< area shape = "rect" href = "classpFlow_1_1cells.html#a103c0d44baf9aa23e9f2fc151678905f" title = " " alt = "" coords = "144,173,291,215" / >
< area shape = "rect" href = "classpFlow_1_1cells.html#aa70433dff70a92ca9c74616c1e3b48e6" title = " " alt = "" coords = "144,239,291,280" / >
< area shape = "rect" href = "classpFlow_1_1cells.html#a5e549f8b31612df62519b37e65954fc8" title = " " alt = "" coords = "144,304,291,345" / >
< / map >
< / div >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > utilities/postprocessPhasicFlow/< a class = "el" href = "rectangleMesh_8hpp_source.html" > rectangleMesh.hpp< / 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_1rectangleMesh.html" > rectangleMesh< / 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 >