2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
2023-04-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2025-01-10 13:02:07 +03:30
< title > PhasicFlow: cells Class Reference< / title >
2023-03-27 10:16:23 -07:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1cells.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pri-methods" > Private Member Functions< / a > |
< a href = "#pri-attribs" > Private Attributes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1cells-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2025-01-10 13:02:07 +03:30
< div class = "title" > cells Class Reference< / div > < / div >
2023-03-27 10:16:23 -07:00
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for cells:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1cells__coll__graph.png" border = "0" usemap = "#cells_coll__map" alt = "Collaboration graph" / > < / div >
2023-03-27 10:16:23 -07:00
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ad4e129ce105a976b5e132ef724baa4d9" > < 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#ad4e129ce105a976b5e132ef724baa4d9" > cells< / a > ()=default< / td > < / tr >
< tr class = "separator:ad4e129ce105a976b5e132ef724baa4d9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a616df0d63575c19a901ea6923147cd33" > < 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_1domain.html" > domain< / a > , < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > < a class = "el" href = "classpFlow_1_1cells.html#adee0d63d177602ae5a8b49cca0aaa63d" > cellSize< / a > )< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a616df0d63575c19a901ea6923147cd33" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab044ceeb1abca27318a836d4f15cb567" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a28766f2d75868928c721fcf917e10ca2" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1e417a2f66123d555e24c4e241641472" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7695ab501078c987ef5090ee8f81ff9" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab4957227ae46b934b9f779363e6c83c" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ac85134d434244d9392bf9e85409e0dbc" > < 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#adee0d63d177602ae5a8b49cca0aaa63d" > cellSize< / a > )< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ac85134d434244d9392bf9e85409e0dbc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:adee0d63d177602ae5a8b49cca0aaa63d" > < 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_1cells.html#adee0d63d177602ae5a8b49cca0aaa63d" > cellSize< / a > () const< / td > < / tr >
< tr class = "separator:adee0d63d177602ae5a8b49cca0aaa63d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aceda18186302fb80a3c4c0dc1839d669" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#aceda18186302fb80a3c4c0dc1839d669" > numCells< / a > () const< / td > < / tr >
< tr class = "separator:aceda18186302fb80a3c4c0dc1839d669" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae6d876b3633a03450560885098a7299b" > < 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#ae6d876b3633a03450560885098a7299b" > nx< / a > () const< / td > < / tr >
< tr class = "separator:ae6d876b3633a03450560885098a7299b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a36ff62adbffc48713f82bec0339e1c17" > < 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#a36ff62adbffc48713f82bec0339e1c17" > ny< / a > () const< / td > < / tr >
< tr class = "separator:a36ff62adbffc48713f82bec0339e1c17" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad081b9ebde6c7f4f082a970ed2d940dd" > < 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#ad081b9ebde6c7f4f082a970ed2d940dd" > nz< / a > () const< / td > < / tr >
< tr class = "separator:ad081b9ebde6c7f4f082a970ed2d940dd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a30407b0f1d3278ff34800ef45997cb84" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a757c2fe2e8fbd345985b904c777e5373" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a757c2fe2e8fbd345985b904c777e5373" > domainBox< / a > () const< / td > < / tr >
< tr class = "separator:a757c2fe2e8fbd345985b904c777e5373" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf0b227790c9250da67d8fd613784713" > < 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#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#adf0b227790c9250da67d8fd613784713" > pointIndex< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p) const< / td > < / tr >
< tr class = "separator:adf0b227790c9250da67d8fd613784713" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6590430b6e9260076e11d92aba79821b" > < 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#a6590430b6e9260076e11d92aba79821b" > pointIndexInDomain< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > p, < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > & index) const< / td > < / tr >
< tr class = "separator:a6590430b6e9260076e11d92aba79821b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:afddde66f6a63e9dc2b78c740cc4c0949" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aab48a267b05b25868944d25f7f8c64e0" > < 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#aab48a267b05b25868944d25f7f8c64e0" > inCellRange< / a > (const < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > & cell) const< / td > < / tr >
< tr class = "separator:aab48a267b05b25868944d25f7f8c64e0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2195429df160258dda757482c048c60c" > < 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#a2195429df160258dda757482c048c60c" > inCellRange< / 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:a2195429df160258dda757482c048c60c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a989eee28d3bba158140e994c9cf6ccf7" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a361ca6667f86241ebd9c9d23f779a575" > < 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#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a361ca6667f86241ebd9c9d23f779a575" > bound< / a > (< a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > p) const< / td > < / tr >
< tr class = "separator:a361ca6667f86241ebd9c9d23f779a575" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ab10317c14e2180777a6d745a2427a2bc" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ad4e129ce105a976b5e132ef724baa4d9" > < 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#ad4e129ce105a976b5e132ef724baa4d9" > cells< / a > ()=default< / td > < / tr >
< tr class = "separator:ad4e129ce105a976b5e132ef724baa4d9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a616df0d63575c19a901ea6923147cd33" > < 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_1domain.html" > domain< / a > , < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > < a class = "el" href = "classpFlow_1_1cells.html#adee0d63d177602ae5a8b49cca0aaa63d" > cellSize< / a > )< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "separator:a616df0d63575c19a901ea6923147cd33" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab044ceeb1abca27318a836d4f15cb567" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a28766f2d75868928c721fcf917e10ca2" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1e417a2f66123d555e24c4e241641472" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7695ab501078c987ef5090ee8f81ff9" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab4957227ae46b934b9f779363e6c83c" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ac85134d434244d9392bf9e85409e0dbc" > < 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#adee0d63d177602ae5a8b49cca0aaa63d" > cellSize< / a > )< / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "separator:ac85134d434244d9392bf9e85409e0dbc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:adee0d63d177602ae5a8b49cca0aaa63d" > < 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_1cells.html#adee0d63d177602ae5a8b49cca0aaa63d" > cellSize< / a > () const< / td > < / tr >
< tr class = "separator:adee0d63d177602ae5a8b49cca0aaa63d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aceda18186302fb80a3c4c0dc1839d669" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#aceda18186302fb80a3c4c0dc1839d669" > numCells< / a > () const< / td > < / tr >
< tr class = "separator:aceda18186302fb80a3c4c0dc1839d669" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae6d876b3633a03450560885098a7299b" > < 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#ae6d876b3633a03450560885098a7299b" > nx< / a > () const< / td > < / tr >
< tr class = "separator:ae6d876b3633a03450560885098a7299b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a36ff62adbffc48713f82bec0339e1c17" > < 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#a36ff62adbffc48713f82bec0339e1c17" > ny< / a > () const< / td > < / tr >
< tr class = "separator:a36ff62adbffc48713f82bec0339e1c17" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad081b9ebde6c7f4f082a970ed2d940dd" > < 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#ad081b9ebde6c7f4f082a970ed2d940dd" > nz< / a > () const< / td > < / tr >
< tr class = "separator:ad081b9ebde6c7f4f082a970ed2d940dd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a30407b0f1d3278ff34800ef45997cb84" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a757c2fe2e8fbd345985b904c777e5373" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a757c2fe2e8fbd345985b904c777e5373" > domainBox< / a > () const< / td > < / tr >
< tr class = "separator:a757c2fe2e8fbd345985b904c777e5373" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf0b227790c9250da67d8fd613784713" > < 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#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#adf0b227790c9250da67d8fd613784713" > pointIndex< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p) const< / td > < / tr >
< tr class = "separator:adf0b227790c9250da67d8fd613784713" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6590430b6e9260076e11d92aba79821b" > < 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#a6590430b6e9260076e11d92aba79821b" > pointIndexInDomain< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > p, < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > & index) const< / td > < / tr >
< tr class = "separator:a6590430b6e9260076e11d92aba79821b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:afddde66f6a63e9dc2b78c740cc4c0949" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aab48a267b05b25868944d25f7f8c64e0" > < 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#aab48a267b05b25868944d25f7f8c64e0" > inCellRange< / a > (const < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > & cell) const< / td > < / tr >
< tr class = "separator:aab48a267b05b25868944d25f7f8c64e0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2195429df160258dda757482c048c60c" > < 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#a2195429df160258dda757482c048c60c" > inCellRange< / 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:a2195429df160258dda757482c048c60c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a989eee28d3bba158140e994c9cf6ccf7" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a361ca6667f86241ebd9c9d23f779a575" > < 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#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a361ca6667f86241ebd9c9d23f779a575" > bound< / a > (< a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > p) const< / td > < / tr >
< tr class = "separator:a361ca6667f86241ebd9c9d23f779a575" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:ab10317c14e2180777a6d745a2427a2bc" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-methods" > < / a >
Private Member Functions< / h2 > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a192000f430504a4772f7bbc5895ae850" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a192000f430504a4772f7bbc5895ae850" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a5cc3e1e3fe43ca81dc55bdd7c49b0291" > < 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#a5cc3e1e3fe43ca81dc55bdd7c49b0291" > domainBox_< / a > {< a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > (0.0), < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > (1.0)}< / td > < / tr >
< tr class = "separator:a5cc3e1e3fe43ca81dc55bdd7c49b0291" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad0eee8f6c6bd18d0213d45f1459eec4b" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#ad0eee8f6c6bd18d0213d45f1459eec4b" > celldx_< / a > {1}< / td > < / tr >
< tr class = "separator:ad0eee8f6c6bd18d0213d45f1459eec4b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a481d0b2ca856e01d76e590c31c14ab81" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cells.html#a481d0b2ca856e01d76e590c31c14ab81" > numCells_< / a > {1,1,1}< / td > < / tr >
< tr class = "separator:a481d0b2ca856e01d76e590c31c14ab81" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2025-01-10 13:02:07 +03:30
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00031" > 31< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "ad4e129ce105a976b5e132ef724baa4d9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad4e129ce105a976b5e132ef724baa4d9" > ◆ < / a > < / span > cells() < span class = "overload" > [1/8]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< 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_1cells.html" > cells< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
2023-04-13 11:46:41 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a616df0d63575c19a901ea6923147cd33" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a616df0d63575c19a901ea6923147cd33" > ◆ < / a > < / span > cells() < span class = "overload" > [2/8]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< 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_1cells.html" > cells< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > &   < / td >
< td class = "paramname" > < em > domain< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > cellSize< / 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00045" > cells::calculate()< / a > .< / p >
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
2023-04-13 11:46:41 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a616df0d63575c19a901ea6923147cd33_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a616df0d63575c19a901ea6923147cd33_cgraph" alt = "" / > < / div >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< / div >
< a id = "ab044ceeb1abca27318a836d4f15cb567" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab044ceeb1abca27318a836d4f15cb567" > ◆ < / a > < / span > cells() < span class = "overload" > [3/8]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< 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_1cells.html" > cells< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > &   < / td >
2023-04-13 11:46:41 -07:00
< 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 = "a1e417a2f66123d555e24c4e241641472" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1e417a2f66123d555e24c4e241641472" > ◆ < / a > < / span > cells() < span class = "overload" > [4/8]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< 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_1cells.html" > cells< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & &   < / td >
2023-04-13 11:46:41 -07:00
< 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 >
2025-01-10 13:02:07 +03:30
< a id = "ad4e129ce105a976b5e132ef724baa4d9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad4e129ce105a976b5e132ef724baa4d9" > ◆ < / a > < / span > cells() < span class = "overload" > [5/8]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a616df0d63575c19a901ea6923147cd33" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a616df0d63575c19a901ea6923147cd33" > ◆ < / a > < / span > cells() < span class = "overload" > [6/8]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > &   < / td >
< td class = "paramname" > < em > domain< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > cellSize< / 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00045" > cells::calculate()< / a > .< / p >
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a616df0d63575c19a901ea6923147cd33_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a616df0d63575c19a901ea6923147cd33_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "ab044ceeb1abca27318a836d4f15cb567" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab044ceeb1abca27318a836d4f15cb567" > ◆ < / a > < / span > cells() < span class = "overload" > [7/8]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a1e417a2f66123d555e24c4e241641472" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1e417a2f66123d555e24c4e241641472" > ◆ < / a > < / span > cells() < span class = "overload" > [8/8]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a192000f430504a4772f7bbc5895ae850" > < / a >
2023-04-13 11:46:41 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a192000f430504a4772f7bbc5895ae850" > ◆ < / a > < / span > calculate() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void calculate < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00045" > 45< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00039" > cells::celldx_< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00036" > cells::domainBox_< / a > , < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00079" > pFlow::max()< / a > , < a class = "el" href = "box_8hpp_source.html#l00097" > box::maxPoint()< / a > , < a class = "el" href = "box_8hpp_source.html#l00091" > box::minPoint()< / a > , and < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00057" > cells::cells()< / a > , and < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00083" > cells::setCellSize()< / a > .< / p >
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a192000f430504a4772f7bbc5895ae850_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a192000f430504a4772f7bbc5895ae850_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1cells_a192000f430504a4772f7bbc5895ae850_icgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a192000f430504a4772f7bbc5895ae850_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a28766f2d75868928c721fcf917e10ca2" > < / a >
2023-04-13 11:46:41 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a28766f2d75868928c721fcf917e10ca2" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/4]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & operator= < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aa7695ab501078c987ef5090ee8f81ff9" > < / a >
2023-04-13 11:46:41 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa7695ab501078c987ef5090ee8f81ff9" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/4]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & operator= < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aab4957227ae46b934b9f779363e6c83c" > < / a >
2023-04-13 11:46:41 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab4957227ae46b934b9f779363e6c83c" > ◆ < / a > < / span > getCells() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > getCells < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00077" > 77< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ac85134d434244d9392bf9e85409e0dbc" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac85134d434244d9392bf9e85409e0dbc" > ◆ < / a > < / span > setCellSize() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void setCellSize < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > cellSize< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00083" > 83< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00045" > cells::calculate()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00039" > cells::celldx_< / a > , and < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00090" > cells::cellSize()< / a > .< / p >
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_ac85134d434244d9392bf9e85409e0dbc_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_ac85134d434244d9392bf9e85409e0dbc_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "adee0d63d177602ae5a8b49cca0aaa63d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adee0d63d177602ae5a8b49cca0aaa63d" > ◆ < / a > < / span > cellSize() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > cellSize < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00090" > 90< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00039" > cells::celldx_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00083" > cells::setCellSize()< / a > .< / p >
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_adee0d63d177602ae5a8b49cca0aaa63d_icgraph.png" border = "0" usemap = "#classpFlow_1_1cells_adee0d63d177602ae5a8b49cca0aaa63d_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aceda18186302fb80a3c4c0dc1839d669" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aceda18186302fb80a3c4c0dc1839d669" > ◆ < / a > < / span > numCells() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > & numCells < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00096" > 96< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ae6d876b3633a03450560885098a7299b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae6d876b3633a03450560885098a7299b" > ◆ < / a > < / span > nx() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > nx < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00102" > 102< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "mapperNBS_8cpp_source.html#l00074" > mapperNBS::allocateArrays()< / a > .< / p >
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_ae6d876b3633a03450560885098a7299b_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_ae6d876b3633a03450560885098a7299b_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_ae6d876b3633a03450560885098a7299b_icgraph.png" border = "0" usemap = "#classpFlow_1_1cells_ae6d876b3633a03450560885098a7299b_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a36ff62adbffc48713f82bec0339e1c17" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a36ff62adbffc48713f82bec0339e1c17" > ◆ < / a > < / span > ny() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > ny < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00108" > 108< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "mapperNBS_8cpp_source.html#l00074" > mapperNBS::allocateArrays()< / a > .< / p >
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a36ff62adbffc48713f82bec0339e1c17_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a36ff62adbffc48713f82bec0339e1c17_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-10-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a36ff62adbffc48713f82bec0339e1c17_icgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a36ff62adbffc48713f82bec0339e1c17_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ad081b9ebde6c7f4f082a970ed2d940dd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad081b9ebde6c7f4f082a970ed2d940dd" > ◆ < / a > < / span > nz() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > nz < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00114" > 114< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "mapperNBS_8cpp_source.html#l00074" > mapperNBS::allocateArrays()< / a > .< / p >
< div id = "dynsection-11" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-11-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-11-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_ad081b9ebde6c7f4f082a970ed2d940dd_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_ad081b9ebde6c7f4f082a970ed2d940dd_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-12" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-12-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_ad081b9ebde6c7f4f082a970ed2d940dd_icgraph.png" border = "0" usemap = "#classpFlow_1_1cells_ad081b9ebde6c7f4f082a970ed2d940dd_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "a30407b0f1d3278ff34800ef45997cb84" > < / a >
2023-04-13 11:46:41 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a30407b0f1d3278ff34800ef45997cb84" > ◆ < / a > < / span > totalCells() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a94809bdb48183ff3ef62935d56f5c1e0" > int64< / a > totalCells < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00120" > 120< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
< div id = "dynsection-13" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-13-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-13-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-13-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a30407b0f1d3278ff34800ef45997cb84_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a30407b0f1d3278ff34800ef45997cb84_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a757c2fe2e8fbd345985b904c777e5373" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a757c2fe2e8fbd345985b904c777e5373" > ◆ < / a > < / span > domainBox() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const auto& domainBox < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00127" > 127< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00036" > cells::domainBox_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "adf0b227790c9250da67d8fd613784713" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adf0b227790c9250da67d8fd613784713" > ◆ < / a > < / span > pointIndex() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > pointIndex < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > p< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00133" > 133< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00039" > cells::celldx_< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00036" > cells::domainBox_< / a > , and < a class = "el" href = "box_8hpp_source.html#l00091" > box::minPoint()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "wallBoundaryContactSearch_8cpp_source.html#l00024" > wallBoundaryContactSearch::build()< / a > , < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00085" > cellsWallLevel0::build()< / a > , < a class = "el" href = "mapperNBSKernels_8cpp_source.html#l00148" > pFlow::mapperNBSKernels::buildLists()< / a > , and < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00139" > cells::pointIndexInDomain()< / a > .< / p >
< div id = "dynsection-14" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-14-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-14-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-14-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_adf0b227790c9250da67d8fd613784713_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_adf0b227790c9250da67d8fd613784713_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-15" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-15-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-15-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-15-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_adf0b227790c9250da67d8fd613784713_icgraph.png" border = "0" usemap = "#classpFlow_1_1cells_adf0b227790c9250da67d8fd613784713_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a6590430b6e9260076e11d92aba79821b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6590430b6e9260076e11d92aba79821b" > ◆ < / a > < / span > pointIndexInDomain() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool pointIndexInDomain < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td >
< td class = "paramname" > < em > p< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > index< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00139" > 139< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00147" > cells::inDomain()< / a > , and < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00133" > cells::pointIndex()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "ppwBndryContactSearchKernels_8cpp_source.html#l00039" > pFlow::pweBndryContactSearchKernels::broadSearchPP()< / a > , < a class = "el" href = "mapperNBSKernels_8cpp_source.html#l00085" > pFlow::mapperNBSKernels::buildListsReduce()< / a > , < a class = "el" href = "ppwBndryContactSearchKernels_8cpp_source.html#l00010" > pFlow::pweBndryContactSearchKernels::buildNextHead()< / a > , and < a class = "el" href = "wallBoundaryContactSearch_8cpp_source.html#l00102" > wallBoundaryContactSearch::findPairsElementRangeCount()< / a > .< / p >
< div id = "dynsection-16" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-16-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-16-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-16-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a6590430b6e9260076e11d92aba79821b_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a6590430b6e9260076e11d92aba79821b_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-17" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-17-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-17-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-17-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a6590430b6e9260076e11d92aba79821b_icgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a6590430b6e9260076e11d92aba79821b_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "afddde66f6a63e9dc2b78c740cc4c0949" > < / a >
2023-04-13 11:46:41 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afddde66f6a63e9dc2b78c740cc4c0949" > ◆ < / a > < / span > inDomain() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool inDomain < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > p< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00147" > 147< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00036" > cells::domainBox_< / a > , and < a class = "el" href = "box_8hpp_source.html#l00084" > box::isInside()< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00139" > cells::pointIndexInDomain()< / a > .< / p >
< div id = "dynsection-18" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-18-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-18-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-18-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_afddde66f6a63e9dc2b78c740cc4c0949_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_afddde66f6a63e9dc2b78c740cc4c0949_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-19" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-19-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-19-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-19-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_afddde66f6a63e9dc2b78c740cc4c0949_icgraph.png" border = "0" usemap = "#classpFlow_1_1cells_afddde66f6a63e9dc2b78c740cc4c0949_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "aab48a267b05b25868944d25f7f8c64e0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab48a267b05b25868944d25f7f8c64e0" > ◆ < / a > < / span > inCellRange() < span class = "overload" > [1/4]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool inCellRange < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > cell< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00153" > 153< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "ppwBndryContactSearchKernels_8cpp_source.html#l00039" > pFlow::pweBndryContactSearchKernels::broadSearchPP()< / a > .< / p >
< div id = "dynsection-20" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-20-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-20-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-20-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_aab48a267b05b25868944d25f7f8c64e0_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_aab48a267b05b25868944d25f7f8c64e0_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-21" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-21-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-21-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-21-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_aab48a267b05b25868944d25f7f8c64e0_icgraph.png" border = "0" usemap = "#classpFlow_1_1cells_aab48a267b05b25868944d25f7f8c64e0_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a2195429df160258dda757482c048c60c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2195429df160258dda757482c048c60c" > ◆ < / a > < / span > inCellRange() < span class = "overload" > [2/4]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool inCellRange < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > i< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > j< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > k< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00165" > 165< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
< div id = "dynsection-22" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-22-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-22-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-22-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a2195429df160258dda757482c048c60c_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a2195429df160258dda757482c048c60c_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "a989eee28d3bba158140e994c9cf6ccf7" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a989eee28d3bba158140e994c9cf6ccf7" > ◆ < / a > < / span > extendBox() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void extendBox < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > p1< / 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 > p2< / 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 > p3< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > extent< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < 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" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > maxP< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00178" > 178< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00194" > cells::bound()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00039" > cells::celldx_< / a > , < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00079" > pFlow::max()< / a > , and < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00028" > pFlow::min()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "wallBoundaryContactSearch_8cpp_source.html#l00024" > wallBoundaryContactSearch::build()< / a > , and < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00085" > cellsWallLevel0::build()< / a > .< / p >
< div id = "dynsection-23" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-23-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-23-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-23-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a989eee28d3bba158140e994c9cf6ccf7_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a989eee28d3bba158140e994c9cf6ccf7_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-24" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-24-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-24-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-24-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a989eee28d3bba158140e994c9cf6ccf7_icgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a989eee28d3bba158140e994c9cf6ccf7_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a361ca6667f86241ebd9c9d23f779a575" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a361ca6667f86241ebd9c9d23f779a575" > ◆ < / a > < / span > bound() < span class = "overload" > [1/4]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > bound < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > p< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00194" > 194< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00079" > pFlow::max()< / a > , < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00028" > pFlow::min()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00178" > cells::extendBox()< / a > .< / p >
< div id = "dynsection-25" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-25-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-25-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-25-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a361ca6667f86241ebd9c9d23f779a575_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a361ca6667f86241ebd9c9d23f779a575_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-26" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-26-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-26-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-26-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a361ca6667f86241ebd9c9d23f779a575_icgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a361ca6667f86241ebd9c9d23f779a575_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "ab10317c14e2180777a6d745a2427a2bc" > < / a >
2023-04-13 11:46:41 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab10317c14e2180777a6d745a2427a2bc" > ◆ < / a > < / span > bound() < span class = "overload" > [2/4]< / 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 = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > bound < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td >
< td class = "paramname" > < em > p< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00204" > 204< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00036" > cells::domainBox_< / a > , < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00079" > pFlow::max()< / a > , < a class = "el" href = "box_8hpp_source.html#l00097" > box::maxPoint()< / a > , < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00028" > pFlow::min()< / a > , < a class = "el" href = "box_8hpp_source.html#l00091" > box::minPoint()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
< div id = "dynsection-27" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-27-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-27-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-27-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_ab10317c14e2180777a6d745a2427a2bc_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_ab10317c14e2180777a6d745a2427a2bc_cgraph" alt = "" / > < / div >
< / div >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< a id = "a192000f430504a4772f7bbc5895ae850" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a192000f430504a4772f7bbc5895ae850" > ◆ < / a > < / span > calculate() < 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#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void calculate < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > private< / span > < / span > < / td >
2023-04-13 11:46:41 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00045" > 45< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00039" > cells::celldx_< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00036" > cells::domainBox_< / a > , < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00079" > pFlow::max()< / a > , < a class = "el" href = "box_8hpp_source.html#l00097" > box::maxPoint()< / a > , < a class = "el" href = "box_8hpp_source.html#l00091" > box::minPoint()< / a > , and < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > .< / p >
< div id = "dynsection-28" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-28-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-28-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-28-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a192000f430504a4772f7bbc5895ae850_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a192000f430504a4772f7bbc5895ae850_cgraph" alt = "" / > < / div >
< / div >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< a id = "a28766f2d75868928c721fcf917e10ca2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a28766f2d75868928c721fcf917e10ca2" > ◆ < / a > < / span > operator=() < span class = "overload" > [3/4]< / 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_1cells.html" > cells< / a > & operator= < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > &   < / td >
2023-04-13 11:46:41 -07:00
< 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 = "aa7695ab501078c987ef5090ee8f81ff9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa7695ab501078c987ef5090ee8f81ff9" > ◆ < / a > < / span > operator=() < span class = "overload" > [4/4]< / 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_1cells.html" > cells< / a > & operator= < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & &   < / td >
2023-04-13 11:46:41 -07:00
< 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 = "aab4957227ae46b934b9f779363e6c83c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab4957227ae46b934b9f779363e6c83c" > ◆ < / a > < / span > getCells() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > getCells < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00077" > 77< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< a id = "ac85134d434244d9392bf9e85409e0dbc" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac85134d434244d9392bf9e85409e0dbc" > ◆ < / a > < / span > setCellSize() < span class = "overload" > [2/2]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< 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 > void setCellSize < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > cellSize< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00083" > 83< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00045" > cells::calculate()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00039" > cells::celldx_< / a > , and < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00090" > cells::cellSize()< / a > .< / p >
< div id = "dynsection-29" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-29-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-29-summary" class = "dynsummary" style = "display:block;" >
2023-04-13 11:46:41 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-29-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_ac85134d434244d9392bf9e85409e0dbc_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_ac85134d434244d9392bf9e85409e0dbc_cgraph" alt = "" / > < / div >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "adee0d63d177602ae5a8b49cca0aaa63d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adee0d63d177602ae5a8b49cca0aaa63d" > ◆ < / a > < / span > cellSize() < span class = "overload" > [2/2]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > cellSize < / td >
2023-04-13 11:46:41 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00090" > 90< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00039" > cells::celldx_< / a > .< / p >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aceda18186302fb80a3c4c0dc1839d669" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aceda18186302fb80a3c4c0dc1839d669" > ◆ < / a > < / span > numCells() < span class = "overload" > [2/2]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > & numCells < / td >
2023-04-13 11:46:41 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00096" > 96< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > .< / p >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ae6d876b3633a03450560885098a7299b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae6d876b3633a03450560885098a7299b" > ◆ < / a > < / span > nx() < span class = "overload" > [2/2]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > nx < / td >
2023-04-13 11:46:41 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00102" > 102< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > .< / p >
< div id = "dynsection-30" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-30-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-30-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-30-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_ae6d876b3633a03450560885098a7299b_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_ae6d876b3633a03450560885098a7299b_cgraph" alt = "" / > < / div >
< / div >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a36ff62adbffc48713f82bec0339e1c17" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a36ff62adbffc48713f82bec0339e1c17" > ◆ < / a > < / span > ny() < span class = "overload" > [2/2]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > ny < / td >
2023-04-13 11:46:41 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00108" > 108< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > .< / p >
< div id = "dynsection-31" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-31-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-31-summary" class = "dynsummary" style = "display:block;" >
2023-04-13 11:46:41 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-31-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a36ff62adbffc48713f82bec0339e1c17_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a36ff62adbffc48713f82bec0339e1c17_cgraph" alt = "" / > < / div >
2023-04-13 11:46:41 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "ad081b9ebde6c7f4f082a970ed2d940dd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad081b9ebde6c7f4f082a970ed2d940dd" > ◆ < / a > < / span > nz() < span class = "overload" > [2/2]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > nz < / td >
2023-04-13 11:46:41 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00114" > 114< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
< div id = "dynsection-32" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-32-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-32-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-32-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_ad081b9ebde6c7f4f082a970ed2d940dd_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_ad081b9ebde6c7f4f082a970ed2d940dd_cgraph" alt = "" / > < / div >
< / div >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< a id = "a30407b0f1d3278ff34800ef45997cb84" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a30407b0f1d3278ff34800ef45997cb84" > ◆ < / a > < / span > totalCells() < 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 = "namespacepFlow.html#a94809bdb48183ff3ef62935d56f5c1e0" > int64< / a > totalCells < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00120" > 120< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
< div id = "dynsection-33" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-33-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-33-summary" class = "dynsummary" style = "display:block;" >
2023-04-13 11:46:41 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-33-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a30407b0f1d3278ff34800ef45997cb84_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a30407b0f1d3278ff34800ef45997cb84_cgraph" alt = "" / > < / div >
2023-04-13 11:46:41 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "a757c2fe2e8fbd345985b904c777e5373" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a757c2fe2e8fbd345985b904c777e5373" > ◆ < / a > < / span > domainBox() < span class = "overload" > [2/2]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const auto& domainBox < / td >
2023-04-13 11:46:41 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00127" > 127< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00036" > cells::domainBox_< / a > .< / p >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "adf0b227790c9250da67d8fd613784713" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adf0b227790c9250da67d8fd613784713" > ◆ < / a > < / span > pointIndex() < span class = "overload" > [2/2]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > pointIndex < / td >
2023-04-13 11:46:41 -07:00
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > p< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00133" > 133< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00039" > cells::celldx_< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00036" > cells::domainBox_< / a > , and < a class = "el" href = "box_8hpp_source.html#l00091" > box::minPoint()< / a > .< / p >
< div id = "dynsection-34" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-34-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-34-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-34-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_adf0b227790c9250da67d8fd613784713_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_adf0b227790c9250da67d8fd613784713_cgraph" alt = "" / > < / div >
< / div >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a6590430b6e9260076e11d92aba79821b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6590430b6e9260076e11d92aba79821b" > ◆ < / a > < / span > pointIndexInDomain() < span class = "overload" > [2/2]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< 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 > bool pointIndexInDomain < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td >
< td class = "paramname" > < em > p< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > &   < / td >
2023-04-13 11:46:41 -07:00
< td class = "paramname" > < em > index< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00139" > 139< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00147" > cells::inDomain()< / a > , and < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00133" > cells::pointIndex()< / a > .< / p >
< div id = "dynsection-35" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-35-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-35-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-35-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a6590430b6e9260076e11d92aba79821b_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a6590430b6e9260076e11d92aba79821b_cgraph" alt = "" / > < / div >
< / div >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< a id = "afddde66f6a63e9dc2b78c740cc4c0949" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afddde66f6a63e9dc2b78c740cc4c0949" > ◆ < / a > < / span > inDomain() < 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 > bool inDomain < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > p< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00147" > 147< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00036" > cells::domainBox_< / a > , and < a class = "el" href = "box_8hpp_source.html#l00084" > box::isInside()< / a > .< / p >
< div id = "dynsection-36" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-36-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-36-summary" class = "dynsummary" style = "display:block;" >
2023-04-13 11:46:41 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-36-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_afddde66f6a63e9dc2b78c740cc4c0949_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_afddde66f6a63e9dc2b78c740cc4c0949_cgraph" alt = "" / > < / div >
2023-04-13 11:46:41 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "aab48a267b05b25868944d25f7f8c64e0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab48a267b05b25868944d25f7f8c64e0" > ◆ < / a > < / span > inCellRange() < span class = "overload" > [3/4]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool inCellRange < / td >
2023-04-13 11:46:41 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > &   < / td >
2023-04-13 11:46:41 -07:00
< td class = "paramname" > < em > cell< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00153" > 153< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
< div id = "dynsection-37" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-37-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-37-summary" class = "dynsummary" style = "display:block;" >
2023-04-13 11:46:41 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-37-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_aab48a267b05b25868944d25f7f8c64e0_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_aab48a267b05b25868944d25f7f8c64e0_cgraph" alt = "" / > < / div >
2023-04-13 11:46:41 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "a2195429df160258dda757482c048c60c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2195429df160258dda757482c048c60c" > ◆ < / a > < / span > inCellRange() < span class = "overload" > [4/4]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool inCellRange < / td >
2023-04-13 11:46:41 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
2023-04-13 11:46:41 -07:00
< td class = "paramname" > < em > i< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
2023-04-13 11:46:41 -07:00
< td class = "paramname" > < em > j< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td >
2023-04-13 11:46:41 -07:00
< td class = "paramname" > < em > k< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00165" > 165< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
< div id = "dynsection-38" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-38-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-38-summary" class = "dynsummary" style = "display:block;" >
2023-04-13 11:46:41 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-38-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a2195429df160258dda757482c048c60c_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a2195429df160258dda757482c048c60c_cgraph" alt = "" / > < / div >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< / div >
< a id = "a989eee28d3bba158140e994c9cf6ccf7" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a989eee28d3bba158140e994c9cf6ccf7" > ◆ < / a > < / span > extendBox() < span class = "overload" > [2/2]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< 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 > void extendBox < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > p1< / 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 > p2< / 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 > p3< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > extent< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < 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" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > maxP< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00178" > 178< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00194" > cells::bound()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00039" > cells::celldx_< / a > , < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00079" > pFlow::max()< / a > , and < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00028" > pFlow::min()< / a > .< / p >
< div id = "dynsection-39" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-39-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-39-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-39-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a989eee28d3bba158140e994c9cf6ccf7_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a989eee28d3bba158140e994c9cf6ccf7_cgraph" alt = "" / > < / div >
< / div >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a361ca6667f86241ebd9c9d23f779a575" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a361ca6667f86241ebd9c9d23f779a575" > ◆ < / a > < / span > bound() < span class = "overload" > [3/4]< / span > < / h2 >
2023-04-13 11:46:41 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > bound < / td >
2023-04-13 11:46:41 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a >   < / td >
2023-04-13 11:46:41 -07:00
< td class = "paramname" > < em > p< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00194" > 194< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00079" > pFlow::max()< / a > , < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00028" > pFlow::min()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > cells::numCells_< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
< div id = "dynsection-40" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-40-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-40-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-40-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_a361ca6667f86241ebd9c9d23f779a575_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_a361ca6667f86241ebd9c9d23f779a575_cgraph" alt = "" / > < / div >
< / div >
2023-04-13 11:46:41 -07:00
< / div >
< / div >
< a id = "ab10317c14e2180777a6d745a2427a2bc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab10317c14e2180777a6d745a2427a2bc" > ◆ < / a > < / span > bound() < span class = "overload" > [4/4]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > bound < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td >
< td class = "paramname" > < em > p< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html#l00204" > 204< / a > of file < a class = "el" href = "phasicFlow_2structuredData_2cells_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00036" > cells::domainBox_< / a > , < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00079" > pFlow::max()< / a > , < a class = "el" href = "box_8hpp_source.html#l00097" > box::maxPoint()< / a > , < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00028" > pFlow::min()< / a > , < a class = "el" href = "box_8hpp_source.html#l00091" > box::minPoint()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
< div id = "dynsection-41" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-41-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-41-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-41-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cells_ab10317c14e2180777a6d745a2427a2bc_cgraph.png" border = "0" usemap = "#classpFlow_1_1cells_ab10317c14e2180777a6d745a2427a2bc_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a5cc3e1e3fe43ca81dc55bdd7c49b0291" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5cc3e1e3fe43ca81dc55bdd7c49b0291" > ◆ < / a > < / span > domainBox_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1box.html" > box< / a > domainBox_ {< a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > (0.0), < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > (1.0)}< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00036" > 36< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00204" > cells::bound()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00045" > cells::calculate()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00127" > cells::domainBox()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00147" > cells::inDomain()< / a > , and < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00133" > cells::pointIndex()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ad0eee8f6c6bd18d0213d45f1459eec4b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad0eee8f6c6bd18d0213d45f1459eec4b" > ◆ < / a > < / span > celldx_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > celldx_ {1}< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00039" > 39< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00045" > cells::calculate()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00090" > cells::cellSize()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00178" > cells::extendBox()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00133" > cells::pointIndex()< / a > , and < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00083" > cells::setCellSize()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a481d0b2ca856e01d76e590c31c14ab81" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a481d0b2ca856e01d76e590c31c14ab81" > ◆ < / a > < / span > numCells_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd" > int32x3< / a > numCells_ {1,1,1}< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00041" > 41< / a > of file < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00194" > cells::bound()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00045" > cells::calculate()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00153" > cells::inCellRange()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00096" > cells::numCells()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00102" > cells::nx()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00108" > cells::ny()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00114" > cells::nz()< / a > , and < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00120" > cells::totalCells()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
2025-01-10 13:02:07 +03:30
< li > src/Interaction/contactSearch/methods/cellBased/< a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html" > cells.hpp< / a > < / li >
2023-03-27 10:16:23 -07:00
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / 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 >