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: mapperNBS 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_1mapperNBS.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 = "#nested-classes" > Classes< / a > |
< 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 = "#pub-static-attribs" > Static Public Attributes< / a > |
< a href = "#pri-methods" > Private Member Functions< / a > |
< a href = "#pri-attribs" > Private Attributes< / a > |
< a href = "#pri-static-attribs" > Static Private Attributes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1mapperNBS-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2025-01-10 13:02:07 +03:30
< div class = "title" > mapperNBS 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 mapperNBS:< / 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_1mapperNBS__inherit__graph.png" border = "0" usemap = "#mapperNBS_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 mapperNBS:< / 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_1mapperNBS__coll__graph.png" border = "0" usemap = "#mapperNBS_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 = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS_1_1CellIterator.html" > CellIterator< / a > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < 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:ab19a814a38b96775c94f43a419c40d22" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aded2f9ec2384f7ba06f4cfbc2afbaa8f" > < 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" > < 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:a425a2c93cccdb60baa66f676f2e4fcf8" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a428d15598cf7ed504c1993edac83a33d" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a080018267fa3a8b284eb85a8a25694d3" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:af52aee9b89ace9cd183601ccc3d505ec" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7200fb18d9b4afa7f52e96c9e4ba2795" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a77e648ddd6318349e834b18e9b0aa229" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:afc7fe2b88a16ffe79f50c442411daec3" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:aae7702272d8c4be0e0c27835444a291a" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a639ca8a7754aa6a5ede02cb5346b8fa3" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae5b65a8c2f6f5bccb97df02e1d8ba765" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a22a14ed8df68bbf6af75f0616620dd7f" > < 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" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa211b81029e158653fac6e77af83e3ac" > < 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" > < 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 = "pub-static-attribs" > < / a >
Static Public Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a40983a388b53d013256aeb8bde6b384b" > < 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" > < 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:a6cf459a5a9e4c4f275f80a91cd04487d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a6cf459a5a9e4c4f275f80a91cd04487d" > setSearchBox< / 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, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > cellSize)< / td > < / tr >
< tr class = "separator:a6cf459a5a9e4c4f275f80a91cd04487d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a178bd39dbf9cf7db2a4355d9d2038a6a" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a178bd39dbf9cf7db2a4355d9d2038a6a" > allocateArrays< / a > (< a class = "el" href = "namespacepFlow.html#ae06b07ed1267c5e7bec6d1da50acf5d1" > rangeU32< / a > nextRng)< / td > < / tr >
< tr class = "separator:a178bd39dbf9cf7db2a4355d9d2038a6a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a02b82d2826f594b9cc8048d7cbb404fe" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a02b82d2826f594b9cc8048d7cbb404fe" > checkAllocateNext< / a > (< a class = "el" href = "namespacepFlow.html#ae06b07ed1267c5e7bec6d1da50acf5d1" > rangeU32< / a > nextRng)< / td > < / tr >
< tr class = "separator:a02b82d2826f594b9cc8048d7cbb404fe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9796e6cc392b31e33a3404917aa8e897" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a9796e6cc392b31e33a3404917aa8e897" > nullifyHead< / a > ()< / td > < / tr >
< tr class = "separator:a9796e6cc392b31e33a3404917aa8e897" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae6f8e13b070c799d50e1b18620c848bb" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#ae6f8e13b070c799d50e1b18620c848bb" > nullifyNext< / a > (< a class = "el" href = "namespacepFlow.html#ae06b07ed1267c5e7bec6d1da50acf5d1" > rangeU32< / a > nextRng)< / td > < / tr >
< tr class = "separator:ae6f8e13b070c799d50e1b18620c848bb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:aeb6e97193592d200d3e619b073d19333" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#aeb6e97193592d200d3e619b073d19333" > domainCells_< / a > < / td > < / tr >
< tr class = "separator:aeb6e97193592d200d3e619b073d19333" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a55a53a188b64fe18e79e597fc0986dd9" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a55a53a188b64fe18e79e597fc0986dd9" > searchCells_< / a > < / td > < / tr >
< tr class = "separator:a55a53a188b64fe18e79e597fc0986dd9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1a236c86d026feedc50038ea68070ee5" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#ab19a814a38b96775c94f43a419c40d22" > HeadType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a1a236c86d026feedc50038ea68070ee5" > head_< / a > {" NBS::head" ,1,1,1}< / td > < / tr >
< tr class = "separator:a1a236c86d026feedc50038ea68070ee5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a228408038960e3e74a4dc525ca643e9e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#aded2f9ec2384f7ba06f4cfbc2afbaa8f" > NextType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a228408038960e3e74a4dc525ca643e9e" > next_< / a > {" NBS::next" , 1}< / td > < / tr >
< tr class = "separator:a228408038960e3e74a4dc525ca643e9e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a11501a9b4425b9eaed1f5f6fbf6a87a4" > < 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_1mapperNBS.html#a11501a9b4425b9eaed1f5f6fbf6a87a4" > nextCapacity_< / a > = 0< / td > < / tr >
< tr class = "separator:a11501a9b4425b9eaed1f5f6fbf6a87a4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab3d5bbf62c8297d4b5c6e7ffde3e0036" > < 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_1mapperNBS.html#ab3d5bbf62c8297d4b5c6e7ffde3e0036" > lastCheckForBox_< / a > = 0< / td > < / tr >
< tr class = "separator:ab3d5bbf62c8297d4b5c6e7ffde3e0036" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9ed3240e17a562b93981734303325b43" > < 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_1mapperNBS.html#a9ed3240e17a562b93981734303325b43" > buildCount_< / a > = 0< / td > < / tr >
< tr class = "separator:a9ed3240e17a562b93981734303325b43" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7c4a15dc21c88343006edd4ce8d89ec" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#aa7c4a15dc21c88343006edd4ce8d89ec" > adjustableBox_< / a > = false< / td > < / tr >
< tr class = "separator:aa7c4a15dc21c88343006edd4ce8d89ec" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a574e0a4fe53583228a398a16b5c2b27e" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a574e0a4fe53583228a398a16b5c2b27e" > nextOwner_< / a > = true< / td > < / tr >
< tr class = "separator:a574e0a4fe53583228a398a16b5c2b27e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-static-attribs" > < / a >
Static Private Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a7d764ec30335c9a8389f40cfa38e4130" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a7d764ec30335c9a8389f40cfa38e4130" > checkInterval_< / a > = 1000< / td > < / tr >
< tr class = "separator:a7d764ec30335c9a8389f40cfa38e4130" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a275ba007d0587a7ddce19fb97a7147f7" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1mapperNBS.html#a275ba007d0587a7ddce19fb97a7147f7" > enlargementFactor_< / a > = 1.1< / td > < / tr >
< tr class = "separator:a275ba007d0587a7ddce19fb97a7147f7" > < 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 = "mapperNBS_8hpp_source.html#l00034" > 34< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "ab19a814a38b96775c94f43a419c40d22" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab19a814a38b96775c94f43a419c40d22" > ◆ < / a > < / span > HeadType< / 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_1mapperNBS.html#ab19a814a38b96775c94f43a419c40d22" > HeadType< / a > = < a class = "el" href = "namespacepFlow.html#aeb0cbff8d6be1ec031ea498a603ac222" > deviceViewType3D< / a > < < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / 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 = "mapperNBS_8hpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aded2f9ec2384f7ba06f4cfbc2afbaa8f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aded2f9ec2384f7ba06f4cfbc2afbaa8f" > ◆ < / a > < / span > NextType< / 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_1mapperNBS.html#aded2f9ec2384f7ba06f4cfbc2afbaa8f" > NextType< / a > = < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / 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 = "mapperNBS_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.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 = "a428d15598cf7ed504c1993edac83a33d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a428d15598cf7ed504c1993edac83a33d" > ◆ < / a > < / span > mapperNBS() < span class = "overload" > [1/4]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1mapperNBS.html" > mapperNBS< / 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 = "a080018267fa3a8b284eb85a8a25694d3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a080018267fa3a8b284eb85a8a25694d3" > ◆ < / a > < / span > mapperNBS() < span class = "overload" > [2/4]< / 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_1mapperNBS.html" > mapperNBS< / 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 >
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 >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > adjustableBox< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > nextOwner< / em > = < code > true< / code >   < / td >
< / 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 = "mapperNBS_8cpp_source.html#l00105" > 105< / a > of file < a class = "el" href = "mapperNBS_8cpp_source.html" > mapperNBS.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "pointFlag_8hpp_source.html#l00179" > pointFlag< ExecutionSpace > ::activeRange()< / a > , < a class = "el" href = "mapperNBS_8cpp_source.html#l00074" > mapperNBS::allocateArrays()< / a > , and < a class = "el" href = "mapperNBS_8cpp_source.html#l00029" > mapperNBS::setSearchBox()< / 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_1mapperNBS_a080018267fa3a8b284eb85a8a25694d3_cgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_a080018267fa3a8b284eb85a8a25694d3_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "af52aee9b89ace9cd183601ccc3d505ec" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af52aee9b89ace9cd183601ccc3d505ec" > ◆ < / a > < / span > mapperNBS() < span class = "overload" > [3/4]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1mapperNBS.html" > mapperNBS< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1mapperNBS.html" > mapperNBS< / 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 = "a7200fb18d9b4afa7f52e96c9e4ba2795" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7200fb18d9b4afa7f52e96c9e4ba2795" > ◆ < / a > < / span > mapperNBS() < span class = "overload" > [4/4]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
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_1mapperNBS.html" > mapperNBS< / a > < / 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_1mapperNBS.html" > mapperNBS< / 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 = "aae7702272d8c4be0e0c27835444a291a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aae7702272d8c4be0e0c27835444a291a" > ◆ < / a > < / span > ~mapperNBS()< / 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_1mapperNBS.html" > mapperNBS< / a > < / td >
2023-03-27 10:16:23 -07:00
< 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
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a6cf459a5a9e4c4f275f80a91cd04487d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6cf459a5a9e4c4f275f80a91cd04487d" > ◆ < / a > < / span > setSearchBox()< / 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 setSearchBox < / 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#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 >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > cellSize< / em >   < / td >
< / tr >
< tr >
2023-03-27 10:16:23 -07:00
< td > < / td >
2025-01-10 13:02:07 +03:30
< 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" > 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 = "mapperNBS_8cpp_source.html#l00029" > 29< / a > of file < a class = "el" href = "mapperNBS_8cpp_source.html" > mapperNBS.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "streams_8hpp_source.html#l00037" > END_INFO< / a > , < a class = "el" href = "mapperNBSKernels_8cpp_source.html#l00027" > pFlow::mapperNBSKernels::findPointExtends()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00036" > INFORMATION< / a > , < a class = "el" href = "kokkosAlgorithms_8hpp_source.html#l00104" > pFlow::algorithms::KOKKOS::max()< / a > , < a class = "el" href = "box_8hpp_source.html#l00097" > box::maxPoint()< / a > , < a class = "el" href = "kokkosAlgorithms_8hpp_source.html#l00124" > pFlow::algorithms::KOKKOS::min()< / a > , and < a class = "el" href = "box_8hpp_source.html#l00091" > box::minPoint()< / 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 = "mapperNBS_8cpp_source.html#l00105" > mapperNBS::mapperNBS()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< 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_1mapperNBS_a6cf459a5a9e4c4f275f80a91cd04487d_cgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_a6cf459a5a9e4c4f275f80a91cd04487d_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1mapperNBS_a6cf459a5a9e4c4f275f80a91cd04487d_icgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_a6cf459a5a9e4c4f275f80a91cd04487d_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a178bd39dbf9cf7db2a4355d9d2038a6a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a178bd39dbf9cf7db2a4355d9d2038a6a" > ◆ < / a > < / span > allocateArrays()< / 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" > void allocateArrays < / 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#ae06b07ed1267c5e7bec6d1da50acf5d1" > rangeU32< / a >   < / td >
< td class = "paramname" > < em > nextRng< / em > < / td > < td > )< / td >
2023-03-27 10:16:23 -07:00
< 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 = "mapperNBS_8cpp_source.html#l00074" > 74< / a > of file < a class = "el" href = "mapperNBS_8cpp_source.html" > mapperNBS.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 = "mapperNBS_8cpp_source.html#l00081" > mapperNBS::checkAllocateNext()< / a > , < a class = "el" href = "mapperNBS_8hpp_source.html#l00086" > mapperNBS::head_< / a > , < a class = "el" href = "mapperNBS_8hpp_source.html#l00043" > mapperNBS::NoPos< / a > , < a class = "el" href = "mapperNBS_8cpp_source.html#l00099" > mapperNBS::nullifyNext()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00102" > cells::nx()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00108" > cells::ny()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00114" > cells::nz()< / a > , < a class = "el" href = "KokkosUtilities_8hpp_source.html#l00071" > pFlow::reallocFill()< / a > , and < a class = "el" href = "mapperNBS_8hpp_source.html#l00084" > mapperNBS::searchCells_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "mapperNBS_8cpp_source.html#l00105" > mapperNBS::mapperNBS()< / a > .< / p >
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1mapperNBS_a178bd39dbf9cf7db2a4355d9d2038a6a_cgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_a178bd39dbf9cf7db2a4355d9d2038a6a_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1mapperNBS_a178bd39dbf9cf7db2a4355d9d2038a6a_icgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_a178bd39dbf9cf7db2a4355d9d2038a6a_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a02b82d2826f594b9cc8048d7cbb404fe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a02b82d2826f594b9cc8048d7cbb404fe" > ◆ < / a > < / span > checkAllocateNext()< / 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" > void checkAllocateNext < / 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#ae06b07ed1267c5e7bec6d1da50acf5d1" > rangeU32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > nextRng< / em > < / 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 = "mapperNBS_8cpp_source.html#l00081" > 81< / a > of file < a class = "el" href = "mapperNBS_8cpp_source.html" > mapperNBS.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Range_8hpp_source.html#l00101" > Range< T > ::end()< / a > , and < a class = "el" href = "KokkosUtilities_8hpp_source.html#l00064" > pFlow::reallocNoInit()< / 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 = "mapperNBS_8cpp_source.html#l00074" > mapperNBS::allocateArrays()< / a > .< / p >
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1mapperNBS_a02b82d2826f594b9cc8048d7cbb404fe_cgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_a02b82d2826f594b9cc8048d7cbb404fe_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1mapperNBS_a02b82d2826f594b9cc8048d7cbb404fe_icgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_a02b82d2826f594b9cc8048d7cbb404fe_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a9796e6cc392b31e33a3404917aa8e897" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9796e6cc392b31e33a3404917aa8e897" > ◆ < / a > < / span > nullifyHead()< / 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" > void nullifyHead < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < / td > < td > )< / td >
2023-03-27 10:16:23 -07:00
< 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 = "mapperNBS_8cpp_source.html#l00094" > 94< / a > of file < a class = "el" href = "mapperNBS_8cpp_source.html" > mapperNBS.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 = "VectorAlgorithm_8hpp_source.html#l00044" > pFlow::fill()< / a > .< / p >
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1mapperNBS_a9796e6cc392b31e33a3404917aa8e897_cgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_a9796e6cc392b31e33a3404917aa8e897_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ae6f8e13b070c799d50e1b18620c848bb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae6f8e13b070c799d50e1b18620c848bb" > ◆ < / a > < / span > nullifyNext()< / 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" > void nullifyNext < / 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#ae06b07ed1267c5e7bec6d1da50acf5d1" > rangeU32< / a >   < / td >
< td class = "paramname" > < em > nextRng< / em > < / td > < td > )< / td >
2023-03-27 10:16:23 -07:00
< 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 = "mapperNBS_8cpp_source.html#l00099" > 99< / a > of file < a class = "el" href = "mapperNBS_8cpp_source.html" > mapperNBS.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "VectorAlgorithm_8hpp_source.html#l00044" > pFlow::fill()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "mapperNBS_8cpp_source.html#l00074" > mapperNBS::allocateArrays()< / a > .< / p >
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-10-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1mapperNBS_ae6f8e13b070c799d50e1b18620c848bb_cgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_ae6f8e13b070c799d50e1b18620c848bb_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-11" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-11-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-11-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1mapperNBS_ae6f8e13b070c799d50e1b18620c848bb_icgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_ae6f8e13b070c799d50e1b18620c848bb_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a425a2c93cccdb60baa66f676f2e4fcf8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a425a2c93cccdb60baa66f676f2e4fcf8" > ◆ < / 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" > " mapperNBS"   < / 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 = "a77e648ddd6318349e834b18e9b0aa229" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a77e648ddd6318349e834b18e9b0aa229" > ◆ < / 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_1mapperNBS.html" > mapperNBS< / a > & operator= < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1mapperNBS.html" > mapperNBS< / 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 = "afc7fe2b88a16ffe79f50c442411daec3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afc7fe2b88a16ffe79f50c442411daec3" > ◆ < / 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_1mapperNBS.html" > mapperNBS< / 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_1mapperNBS.html" > mapperNBS< / 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 = "a639ca8a7754aa6a5ede02cb5346b8fa3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a639ca8a7754aa6a5ede02cb5346b8fa3" > ◆ < / 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 >
< 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 = "mapperNBS_8hpp_source.html#l00150" > 150< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.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#l00086" > mapperNBS::head_< / a > , and < a class = "el" href = "mapperNBS_8hpp_source.html#l00088" > mapperNBS::next_< / 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 > , and < a class = "el" href = "NBS_8hpp_source.html#l00059" > NBS::impl_broadSearch()< / a > .< / p >
< div id = "dynsection-12" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-12-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1mapperNBS_a639ca8a7754aa6a5ede02cb5346b8fa3_icgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_a639ca8a7754aa6a5ede02cb5346b8fa3_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ae5b65a8c2f6f5bccb97df02e1d8ba765" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae5b65a8c2f6f5bccb97df02e1d8ba765" > ◆ < / a > < / span > getDomainCells()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const auto& getDomainCells < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / 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 = "mapperNBS_8hpp_source.html#l00155" > 155< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.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#l00082" > mapperNBS::domainCells_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "NBS_8hpp_source.html#l00153" > NBS::getDomainCellsLevels()< / a > .< / p >
< div id = "dynsection-13" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-13-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-13-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-13-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1mapperNBS_ae5b65a8c2f6f5bccb97df02e1d8ba765_icgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_ae5b65a8c2f6f5bccb97df02e1d8ba765_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a22a14ed8df68bbf6af75f0616620dd7f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a22a14ed8df68bbf6af75f0616620dd7f" > ◆ < / a > < / span > getSearchCells()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const auto& getSearchCells < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2025-01-10 13:02:07 +03:30
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / 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 = "mapperNBS_8hpp_source.html#l00160" > 160< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.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#l00084" > mapperNBS::searchCells_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "NBS_8hpp_source.html#l00059" > NBS::impl_broadSearch()< / a > .< / p >
< div id = "dynsection-14" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-14-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-14-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-14-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1mapperNBS_a22a14ed8df68bbf6af75f0616620dd7f_icgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_a22a14ed8df68bbf6af75f0616620dd7f_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa211b81029e158653fac6e77af83e3ac" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa211b81029e158653fac6e77af83e3ac" > ◆ < / a > < / span > build()< / 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" > bool build < / 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#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 >
< td > < / td >
< td class = "paramtype" > bool &   < / td >
< td class = "paramname" > < em > searchBoxChanged< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / 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 = "mapperNBS_8cpp_source.html#l00125" > 125< / a > of file < a class = "el" href = "mapperNBS_8cpp_source.html" > mapperNBS.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "pointFlag_8hpp_source.html#l00179" > pointFlag< ExecutionSpace > ::activeRange()< / a > , < a class = "el" href = "mapperNBSKernels_8cpp_source.html#l00148" > pFlow::mapperNBSKernels::buildLists()< / a > , < a class = "el" href = "mapperNBSKernels_8cpp_source.html#l00085" > pFlow::mapperNBSKernels::buildListsReduce()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , and < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > .< / p >
< div id = "dynsection-15" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-15-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-15-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-15-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1mapperNBS_aa211b81029e158653fac6e77af83e3ac_cgraph.png" border = "0" usemap = "#classpFlow_1_1mapperNBS_aa211b81029e158653fac6e77af83e3ac_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a40983a388b53d013256aeb8bde6b384b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a40983a388b53d013256aeb8bde6b384b" > ◆ < / a > < / span > NoPos< / 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" > constexpr < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > NoPos = 0xFFFFFFFF< / 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" > static< / span > < span class = "mlabel" > constexpr< / 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 = "mapperNBS_8hpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "mapperNBS_8cpp_source.html#l00074" > mapperNBS::allocateArrays()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aeb6e97193592d200d3e619b073d19333" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeb6e97193592d200d3e619b073d19333" > ◆ < / a > < / span > domainCells_< / 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_1cells.html" > cells< / a > domainCells_< / 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 = "mapperNBS_8hpp_source.html#l00082" > 82< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "mapperNBS_8hpp_source.html#l00155" > mapperNBS::getDomainCells()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a55a53a188b64fe18e79e597fc0986dd9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a55a53a188b64fe18e79e597fc0986dd9" > ◆ < / a > < / span > searchCells_< / 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_1cells.html" > cells< / a > searchCells_< / 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 = "mapperNBS_8hpp_source.html#l00084" > 84< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "mapperNBS_8cpp_source.html#l00074" > mapperNBS::allocateArrays()< / a > , and < a class = "el" href = "mapperNBS_8hpp_source.html#l00160" > mapperNBS::getSearchCells()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a1a236c86d026feedc50038ea68070ee5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1a236c86d026feedc50038ea68070ee5" > ◆ < / a > < / span > head_< / 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_1mapperNBS.html#ab19a814a38b96775c94f43a419c40d22" > HeadType< / a > head_ {" NBS::head" ,1,1,1}< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "mapperNBS_8hpp_source.html#l00086" > 86< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.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 = "mapperNBS_8cpp_source.html#l00074" > mapperNBS::allocateArrays()< / a > , and < a class = "el" href = "mapperNBS_8hpp_source.html#l00150" > mapperNBS::getCellIterator()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a228408038960e3e74a4dc525ca643e9e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a228408038960e3e74a4dc525ca643e9e" > ◆ < / a > < / span > next_< / 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_1mapperNBS.html#aded2f9ec2384f7ba06f4cfbc2afbaa8f" > NextType< / a > next_ {" NBS::next" , 1}< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "mapperNBS_8hpp_source.html#l00088" > 88< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "mapperNBS_8hpp_source.html#l00150" > mapperNBS::getCellIterator()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a11501a9b4425b9eaed1f5f6fbf6a87a4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a11501a9b4425b9eaed1f5f6fbf6a87a4" > ◆ < / a > < / span > nextCapacity_< / 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 > nextCapacity_ = 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 = "mapperNBS_8hpp_source.html#l00090" > 90< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab3d5bbf62c8297d4b5c6e7ffde3e0036" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab3d5bbf62c8297d4b5c6e7ffde3e0036" > ◆ < / a > < / span > lastCheckForBox_< / 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 > lastCheckForBox_ = 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 = "mapperNBS_8hpp_source.html#l00092" > 92< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a9ed3240e17a562b93981734303325b43" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9ed3240e17a562b93981734303325b43" > ◆ < / a > < / span > buildCount_< / 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 > buildCount_ = 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 = "mapperNBS_8hpp_source.html#l00094" > 94< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa7c4a15dc21c88343006edd4ce8d89ec" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa7c4a15dc21c88343006edd4ce8d89ec" > ◆ < / 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" > bool adjustableBox_ = false< / 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 = "mapperNBS_8hpp_source.html#l00096" > 96< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a574e0a4fe53583228a398a16b5c2b27e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a574e0a4fe53583228a398a16b5c2b27e" > ◆ < / a > < / span > nextOwner_< / 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 nextOwner_ = true< / 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 = "mapperNBS_8hpp_source.html#l00098" > 98< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a7d764ec30335c9a8389f40cfa38e4130" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7d764ec30335c9a8389f40cfa38e4130" > ◆ < / a > < / span > checkInterval_< / 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" > pFlow::uint32< / a > checkInterval_ = 1000< / 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" > static< / span > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "mapperNBS_8hpp_source.html#l00100" > 100< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a275ba007d0587a7ddce19fb97a7147f7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a275ba007d0587a7ddce19fb97a7147f7" > ◆ < / a > < / span > enlargementFactor_< / 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" > pFlow::real< / a > enlargementFactor_ = 1.1< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > static< / span > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "mapperNBS_8hpp_source.html#l00102" > 102< / a > of file < a class = "el" href = "mapperNBS_8hpp_source.html" > mapperNBS.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 = "mapperNBS_8hpp_source.html" > mapperNBS.hpp< / a > < / li >
< li > src/Interaction/contactSearch/methods/cellBased/NBS/< a class = "el" href = "mapperNBS_8cpp_source.html" > mapperNBS.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_1mapperNBS.html" > mapperNBS< / 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 >