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: NBS 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_1NBS.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pro-methods" > Protected Member Functions< / a > |
2023-03-27 10:16:23 -07:00
< a href = "#pro-attribs" > Protected Attributes< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pri-attribs" > Private Attributes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1NBS-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2025-01-10 13:02:07 +03:30
< div class = "title" > NBS Class Reference< / div > < / div >
2023-03-27 10:16:23 -07:00
< / div > <!-- header -->
< div class = "contents" >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for NBS:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1NBS__inherit__graph.png" border = "0" usemap = "#NBS_inherit__map" alt = "Inheritance graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for NBS:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1NBS__coll__graph.png" border = "0" usemap = "#NBS_coll__map" alt = "Collaboration graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
2023-03-27 10:16:23 -07:00
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a9e23ffec9948df886b9bb9978c539b73" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBS.html#a9e23ffec9948df886b9bb9978c539b73" > CellIterator< / a > = typename < a class = "el" href = "classpFlow_1_1NBSLevel0.html#ae65469bd089cbd256178a37d71b9973b" > NBSLevel0::CellIterator< / a > < / td > < / tr >
< tr class = "separator:a9e23ffec9948df886b9bb9978c539b73" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_types_classpFlow_1_1particleWallContactSearchs" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_types_classpFlow_1_1particleWallContactSearchs')" > < img src = "closed.png" alt = "-" / >   Public Types inherited from < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html" > particleWallContactSearchs< NBS > < / a > < / td > < / tr >
< tr class = "memitem:ad994ed853915222d6ff8819902ef12ce inherit pub_types_classpFlow_1_1particleWallContactSearchs" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#ad994ed853915222d6ff8819902ef12ce" > MethodType< / a > = < a class = "el" href = "classpFlow_1_1NBS.html" > NBS< / a > < / td > < / tr >
< tr class = "separator:ad994ed853915222d6ff8819902ef12ce inherit pub_types_classpFlow_1_1particleWallContactSearchs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac59f0fe4d7914668b73544ded1993086 inherit pub_types_classpFlow_1_1particleWallContactSearchs" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#ac59f0fe4d7914668b73544ded1993086" > IndexType< / a > = < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > < / td > < / tr >
< tr class = "separator:ac59f0fe4d7914668b73544ded1993086 inherit pub_types_classpFlow_1_1particleWallContactSearchs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3e70d42b334662f4726c8574925d8fb8 inherit pub_types_classpFlow_1_1particleWallContactSearchs" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#a3e70d42b334662f4726c8574925d8fb8" > execution_space< / a > = < a class = "el" href = "namespacepFlow.html#aa3a14d3c76643399fc4edd8eca14944a" > DefaultExecutionSpace< / a > < / td > < / tr >
< tr class = "separator:a3e70d42b334662f4726c8574925d8fb8 inherit pub_types_classpFlow_1_1particleWallContactSearchs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac5b08fe17cf30c7c64a5ee12370133e9 inherit pub_types_classpFlow_1_1particleWallContactSearchs" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > = typename execution_space::memory_space< / td > < / tr >
< tr class = "separator:ac5b08fe17cf30c7c64a5ee12370133e9 inherit pub_types_classpFlow_1_1particleWallContactSearchs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:abdb07b09386873310dfe0344556e07fa" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBS.html#abdb07b09386873310dfe0344556e07fa" > TypeInfoNV< / a > (" NBS" )< / td > < / tr >
< tr class = "separator:abdb07b09386873310dfe0344556e07fa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a2fa6392e6ba1a46ee3eba4056d40adfe" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBS.html#a2fa6392e6ba1a46ee3eba4056d40adfe" > NBS< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict, const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & domainBox, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > minBSSize, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > maxBSSize, const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > > & position, const < a class = "el" href = "namespacepFlow.html#a9a87272f235780fa7725c23a9da79011" > pFlagTypeDevice< / a > & flags, const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > > & diam, < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > nWallPoints, < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > nWallElements, const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > & wallPoints, const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#ac855895a97b710fcd720a106454d0f4b" > uint32x3< / a > , < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > & wallVertices, const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > & wallNormals)< / td > < / tr >
< tr class = "separator:a2fa6392e6ba1a46ee3eba4056d40adfe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a9d60ab83bbe2cd537afe29d506ea235a" > < 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_1NBS.html#a9d60ab83bbe2cd537afe29d506ea235a" > NBS< / a > (const < a class = "el" href = "classpFlow_1_1NBS.html" > NBS< / a > & )=default< / td > < / tr >
< tr class = "separator:a9d60ab83bbe2cd537afe29d506ea235a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:adeba6d80b08eb762a7a4d17e47d5270d" > < 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_1NBS.html#adeba6d80b08eb762a7a4d17e47d5270d" > NBS< / a > (< a class = "el" href = "classpFlow_1_1NBS.html" > NBS< / a > & & )=default< / td > < / tr >
< tr class = "separator:adeba6d80b08eb762a7a4d17e47d5270d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ad7fb8b5402d9476417a8cc974e2f9791" > < 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_1NBS.html" > NBS< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBS.html#ad7fb8b5402d9476417a8cc974e2f9791" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1NBS.html" > NBS< / a > & )=default< / td > < / tr >
< tr class = "separator:ad7fb8b5402d9476417a8cc974e2f9791" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aabc303524db445cf77b7cd855726842f" > < 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_1NBS.html" > NBS< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBS.html#aabc303524db445cf77b7cd855726842f" > operator=< / a > (< a class = "el" href = "classpFlow_1_1NBS.html" > NBS< / a > & & )=default< / td > < / tr >
< tr class = "separator:aabc303524db445cf77b7cd855726842f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:af09b91740fa09377b2f80b3cd26d5367" > < 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_1NBS.html#af09b91740fa09377b2f80b3cd26d5367" > ~NBS< / a > ()=default< / td > < / tr >
< tr class = "separator:af09b91740fa09377b2f80b3cd26d5367" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa525cd02c27a760037c5990a6e19d604" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBS.html#aa525cd02c27a760037c5990a6e19d604" > numLevels< / a > () const< / td > < / tr >
< tr class = "separator:aa525cd02c27a760037c5990a6e19d604" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad1ad93b42f464226a809bea2125a356d" > < 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_1NBS.html#ad1ad93b42f464226a809bea2125a356d" > sizeRatio< / a > () const< / td > < / tr >
< tr class = "separator:ad1ad93b42f464226a809bea2125a356d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a748d3747943bbf84d39510a8bdc41104" > < 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_1NBS.html#a748d3747943bbf84d39510a8bdc41104" > cellExtent< / a > () const< / td > < / tr >
< tr class = "separator:a748d3747943bbf84d39510a8bdc41104" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afe887dc4dc5b7dfc93c4dcd09861b79f" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBS.html#afe887dc4dc5b7dfc93c4dcd09861b79f" > getCellIterator< / a > ([[maybe_unused]] < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > lvl) const< / td > < / tr >
< tr class = "separator:afe887dc4dc5b7dfc93c4dcd09861b79f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a03bc805617056771734b461cef42d304" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Vector.html" > Vector< / a > < < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBS.html#a03bc805617056771734b461cef42d304" > getDomainCellsLevels< / a > () const< / td > < / tr >
< tr class = "separator:a03bc805617056771734b461cef42d304" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1particleWallContactSearchs" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1particleWallContactSearchs')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html" > particleWallContactSearchs< NBS > < / a > < / td > < / tr >
< tr class = "memitem:a7133dc59f1ef8844531b5eccab688bc2 inherit pub_methods_classpFlow_1_1particleWallContactSearchs" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#a7133dc59f1ef8844531b5eccab688bc2" > particleWallContactSearchs< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict, 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 > minSize, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > maxSize, const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > & position, const < a class = "el" href = "namespacepFlow.html#a9a87272f235780fa7725c23a9da79011" > pFlagTypeDevice< / a > & flags, const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > , < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > & diam)< / td > < / tr >
< tr class = "separator:a7133dc59f1ef8844531b5eccab688bc2 inherit pub_methods_classpFlow_1_1particleWallContactSearchs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab89eb6d0b14b34cccf66209c549aa4a0 inherit pub_methods_classpFlow_1_1particleWallContactSearchs" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#ab89eb6d0b14b34cccf66209c549aa4a0" > broadSearch< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > iter, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > t, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & ppPairs, < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & pwPairs, const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > > & pointPos, const < a class = "el" href = "namespacepFlow.html#a9a87272f235780fa7725c23a9da79011" > pFlagTypeDevice< / a > & flags, const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > > & diameter, bool force=false)< / td > < / tr >
< tr class = "separator:ab89eb6d0b14b34cccf66209c549aa4a0 inherit pub_methods_classpFlow_1_1particleWallContactSearchs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad1ad93b42f464226a809bea2125a356d inherit pub_methods_classpFlow_1_1particleWallContactSearchs" > < 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_1particleWallContactSearchs.html#ad1ad93b42f464226a809bea2125a356d" > sizeRatio< / a > () const< / td > < / tr >
< tr class = "separator:ad1ad93b42f464226a809bea2125a356d inherit pub_methods_classpFlow_1_1particleWallContactSearchs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a748d3747943bbf84d39510a8bdc41104 inherit pub_methods_classpFlow_1_1particleWallContactSearchs" > < 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_1particleWallContactSearchs.html#a748d3747943bbf84d39510a8bdc41104" > cellExtent< / a > () const< / td > < / tr >
< tr class = "separator:a748d3747943bbf84d39510a8bdc41104 inherit pub_methods_classpFlow_1_1particleWallContactSearchs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a991bcfe3990b64bf342f26e48a5083a1" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBS.html#a991bcfe3990b64bf342f26e48a5083a1" > impl_broadSearch< / a > (< a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & ppPairs, < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & pwPairs, const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > > & pointPos, const < a class = "el" href = "namespacepFlow.html#a9a87272f235780fa7725c23a9da79011" > pFlagTypeDevice< / a > & flags, const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > > & diameter)< / td > < / tr >
< tr class = "separator:a991bcfe3990b64bf342f26e48a5083a1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_methods_classpFlow_1_1particleWallContactSearchs" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classpFlow_1_1particleWallContactSearchs')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html" > particleWallContactSearchs< NBS > < / a > < / td > < / tr >
< tr class = "memitem:a2d351b26be22b6b50fa4925aab019161 inherit pro_methods_classpFlow_1_1particleWallContactSearchs" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#a2d351b26be22b6b50fa4925aab019161" > getMethod< / a > ()< / td > < / tr >
< tr class = "separator:a2d351b26be22b6b50fa4925aab019161 inherit pro_methods_classpFlow_1_1particleWallContactSearchs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6c50f5ed648eedd68625aa0f6d97e399 inherit pro_methods_classpFlow_1_1particleWallContactSearchs" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#a6c50f5ed648eedd68625aa0f6d97e399" > getMethod< / a > () const< / td > < / tr >
< tr class = "separator:a6c50f5ed648eedd68625aa0f6d97e399 inherit pro_methods_classpFlow_1_1particleWallContactSearchs" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:add268e808c4bb0a7a3369a37b9b669bd" > < td class = "memItemLeft" align = "right" valign = "top" > friend  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBS.html#add268e808c4bb0a7a3369a37b9b669bd" > particleWallContactSearchs< NBS > < / a > < / td > < / tr >
< tr class = "separator:add268e808c4bb0a7a3369a37b9b669bd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a3de51aa24b94e991c9c21fb5f3d5c487" > < 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_1NBS.html#a3de51aa24b94e991c9c21fb5f3d5c487" > sizeRatio_< / a > = 1.0< / td > < / tr >
< tr class = "separator:a3de51aa24b94e991c9c21fb5f3d5c487" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ae37c17021aa06dd9bcf5e7a187d6babf" > < 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_1NBS.html#ae37c17021aa06dd9bcf5e7a187d6babf" > cellExtent_< / a > = 0.5< / td > < / tr >
< tr class = "separator:ae37c17021aa06dd9bcf5e7a187d6babf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4854f09042fd32034fba211bfb56f552" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Logical.html" > Logical< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBS.html#a4854f09042fd32034fba211bfb56f552" > adjustableBox_< / a > < / td > < / tr >
< tr class = "separator:a4854f09042fd32034fba211bfb56f552" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab6b19a3f2e244e70aadbd67477595f3" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1NBSLevel0.html" > NBSLevel0< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBS.html#aab6b19a3f2e244e70aadbd67477595f3" > NBSLevel0_< / a > < / td > < / tr >
< tr class = "separator:aab6b19a3f2e244e70aadbd67477595f3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5e3789ff16fd71f60a3a8d85c23710ba" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html" > cellsWallLevel0< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBS.html#a5e3789ff16fd71f60a3a8d85c23710ba" > cellsWallLevel0_< / a > < / td > < / tr >
< tr class = "separator:a5e3789ff16fd71f60a3a8d85c23710ba" > < 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 = "NBS_8hpp_source.html#l00034" > 34< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a9e23ffec9948df886b9bb9978c539b73" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9e23ffec9948df886b9bb9978c539b73" > ◆ < / a > < / span > CellIterator< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1NBS.html#a9e23ffec9948df886b9bb9978c539b73" > CellIterator< / a > = typename < a class = "el" href = "classpFlow_1_1NBSLevel0.html#ae65469bd089cbd256178a37d71b9973b" > NBSLevel0::CellIterator< / a > < / 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 = "NBS_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a2fa6392e6ba1a46ee3eba4056d40adfe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2fa6392e6ba1a46ee3eba4056d40adfe" > ◆ < / a > < / span > NBS() < span class = "overload" > [1/3]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1NBS.html" > NBS< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > &   < / td >
< td class = "paramname" > < em > domainBox< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > minBSSize< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > maxBSSize< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > > &   < / td >
< td class = "paramname" > < em > position< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a9a87272f235780fa7725c23a9da79011" > pFlagTypeDevice< / a > &   < / td >
< td class = "paramname" > < em > flags< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > > &   < / td >
< td class = "paramname" > < em > diam< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > nWallPoints< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > nWallElements< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > &   < / td >
< td class = "paramname" > < em > wallPoints< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#ac855895a97b710fcd720a106454d0f4b" > uint32x3< / a > , < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > &   < / td >
< td class = "paramname" > < em > wallVertices< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > &   < / td >
< td class = "paramname" > < em > wallNormals< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "NBS_8cpp_source.html#l00024" > 24< / a > of file < a class = "el" href = "NBS_8cpp_source.html" > NBS.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a9d60ab83bbe2cd537afe29d506ea235a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9d60ab83bbe2cd537afe29d506ea235a" > ◆ < / a > < / span > NBS() < span class = "overload" > [2/3]< / 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_1NBS.html" > NBS< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1NBS.html" > NBS< / a > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / 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 >
2025-01-10 13:02:07 +03:30
< a id = "adeba6d80b08eb762a7a4d17e47d5270d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adeba6d80b08eb762a7a4d17e47d5270d" > ◆ < / a > < / span > NBS() < span class = "overload" > [3/3]< / 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_1NBS.html" > NBS< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1NBS.html" > NBS< / 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 = "af09b91740fa09377b2f80b3cd26d5367" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af09b91740fa09377b2f80b3cd26d5367" > ◆ < / a > < / span > ~NBS()< / 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_1NBS.html" > NBS< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a991bcfe3990b64bf342f26e48a5083a1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a991bcfe3990b64bf342f26e48a5083a1" > ◆ < / a > < / span > impl_broadSearch()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool impl_broadSearch < / 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#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
< td class = "paramname" > < em > ppPairs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
< td class = "paramname" > < em > pwPairs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > > &   < / td >
< td class = "paramname" > < em > pointPos< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a9a87272f235780fa7725c23a9da79011" > pFlagTypeDevice< / a > &   < / td >
< td class = "paramname" > < em > flags< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / 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#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > > &   < / td >
< td class = "paramname" > < em > diameter< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / 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 = "NBS_8hpp_source.html#l00059" > 59< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.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 = "NBSLevel0_8cpp_source.html#l00094" > NBSLevel0::broadSearch()< / a > , < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00066" > cellsWallLevel0::broadSearch()< / a > , < a class = "el" href = "NBS_8hpp_source.html#l00052" > NBS::cellsWallLevel0_< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "mapperNBS_8hpp_source.html#l00150" > mapperNBS::getCellIterator()< / a > , < a class = "el" href = "mapperNBS_8hpp_source.html#l00160" > mapperNBS::getSearchCells()< / a > , < a class = "el" href = "NBS_8hpp_source.html#l00050" > NBS::NBSLevel0_< / a > , and < a class = "el" href = "NBS_8hpp_source.html#l00044" > NBS::sizeRatio_< / 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-04-02 14:53:54 -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_1NBS_a991bcfe3990b64bf342f26e48a5083a1_cgraph.png" border = "0" usemap = "#classpFlow_1_1NBS_a991bcfe3990b64bf342f26e48a5083a1_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "abdb07b09386873310dfe0344556e07fa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abdb07b09386873310dfe0344556e07fa" > ◆ < / a > < / span > TypeInfoNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoNV < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > " NBS"   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ad7fb8b5402d9476417a8cc974e2f9791" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad7fb8b5402d9476417a8cc974e2f9791" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "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_1NBS.html" > NBS< / a > & operator= < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1NBS.html" > NBS< / 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 >
2025-01-10 13:02:07 +03:30
< a id = "aabc303524db445cf77b7cd855726842f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aabc303524db445cf77b7cd855726842f" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
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 = "classpFlow_1_1NBS.html" > NBS< / a > & operator= < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1NBS.html" > NBS< / a > & &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > < / 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" > default< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa525cd02c27a760037c5990a6e19d604" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa525cd02c27a760037c5990a6e19d604" > ◆ < / a > < / span > numLevels()< / 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#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numLevels < / 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 = "NBS_8hpp_source.html#l00133" > 133< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ad1ad93b42f464226a809bea2125a356d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad1ad93b42f464226a809bea2125a356d" > ◆ < / a > < / span > sizeRatio()< / 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 > sizeRatio < / 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 = "NBS_8hpp_source.html#l00138" > 138< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.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 = "NBS_8hpp_source.html#l00044" > NBS::sizeRatio_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a748d3747943bbf84d39510a8bdc41104" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a748d3747943bbf84d39510a8bdc41104" > ◆ < / a > < / span > cellExtent()< / 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 > cellExtent < / 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 = "NBS_8hpp_source.html#l00143" > 143< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "NBS_8hpp_source.html#l00046" > NBS::cellExtent_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "afe887dc4dc5b7dfc93c4dcd09861b79f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afe887dc4dc5b7dfc93c4dcd09861b79f" > ◆ < / a > < / span > getCellIterator()< / 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" > auto getCellIterator < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > [[maybe_unused] ] < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > lvl< / em > < / td > < td > )< / td >
2023-03-27 10:16:23 -07:00
< 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 = "NBS_8hpp_source.html#l00148" > 148< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.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 = "mapperNBS_8hpp_source.html#l00150" > mapperNBS::getCellIterator()< / a > , and < a class = "el" href = "NBS_8hpp_source.html#l00050" > NBS::NBSLevel0_< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1NBS_afe887dc4dc5b7dfc93c4dcd09861b79f_cgraph.png" border = "0" usemap = "#classpFlow_1_1NBS_afe887dc4dc5b7dfc93c4dcd09861b79f_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a03bc805617056771734b461cef42d304" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a03bc805617056771734b461cef42d304" > ◆ < / a > < / span > getDomainCellsLevels()< / 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_1Vector.html" > Vector< / a > < < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > > getDomainCellsLevels < / 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 = "NBS_8hpp_source.html#l00153" > 153< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.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 = "mapperNBS_8hpp_source.html#l00155" > mapperNBS::getDomainCells()< / a > , and < a class = "el" href = "NBS_8hpp_source.html#l00050" > NBS::NBSLevel0_< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1NBS_a03bc805617056771734b461cef42d304_cgraph.png" border = "0" usemap = "#classpFlow_1_1NBS_a03bc805617056771734b461cef42d304_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a3de51aa24b94e991c9c21fb5f3d5c487" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3de51aa24b94e991c9c21fb5f3d5c487" > ◆ < / a > < / span > sizeRatio_< / 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 > sizeRatio_ = 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 = "NBS_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.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 = "NBS_8hpp_source.html#l00059" > NBS::impl_broadSearch()< / a > , and < a class = "el" href = "NBS_8hpp_source.html#l00138" > NBS::sizeRatio()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ae37c17021aa06dd9bcf5e7a187d6babf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae37c17021aa06dd9bcf5e7a187d6babf" > ◆ < / a > < / span > cellExtent_< / 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 > cellExtent_ = 0.5< / 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 = "NBS_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.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 = "NBS_8hpp_source.html#l00143" > NBS::cellExtent()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a4854f09042fd32034fba211bfb56f552" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4854f09042fd32034fba211bfb56f552" > ◆ < / a > < / span > adjustableBox_< / 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_1Logical.html" > Logical< / a > adjustableBox_< / 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 = "NBS_8hpp_source.html#l00048" > 48< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aab6b19a3f2e244e70aadbd67477595f3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab6b19a3f2e244e70aadbd67477595f3" > ◆ < / a > < / span > NBSLevel0_< / 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_1NBSLevel0.html" > NBSLevel0< / a > NBSLevel0_< / 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 = "NBS_8hpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.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 = "NBS_8hpp_source.html#l00148" > NBS::getCellIterator()< / a > , < a class = "el" href = "NBS_8hpp_source.html#l00153" > NBS::getDomainCellsLevels()< / a > , and < a class = "el" href = "NBS_8hpp_source.html#l00059" > NBS::impl_broadSearch()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a5e3789ff16fd71f60a3a8d85c23710ba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5e3789ff16fd71f60a3a8d85c23710ba" > ◆ < / a > < / span > cellsWallLevel0_< / 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_1cellsWallLevel0.html" > cellsWallLevel0< / a > cellsWallLevel0_< / 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 = "NBS_8hpp_source.html#l00052" > 52< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.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 = "NBS_8hpp_source.html#l00059" > NBS::impl_broadSearch()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "add268e808c4bb0a7a3369a37b9b669bd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#add268e808c4bb0a7a3369a37b9b669bd" > ◆ < / a > < / span > particleWallContactSearchs< NBS > < / 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" > friend < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html" > particleWallContactSearchs< / a > < < a class = "el" href = "classpFlow_1_1NBS.html" > NBS< / a > > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "NBS_8hpp_source.html#l00056" > 56< / a > of file < a class = "el" href = "NBS_8hpp_source.html" > NBS.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/Interaction/contactSearch/methods/cellBased/NBS/< a class = "el" href = "NBS_8hpp_source.html" > NBS.hpp< / a > < / li >
< li > src/Interaction/contactSearch/methods/cellBased/NBS/< a class = "el" href = "NBS_8cpp_source.html" > NBS.cpp< / a > < / li >
2023-03-27 10:16:23 -07:00
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1NBS.html" > NBS< / 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 >