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: NBSLevel0 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_1NBSLevel0.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 = "#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_1NBSLevel0-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2025-01-10 13:02:07 +03:30
< div class = "title" > NBSLevel0 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 = "+" / > Inheritance diagram for NBSLevel0:< / 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_1NBSLevel0__inherit__graph.png" border = "0" usemap = "#NBSLevel0_inherit__map" alt = "Inheritance graph" / > < / div >
2023-03-27 10:16:23 -07:00
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for NBSLevel0:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1NBSLevel0__coll__graph.png" border = "0" usemap = "#NBSLevel0_coll__map" alt = "Collaboration graph" / > < / div >
2023-03-27 10:16:23 -07:00
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7bdc74aae187b46f95a5ec5c93b4fa7d" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBSLevel0.html#a7bdc74aae187b46f95a5ec5c93b4fa7d" > MapperType< / a > = < a class = "el" href = "classpFlow_1_1mapperNBS.html" > mapperNBS< / a > < / td > < / tr >
< tr class = "separator:a7bdc74aae187b46f95a5ec5c93b4fa7d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae65469bd089cbd256178a37d71b9973b" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBSLevel0.html#ae65469bd089cbd256178a37d71b9973b" > CellIterator< / a > = typename < a class = "el" href = "classpFlow_1_1mapperNBS_1_1CellIterator.html" > MapperType::CellIterator< / a > < / td > < / tr >
< tr class = "separator:ae65469bd089cbd256178a37d71b9973b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a41ba51eecff4044e873dc1a049a021b0" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBSLevel0.html#a41ba51eecff4044e873dc1a049a021b0" > HeadType< / a > = typename < a class = "el" href = "classpFlow_1_1mapperNBS.html#ab19a814a38b96775c94f43a419c40d22" > MapperType::HeadType< / a > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a41ba51eecff4044e873dc1a049a021b0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7ff667aea6d5585f7962d40958ae8e3f" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBSLevel0.html#a7ff667aea6d5585f7962d40958ae8e3f" > NextType< / a > = typename < a class = "el" href = "classpFlow_1_1mapperNBS.html#aded2f9ec2384f7ba06f4cfbc2afbaa8f" > MapperType::NextType< / a > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a7ff667aea6d5585f7962d40958ae8e3f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "inherit_header pub_types_classpFlow_1_1mapperNBS" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_types_classpFlow_1_1mapperNBS')" > < img src = "closed.png" alt = "-" / >   Public Types inherited from < a class = "el" href = "classpFlow_1_1mapperNBS.html" > mapperNBS< / a > < / td > < / tr >
< tr class = "memitem:ab19a814a38b96775c94f43a419c40d22 inherit pub_types_classpFlow_1_1mapperNBS" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#ab19a814a38b96775c94f43a419c40d22" > HeadType< / a > = < a class = "el" href = "namespacepFlow.html#aeb0cbff8d6be1ec031ea498a603ac222" > deviceViewType3D< / a > < < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > > < / td > < / tr >
< tr class = "separator:ab19a814a38b96775c94f43a419c40d22 inherit pub_types_classpFlow_1_1mapperNBS" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aded2f9ec2384f7ba06f4cfbc2afbaa8f inherit pub_types_classpFlow_1_1mapperNBS" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#aded2f9ec2384f7ba06f4cfbc2afbaa8f" > NextType< / a > = < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > > < / td > < / tr >
< tr class = "separator:aded2f9ec2384f7ba06f4cfbc2afbaa8f inherit pub_types_classpFlow_1_1mapperNBS" > < 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:a226653ff6aa5c334e608847a463b3b5d" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBSLevel0.html#a226653ff6aa5c334e608847a463b3b5d" > TypeInfoNV< / a > (" NBSLevel0" )< / td > < / tr >
< tr class = "separator:a226653ff6aa5c334e608847a463b3b5d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a4569c8bdf3bc262755df629b0e8e65f4" > < 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_1NBSLevel0.html#a4569c8bdf3bc262755df629b0e8e65f4" > NBSLevel0< / a > ()=default< / td > < / tr >
< tr class = "separator:a4569c8bdf3bc262755df629b0e8e65f4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2e174444b78a51653f09e7c1b9d5c66e" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBSLevel0.html#a2e174444b78a51653f09e7c1b9d5c66e" > NBSLevel0< / 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 > cellSize, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > sizeRatio, 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, bool adjustableBox)< / td > < / tr >
< tr class = "separator:a2e174444b78a51653f09e7c1b9d5c66e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:afdebd7117489ac6165b6f6aced034193" > < 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_1NBSLevel0.html#afdebd7117489ac6165b6f6aced034193" > NBSLevel0< / a > (const < a class = "el" href = "classpFlow_1_1NBSLevel0.html" > NBSLevel0< / a > & )=default< / td > < / tr >
< tr class = "separator:afdebd7117489ac6165b6f6aced034193" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abeee4c5fb20c47bb7ae2869a5af2519c" > < 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_1NBSLevel0.html" > NBSLevel0< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBSLevel0.html#abeee4c5fb20c47bb7ae2869a5af2519c" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1NBSLevel0.html" > NBSLevel0< / a > & )=default< / td > < / tr >
< tr class = "separator:abeee4c5fb20c47bb7ae2869a5af2519c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4a2ee05b7003624e63b085bd2bfb7b19" > < 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_1NBSLevel0.html#a4a2ee05b7003624e63b085bd2bfb7b19" > ~NBSLevel0< / a > ()=default< / td > < / tr >
< tr class = "separator:a4a2ee05b7003624e63b085bd2bfb7b19" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ac69fb3414807704d58a9f856a39d5a07" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBSLevel0.html#ac69fb3414807704d58a9f856a39d5a07" > broadSearch< / a > (< a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & pairs, 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 & searchBoxChanged)< / td > < / tr >
< tr class = "separator:ac69fb3414807704d58a9f856a39d5a07" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1mapperNBS" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1mapperNBS')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1mapperNBS.html" > mapperNBS< / a > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a425a2c93cccdb60baa66f676f2e4fcf8 inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a425a2c93cccdb60baa66f676f2e4fcf8" > TypeInfoNV< / a > (" mapperNBS" )< / td > < / tr >
< tr class = "separator:a425a2c93cccdb60baa66f676f2e4fcf8 inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a428d15598cf7ed504c1993edac83a33d inherit pub_methods_classpFlow_1_1mapperNBS" > < 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_1mapperNBS.html#a428d15598cf7ed504c1993edac83a33d" > mapperNBS< / a > ()=default< / td > < / tr >
< tr class = "separator:a428d15598cf7ed504c1993edac83a33d inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a080018267fa3a8b284eb85a8a25694d3 inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a080018267fa3a8b284eb85a8a25694d3" > mapperNBS< / 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 > cellSize, 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, bool adjustableBox, bool nextOwner=true)< / td > < / tr >
< tr class = "separator:a080018267fa3a8b284eb85a8a25694d3 inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:af52aee9b89ace9cd183601ccc3d505ec inherit pub_methods_classpFlow_1_1mapperNBS" > < 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_1mapperNBS.html#af52aee9b89ace9cd183601ccc3d505ec" > mapperNBS< / a > (const < a class = "el" href = "classpFlow_1_1mapperNBS.html" > mapperNBS< / a > & )=default< / td > < / tr >
< tr class = "separator:af52aee9b89ace9cd183601ccc3d505ec inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7200fb18d9b4afa7f52e96c9e4ba2795 inherit pub_methods_classpFlow_1_1mapperNBS" > < 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_1mapperNBS.html#a7200fb18d9b4afa7f52e96c9e4ba2795" > mapperNBS< / a > (< a class = "el" href = "classpFlow_1_1mapperNBS.html" > mapperNBS< / a > & & )=default< / td > < / tr >
< tr class = "separator:a7200fb18d9b4afa7f52e96c9e4ba2795 inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a77e648ddd6318349e834b18e9b0aa229 inherit pub_methods_classpFlow_1_1mapperNBS" > < 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_1mapperNBS.html" > mapperNBS< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a77e648ddd6318349e834b18e9b0aa229" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1mapperNBS.html" > mapperNBS< / a > & )=default< / td > < / tr >
< tr class = "separator:a77e648ddd6318349e834b18e9b0aa229 inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:afc7fe2b88a16ffe79f50c442411daec3 inherit pub_methods_classpFlow_1_1mapperNBS" > < 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_1mapperNBS.html" > mapperNBS< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#afc7fe2b88a16ffe79f50c442411daec3" > operator=< / a > (< a class = "el" href = "classpFlow_1_1mapperNBS.html" > mapperNBS< / a > & & )=default< / td > < / tr >
< tr class = "separator:afc7fe2b88a16ffe79f50c442411daec3 inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:aae7702272d8c4be0e0c27835444a291a inherit pub_methods_classpFlow_1_1mapperNBS" > < 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_1mapperNBS.html#aae7702272d8c4be0e0c27835444a291a" > ~mapperNBS< / a > ()=default< / td > < / tr >
< tr class = "separator:aae7702272d8c4be0e0c27835444a291a inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a639ca8a7754aa6a5ede02cb5346b8fa3 inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a639ca8a7754aa6a5ede02cb5346b8fa3" > getCellIterator< / a > () const< / td > < / tr >
< tr class = "separator:a639ca8a7754aa6a5ede02cb5346b8fa3 inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae5b65a8c2f6f5bccb97df02e1d8ba765 inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#ae5b65a8c2f6f5bccb97df02e1d8ba765" > getDomainCells< / a > () const< / td > < / tr >
< tr class = "separator:ae5b65a8c2f6f5bccb97df02e1d8ba765 inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a22a14ed8df68bbf6af75f0616620dd7f inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a22a14ed8df68bbf6af75f0616620dd7f" > getSearchCells< / a > () const< / td > < / tr >
< tr class = "separator:a22a14ed8df68bbf6af75f0616620dd7f inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa211b81029e158653fac6e77af83e3ac inherit pub_methods_classpFlow_1_1mapperNBS" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#aa211b81029e158653fac6e77af83e3ac" > build< / a > (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, bool & searchBoxChanged)< / td > < / tr >
< tr class = "separator:aa211b81029e158653fac6e77af83e3ac inherit pub_methods_classpFlow_1_1mapperNBS" > < 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 >
< tr class = "memitem:a1911e43ccda92056379f6a2026beb755" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1NBSLevel0.html#a1911e43ccda92056379f6a2026beb755" > findPairs< / a > (< a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & pairs, 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:a1911e43ccda92056379f6a2026beb755" > < 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 >
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_1NBSLevel0.html#a3de51aa24b94e991c9c21fb5f3d5c487" > sizeRatio_< / a > = 1.0< / td > < / tr >
< tr class = "separator:a3de51aa24b94e991c9c21fb5f3d5c487" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "inherited" > < / a >
Additional Inherited Members< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "inherit_header pub_static_attribs_classpFlow_1_1mapperNBS" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_static_attribs_classpFlow_1_1mapperNBS')" > < img src = "closed.png" alt = "-" / >   Static Public Attributes inherited from < a class = "el" href = "classpFlow_1_1mapperNBS.html" > mapperNBS< / a > < / td > < / tr >
< tr class = "memitem:a40983a388b53d013256aeb8bde6b384b inherit pub_static_attribs_classpFlow_1_1mapperNBS" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a40983a388b53d013256aeb8bde6b384b" > NoPos< / a > = 0xFFFFFFFF< / td > < / tr >
< tr class = "separator:a40983a388b53d013256aeb8bde6b384b inherit pub_static_attribs_classpFlow_1_1mapperNBS" > < 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" >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "NBSLevel0_8hpp_source.html#l00032" > 32< / a > of file < a class = "el" href = "NBSLevel0_8hpp_source.html" > NBSLevel0.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a7bdc74aae187b46f95a5ec5c93b4fa7d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7bdc74aae187b46f95a5ec5c93b4fa7d" > ◆ < / a > < / span > MapperType< / 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_1NBSLevel0.html#a7bdc74aae187b46f95a5ec5c93b4fa7d" > MapperType< / a > = < a class = "el" href = "classpFlow_1_1mapperNBS.html" > mapperNBS< / a > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "NBSLevel0_8hpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "NBSLevel0_8hpp_source.html" > NBSLevel0.hpp< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ae65469bd089cbd256178a37d71b9973b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae65469bd089cbd256178a37d71b9973b" > ◆ < / 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_1NBSLevel0.html#ae65469bd089cbd256178a37d71b9973b" > CellIterator< / a > = typename < a class = "el" href = "classpFlow_1_1mapperNBS_1_1CellIterator.html" > MapperType::CellIterator< / a > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "NBSLevel0_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "NBSLevel0_8hpp_source.html" > NBSLevel0.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a41ba51eecff4044e873dc1a049a021b0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a41ba51eecff4044e873dc1a049a021b0" > ◆ < / a > < / span > HeadType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1mapperNBS.html#ab19a814a38b96775c94f43a419c40d22" > HeadType< / a > = typename < a class = "el" href = "classpFlow_1_1mapperNBS.html#ab19a814a38b96775c94f43a419c40d22" > MapperType::HeadType< / 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 = "NBSLevel0_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "NBSLevel0_8hpp_source.html" > NBSLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a7ff667aea6d5585f7962d40958ae8e3f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7ff667aea6d5585f7962d40958ae8e3f" > ◆ < / a > < / span > NextType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1mapperNBS.html#aded2f9ec2384f7ba06f4cfbc2afbaa8f" > NextType< / a > = typename < a class = "el" href = "classpFlow_1_1mapperNBS.html#aded2f9ec2384f7ba06f4cfbc2afbaa8f" > MapperType::NextType< / 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 = "NBSLevel0_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "NBSLevel0_8hpp_source.html" > NBSLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a4569c8bdf3bc262755df629b0e8e65f4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4569c8bdf3bc262755df629b0e8e65f4" > ◆ < / a > < / span > NBSLevel0() < span class = "overload" > [1/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_1NBSLevel0.html" > NBSLevel0< / 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 >
2025-01-10 13:02:07 +03:30
< a id = "a2e174444b78a51653f09e7c1b9d5c66e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2e174444b78a51653f09e7c1b9d5c66e" > ◆ < / a > < / span > NBSLevel0() < span class = "overload" > [2/3]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1NBSLevel0.html" > NBSLevel0< / 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 class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > sizeRatio< / em > , < / td >
< / 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#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > > &   < / td >
< td class = "paramname" > < em > pointPos< / 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#a9a87272f235780fa7725c23a9da79011" > pFlagTypeDevice< / a > &   < / td >
< td class = "paramname" > < em > flags< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < em > adjustableBox< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "NBSLevel0_8cpp_source.html#l00070" > 70< / a > of file < a class = "el" href = "NBSLevel0_8cpp_source.html" > NBSLevel0.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "afdebd7117489ac6165b6f6aced034193" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afdebd7117489ac6165b6f6aced034193" > ◆ < / a > < / span > NBSLevel0() < 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_1NBSLevel0.html" > NBSLevel0< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1NBSLevel0.html" > NBSLevel0< / 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 = "a4a2ee05b7003624e63b085bd2bfb7b19" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4a2ee05b7003624e63b085bd2bfb7b19" > ◆ < / a > < / span > ~NBSLevel0()< / 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_1NBSLevel0.html" > NBSLevel0< / 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 = "a1911e43ccda92056379f6a2026beb755" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1911e43ccda92056379f6a2026beb755" > ◆ < / a > < / span > findPairs()< / 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 findPairs < / 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 > pairs< / 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 >
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#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > > &   < / td >
< td class = "paramname" > < em > diameter< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / 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" > 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 = "NBSLevel0_8cpp_source.html#l00025" > 25< / a > of file < a class = "el" href = "NBSLevel0_8cpp_source.html" > NBSLevel0.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00168" > unsortedPairs< executionSpace, idType > ::capacity()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00037" > END_INFO< / a > , < a class = "el" href = "NBSLevel0Kernels_8hpp_source.html#l00053" > pFlow::NBSLevel0Kernels::findPairsCount()< / a > , < a class = "el" href = "unsortedPairs_8hpp_source.html#l00193" > unsortedPairs< executionSpace, idType > ::increaseCapacityBy()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00036" > INFORMATION< / a > , and < a class = "el" href = "kokkosAlgorithms_8hpp_source.html#l00104" > pFlow::algorithms::KOKKOS::max()< / 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;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1NBSLevel0_a1911e43ccda92056379f6a2026beb755_cgraph.png" border = "0" usemap = "#classpFlow_1_1NBSLevel0_a1911e43ccda92056379f6a2026beb755_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a226653ff6aa5c334e608847a463b3b5d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a226653ff6aa5c334e608847a463b3b5d" > ◆ < / 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" > " NBSLevel0"   < / 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 = "abeee4c5fb20c47bb7ae2869a5af2519c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abeee4c5fb20c47bb7ae2869a5af2519c" > ◆ < / a > < / span > operator=()< / 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_1NBSLevel0.html" > NBSLevel0< / a > & operator= < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1NBSLevel0.html" > NBSLevel0< / 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 = "ac69fb3414807704d58a9f856a39d5a07" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac69fb3414807704d58a9f856a39d5a07" > ◆ < / a > < / span > broadSearch()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool broadSearch < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > pairs< / em > , < / td >
< / 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#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > > &   < / td >
< td class = "paramname" > < em > pointPos< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
2025-01-10 13:02:07 +03:30
< 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#a9a87272f235780fa7725c23a9da79011" > pFlagTypeDevice< / a > &   < / td >
< td class = "paramname" > < em > flags< / 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#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > > &   < / td >
< td class = "paramname" > < em > diameter< / 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" > bool &   < / td >
< td class = "paramname" > < em > searchBoxChanged< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "NBSLevel0_8cpp_source.html#l00094" > 94< / a > of file < a class = "el" href = "NBSLevel0_8cpp_source.html" > NBSLevel0.cpp< / 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 = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / 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 >
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -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_1NBSLevel0_ac69fb3414807704d58a9f856a39d5a07_icgraph.png" border = "0" usemap = "#classpFlow_1_1NBSLevel0_ac69fb3414807704d58a9f856a39d5a07_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a3de51aa24b94e991c9c21fb5f3d5c487" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3de51aa24b94e991c9c21fb5f3d5c487" > ◆ < / a > < / span > sizeRatio_< / 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 = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > sizeRatio_ = 1.0< / td >
< / 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 = "NBSLevel0_8hpp_source.html#l00049" > 49< / a > of file < a class = "el" href = "NBSLevel0_8hpp_source.html" > NBSLevel0.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 = "NBSLevel0_8hpp_source.html" > NBSLevel0.hpp< / a > < / li >
< li > src/Interaction/contactSearch/methods/cellBased/NBS/< a class = "el" href = "NBSLevel0_8cpp_source.html" > NBSLevel0.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_1NBSLevel0.html" > NBSLevel0< / 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 >